doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
tf.raw_ops.DeleteMultiDeviceIterator A container for an iterator resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeleteMultiDeviceIterator tf.raw_ops.DeleteMultiDeviceIterator( multi_device_iterator, iterators, deleter, name=None ) Args mul...
tensorflow.raw_ops.deletemultideviceiterator
tf.raw_ops.DeleteRandomSeedGenerator View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeleteRandomSeedGenerator tf.raw_ops.DeleteRandomSeedGenerator( handle, deleter, name=None ) Args handle A Tensor of type resource. deleter A Tensor of type ...
tensorflow.raw_ops.deleterandomseedgenerator
tf.raw_ops.DeleteSeedGenerator View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeleteSeedGenerator tf.raw_ops.DeleteSeedGenerator( handle, deleter, name=None ) Args handle A Tensor of type resource. deleter A Tensor of type variant. name ...
tensorflow.raw_ops.deleteseedgenerator
tf.raw_ops.DeleteSessionTensor Delete the tensor specified by its handle in the session. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeleteSessionTensor tf.raw_ops.DeleteSessionTensor( handle, name=None ) Args handle A Tensor of type string. Th...
tensorflow.raw_ops.deletesessiontensor
tf.raw_ops.DenseBincount Counts the number of occurrences of each value in an integer array. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DenseBincount tf.raw_ops.DenseBincount( input, size, weights, binary_output=False, name=None ) Outputs a vector with...
tensorflow.raw_ops.densebincount
tf.raw_ops.DenseCountSparseOutput Performs sparse-output bin counting for a tf.tensor input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DenseCountSparseOutput tf.raw_ops.DenseCountSparseOutput( values, weights, binary_output, minlength=-1, maxlength=-1,...
tensorflow.raw_ops.densecountsparseoutput
tf.raw_ops.DenseToCSRSparseMatrix Converts a dense tensor to a (possibly batched) CSRSparseMatrix. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DenseToCSRSparseMatrix tf.raw_ops.DenseToCSRSparseMatrix( dense_input, indices, name=None ) Args dense_...
tensorflow.raw_ops.densetocsrsparsematrix
tf.raw_ops.DenseToDenseSetOperation Applies set operation along last dimension of 2 Tensor inputs. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DenseToDenseSetOperation tf.raw_ops.DenseToDenseSetOperation( set1, set2, set_operation, validate_indices=True,...
tensorflow.raw_ops.densetodensesetoperation
tf.raw_ops.DenseToSparseBatchDataset Creates a dataset that batches input elements into a SparseTensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DenseToSparseBatchDataset tf.raw_ops.DenseToSparseBatchDataset( input_dataset, batch_size, row_shape, outp...
tensorflow.raw_ops.densetosparsebatchdataset
tf.raw_ops.DenseToSparseSetOperation Applies set operation along last dimension of Tensor and SparseTensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DenseToSparseSetOperation tf.raw_ops.DenseToSparseSetOperation( set1, set2_indices, set2_values, set2_...
tensorflow.raw_ops.densetosparsesetoperation
tf.raw_ops.DepthToSpace DepthToSpace for tensors of type T. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DepthToSpace tf.raw_ops.DepthToSpace( input, block_size, data_format='NHWC', name=None ) Rearranges data from depth into blocks of spatial data. This...
tensorflow.raw_ops.depthtospace
tf.raw_ops.DepthwiseConv2dNative Computes a 2-D depthwise convolution given 4-D input and filter tensors. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DepthwiseConv2dNative tf.raw_ops.DepthwiseConv2dNative( input, filter, strides, padding, explicit_paddin...
tensorflow.raw_ops.depthwiseconv2dnative
tf.raw_ops.DepthwiseConv2dNativeBackpropFilter Computes the gradients of depthwise convolution with respect to the filter. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DepthwiseConv2dNativeBackpropFilter tf.raw_ops.DepthwiseConv2dNativeBackpropFilter( inp...
tensorflow.raw_ops.depthwiseconv2dnativebackpropfilter
tf.raw_ops.DepthwiseConv2dNativeBackpropInput Computes the gradients of depthwise convolution with respect to the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DepthwiseConv2dNativeBackpropInput tf.raw_ops.DepthwiseConv2dNativeBackpropInput( input_s...
tensorflow.raw_ops.depthwiseconv2dnativebackpropinput
tf.raw_ops.Dequantize Dequantize the 'input' tensor into a float or bfloat16 Tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Dequantize tf.raw_ops.Dequantize( input, min_range, max_range, mode='MIN_COMBINED', narrow_range=False, axis=-1, dtype=tf...
tensorflow.raw_ops.dequantize
tf.raw_ops.DeserializeIterator Converts the given variant tensor to an iterator and stores it in the given resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeserializeIterator tf.raw_ops.DeserializeIterator( resource_handle, serialized, name=None ) ...
tensorflow.raw_ops.deserializeiterator
tf.raw_ops.DeserializeManySparse Deserialize and concatenate SparseTensors from a serialized minibatch. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeserializeManySparse tf.raw_ops.DeserializeManySparse( serialized_sparse, dtype, name=None ) The input s...
tensorflow.raw_ops.deserializemanysparse
tf.raw_ops.DeserializeSparse Deserialize SparseTensor objects. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeserializeSparse tf.raw_ops.DeserializeSparse( serialized_sparse, dtype, name=None ) The input serialized_sparse must have the shape [?, ?, ..., ...
tensorflow.raw_ops.deserializesparse
tf.raw_ops.DestroyResourceOp Deletes the resource specified by the handle. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DestroyResourceOp tf.raw_ops.DestroyResourceOp( resource, ignore_lookup_error=True, name=None ) All subsequent operations using the re...
tensorflow.raw_ops.destroyresourceop
tf.raw_ops.DestroyTemporaryVariable Destroys the temporary variable and returns its final value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DestroyTemporaryVariable tf.raw_ops.DestroyTemporaryVariable( ref, var_name, name=None ) Sets output to the valu...
tensorflow.raw_ops.destroytemporaryvariable
tf.raw_ops.DeviceIndex Return the index of device the op runs. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeviceIndex tf.raw_ops.DeviceIndex( device_names, name=None ) Given a list of device names, this operation returns the index of the device this op...
tensorflow.raw_ops.deviceindex
tf.raw_ops.Diag Returns a diagonal tensor with a given diagonal values. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Diag tf.raw_ops.Diag( diagonal, name=None ) Given a diagonal, this operation returns a tensor with the diagonal and everything else padde...
tensorflow.raw_ops.diag
tf.raw_ops.DiagPart Returns the diagonal part of the tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DiagPart tf.raw_ops.DiagPart( input, name=None ) This operation returns a tensor with the diagonal part of the input. The diagonal part is computed ...
tensorflow.raw_ops.diagpart
tf.raw_ops.Digamma Computes Psi, the derivative of Lgamma (the log of the absolute value of View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Digamma tf.raw_ops.Digamma( x, name=None ) Gamma(x)), element-wise. Args x A Tensor. Must be one of the foll...
tensorflow.raw_ops.digamma
tf.raw_ops.Dilation2D Computes the grayscale dilation of 4-D input and 3-D filter tensors. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Dilation2D tf.raw_ops.Dilation2D( input, filter, strides, rates, padding, name=None ) The input tensor has shape [batc...
tensorflow.raw_ops.dilation2d
tf.raw_ops.Dilation2DBackpropFilter Computes the gradient of morphological 2-D dilation with respect to the filter. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Dilation2DBackpropFilter tf.raw_ops.Dilation2DBackpropFilter( input, filter, out_backprop, str...
tensorflow.raw_ops.dilation2dbackpropfilter
tf.raw_ops.Dilation2DBackpropInput Computes the gradient of morphological 2-D dilation with respect to the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Dilation2DBackpropInput tf.raw_ops.Dilation2DBackpropInput( input, filter, out_backprop, strides...
tensorflow.raw_ops.dilation2dbackpropinput
tf.raw_ops.DirectedInterleaveDataset A substitute for InterleaveDataset on a fixed list of N datasets. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DirectedInterleaveDataset tf.raw_ops.DirectedInterleaveDataset( selector_input_dataset, data_input_datasets...
tensorflow.raw_ops.directedinterleavedataset
tf.raw_ops.Div Returns x / y element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Div tf.raw_ops.Div( x, y, name=None ) Note: Div supports broadcasting. More about broadcasting here Args x A Tensor. Must be one of the following types: bf...
tensorflow.raw_ops.div
tf.raw_ops.DivNoNan Returns 0 if the denominator is zero. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DivNoNan tf.raw_ops.DivNoNan( x, y, name=None ) Note: DivNoNan supports broadcasting. More about broadcasting here Args x A Tensor. Must be ...
tensorflow.raw_ops.divnonan
tf.raw_ops.DrawBoundingBoxes Draw bounding boxes on a batch of images. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DrawBoundingBoxes tf.raw_ops.DrawBoundingBoxes( images, boxes, name=None ) Outputs a copy of images but draws on top of the pixels zero or...
tensorflow.raw_ops.drawboundingboxes
tf.raw_ops.DrawBoundingBoxesV2 Draw bounding boxes on a batch of images. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DrawBoundingBoxesV2 tf.raw_ops.DrawBoundingBoxesV2( images, boxes, colors, name=None ) Outputs a copy of images but draws on top of the ...
tensorflow.raw_ops.drawboundingboxesv2
tf.raw_ops.DummyIterationCounter View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DummyIterationCounter tf.raw_ops.DummyIterationCounter( name=None ) Args name A name for the operation (optional). Returns A Tensor of type resource.
tensorflow.raw_ops.dummyiterationcounter
tf.raw_ops.DummyMemoryCache View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DummyMemoryCache tf.raw_ops.DummyMemoryCache( name=None ) Args name A name for the operation (optional). Returns A Tensor of type resource.
tensorflow.raw_ops.dummymemorycache
tf.raw_ops.DummySeedGenerator View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DummySeedGenerator tf.raw_ops.DummySeedGenerator( name=None ) Args name A name for the operation (optional). Returns A Tensor of type resource.
tensorflow.raw_ops.dummyseedgenerator
tf.raw_ops.DynamicPartition Partitions data into num_partitions tensors using indices from partitions. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DynamicPartition tf.raw_ops.DynamicPartition( data, partitions, num_partitions, name=None ) For each index...
tensorflow.raw_ops.dynamicpartition
tf.raw_ops.DynamicStitch Interleave the values from the data tensors into a single tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DynamicStitch tf.raw_ops.DynamicStitch( indices, data, name=None ) Builds a merged tensor such that merged[indices[m][...
tensorflow.raw_ops.dynamicstitch
tf.raw_ops.EagerPyFunc Eagerly executes a python function to compute func(input)->output. The View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EagerPyFunc tf.raw_ops.EagerPyFunc( input, token, Tout, is_async=False, name=None ) semantics of the input, output,...
tensorflow.raw_ops.eagerpyfunc
tf.raw_ops.EditDistance Computes the (possibly normalized) Levenshtein Edit Distance. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EditDistance tf.raw_ops.EditDistance( hypothesis_indices, hypothesis_values, hypothesis_shape, truth_indices, truth_valu...
tensorflow.raw_ops.editdistance
tf.raw_ops.Eig Computes the eigen decomposition of one or more square matrices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Eig tf.raw_ops.Eig( input, Tout, compute_v=True, name=None ) Computes the eigenvalues and (optionally) right eigenvectors of each...
tensorflow.raw_ops.eig
tf.raw_ops.Einsum Tensor contraction according to Einstein summation convention. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Einsum tf.raw_ops.Einsum( inputs, equation, name=None ) Implements generalized Tensor contraction and reduction. Each input Tens...
tensorflow.raw_ops.einsum
tf.raw_ops.Elu Computes exponential linear: exp(features) - 1 if < 0, features otherwise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Elu tf.raw_ops.Elu( features, name=None ) See Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs...
tensorflow.raw_ops.elu
tf.raw_ops.EluGrad Computes gradients for the exponential linear (Elu) operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EluGrad tf.raw_ops.EluGrad( gradients, outputs, name=None ) Args gradients A Tensor. Must be one of the following type...
tensorflow.raw_ops.elugrad
tf.raw_ops.Empty Creates a tensor with the given shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Empty tf.raw_ops.Empty( shape, dtype, init=False, name=None ) This operation creates a tensor of shape and dtype. Args: shape: A Tensor of type int32. 1-...
tensorflow.raw_ops.empty
tf.raw_ops.EmptyTensorList Creates and returns an empty tensor list. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EmptyTensorList tf.raw_ops.EmptyTensorList( element_shape, max_num_elements, element_dtype, name=None ) All list elements must be tensors of...
tensorflow.raw_ops.emptytensorlist
tf.raw_ops.EncodeBase64 Encode strings into web-safe base64 format. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EncodeBase64 tf.raw_ops.EncodeBase64( input, pad=False, name=None ) Refer to the following article for more information on base64 format: en....
tensorflow.raw_ops.encodebase64
tf.raw_ops.EncodeJpeg JPEG-encode an image. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EncodeJpeg tf.raw_ops.EncodeJpeg( image, format='', quality=95, progressive=False, optimize_size=False, chroma_downsampling=True, density_unit='in', x_density=300...
tensorflow.raw_ops.encodejpeg
tf.raw_ops.EncodeJpegVariableQuality JPEG encode input image with provided compression quality. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EncodeJpegVariableQuality tf.raw_ops.EncodeJpegVariableQuality( images, quality, name=None ) image is a 3-D uint8...
tensorflow.raw_ops.encodejpegvariablequality
tf.raw_ops.EncodePng PNG-encode an image. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EncodePng tf.raw_ops.EncodePng( image, compression=-1, name=None ) image is a 3-D uint8 or uint16 Tensor of shape [height, width, channels] where channels is: 1: for ...
tensorflow.raw_ops.encodepng
tf.raw_ops.EncodeProto The op serializes protobuf messages provided in the input tensors. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EncodeProto tf.raw_ops.EncodeProto( sizes, values, field_names, message_type, descriptor_source='local://', name=Non...
tensorflow.raw_ops.encodeproto
tf.raw_ops.EncodeWav Encode audio data using the WAV file format. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EncodeWav tf.raw_ops.EncodeWav( audio, sample_rate, name=None ) This operation will generate a string suitable to be saved out to create a .wav...
tensorflow.raw_ops.encodewav
tf.raw_ops.EnqueueTPUEmbeddingIntegerBatch An op that enqueues a list of input batch tensors to TPUEmbedding. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EnqueueTPUEmbeddingIntegerBatch tf.raw_ops.EnqueueTPUEmbeddingIntegerBatch( batch, mode_override, de...
tensorflow.raw_ops.enqueuetpuembeddingintegerbatch
tf.raw_ops.EnqueueTPUEmbeddingRaggedTensorBatch Eases the porting of code that uses tf.nn.embedding_lookup(). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EnqueueTPUEmbeddingRaggedTensorBatch tf.raw_ops.EnqueueTPUEmbeddingRaggedTensorBatch( sample_splits,...
tensorflow.raw_ops.enqueuetpuembeddingraggedtensorbatch
tf.raw_ops.EnqueueTPUEmbeddingSparseBatch An op that enqueues TPUEmbedding input indices from a SparseTensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EnqueueTPUEmbeddingSparseBatch tf.raw_ops.EnqueueTPUEmbeddingSparseBatch( sample_indices, embedding_...
tensorflow.raw_ops.enqueuetpuembeddingsparsebatch
tf.raw_ops.EnqueueTPUEmbeddingSparseTensorBatch Eases the porting of code that uses tf.nn.embedding_lookup_sparse(). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EnqueueTPUEmbeddingSparseTensorBatch tf.raw_ops.EnqueueTPUEmbeddingSparseTensorBatch( sample_...
tensorflow.raw_ops.enqueuetpuembeddingsparsetensorbatch
tf.raw_ops.EnsureShape Ensures that the tensor's shape matches the expected shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EnsureShape tf.raw_ops.EnsureShape( input, shape, name=None ) Raises an error if the input tensor's shape does not match the s...
tensorflow.raw_ops.ensureshape
tf.raw_ops.Enter Creates or finds a child frame, and makes data available to the child frame. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Enter tf.raw_ops.Enter( data, frame_name, is_constant=False, parallel_iterations=10, name=None ) This op is used to...
tensorflow.raw_ops.enter
tf.raw_ops.Equal Returns the truth value of (x == y) element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Equal tf.raw_ops.Equal( x, y, incompatible_shape_error=True, name=None ) Note: Equal supports broadcasting. More about broadcasting here x =...
tensorflow.raw_ops.equal
tf.raw_ops.Erf Computes the Gauss error function of x element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Erf tf.raw_ops.Erf( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64. name ...
tensorflow.raw_ops.erf
tf.raw_ops.Erfc Computes the complementary error function of x element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Erfc tf.raw_ops.Erfc( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64....
tensorflow.raw_ops.erfc
tf.raw_ops.Erfinv View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Erfinv tf.raw_ops.Erfinv( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64. name A name for the operation (optional). ...
tensorflow.raw_ops.erfinv
tf.raw_ops.EuclideanNorm Computes the euclidean norm of elements across dimensions of a tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.EuclideanNorm tf.raw_ops.EuclideanNorm( input, axis, keep_dims=False, name=None ) Reduces input along the dimensi...
tensorflow.raw_ops.euclideannorm
tf.raw_ops.Exit Exits the current frame to its parent frame. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Exit tf.raw_ops.Exit( data, name=None ) Exit makes its input data available to the parent frame. Args data A Tensor. The tensor to be made ...
tensorflow.raw_ops.exit
tf.raw_ops.Exp Computes exponential of x element-wise. \(y = e^x\). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Exp tf.raw_ops.Exp( x, name=None ) This function computes the exponential of every element in the input tensor. i.e. exp(x) or e^(x), where...
tensorflow.raw_ops.exp
tf.raw_ops.ExpandDims Inserts a dimension of 1 into a tensor's shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExpandDims tf.raw_ops.ExpandDims( input, axis, name=None ) Given a tensor input, this operation inserts a dimension of 1 at the dimension i...
tensorflow.raw_ops.expanddims
tf.raw_ops.ExperimentalAssertNextDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalAssertNextDataset tf.raw_ops.ExperimentalAssertNextDataset( input_dataset, transformations, output_types, output_shapes, name=None ) Args input_datas...
tensorflow.raw_ops.experimentalassertnextdataset
tf.raw_ops.ExperimentalAutoShardDataset Creates a dataset that shards the input dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalAutoShardDataset tf.raw_ops.ExperimentalAutoShardDataset( input_dataset, num_workers, index, output_types, ou...
tensorflow.raw_ops.experimentalautosharddataset
tf.raw_ops.ExperimentalBytesProducedStatsDataset Records the bytes size of each element of input_dataset in a StatsAggregator. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalBytesProducedStatsDataset tf.raw_ops.ExperimentalBytesProducedStatsDataset(...
tensorflow.raw_ops.experimentalbytesproducedstatsdataset
tf.raw_ops.ExperimentalChooseFastestDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalChooseFastestDataset tf.raw_ops.ExperimentalChooseFastestDataset( input_datasets, num_experiments, output_types, output_shapes, name=None ) Args i...
tensorflow.raw_ops.experimentalchoosefastestdataset
tf.raw_ops.ExperimentalCSVDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalCSVDataset tf.raw_ops.ExperimentalCSVDataset( filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defa...
tensorflow.raw_ops.experimentalcsvdataset
tf.raw_ops.ExperimentalDatasetCardinality Returns the cardinality of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalDatasetCardinality tf.raw_ops.ExperimentalDatasetCardinality( input_dataset, name=None ) Returns the cardinality ...
tensorflow.raw_ops.experimentaldatasetcardinality
tf.raw_ops.ExperimentalDatasetToTFRecord Writes the given dataset to the given file using the TFRecord format. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalDatasetToTFRecord tf.raw_ops.ExperimentalDatasetToTFRecord( input_dataset, filename, co...
tensorflow.raw_ops.experimentaldatasettotfrecord
tf.raw_ops.ExperimentalDenseToSparseBatchDataset Creates a dataset that batches input elements into a SparseTensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalDenseToSparseBatchDataset tf.raw_ops.ExperimentalDenseToSparseBatchDataset( input_...
tensorflow.raw_ops.experimentaldensetosparsebatchdataset
tf.raw_ops.ExperimentalDirectedInterleaveDataset A substitute for InterleaveDataset on a fixed list of N datasets. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalDirectedInterleaveDataset tf.raw_ops.ExperimentalDirectedInterleaveDataset( selecto...
tensorflow.raw_ops.experimentaldirectedinterleavedataset
tf.raw_ops.ExperimentalGroupByReducerDataset Creates a dataset that computes a group-by on input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalGroupByReducerDataset tf.raw_ops.ExperimentalGroupByReducerDataset( input_dataset, key_func_...
tensorflow.raw_ops.experimentalgroupbyreducerdataset
tf.raw_ops.ExperimentalGroupByWindowDataset Creates a dataset that computes a windowed group-by on input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalGroupByWindowDataset tf.raw_ops.ExperimentalGroupByWindowDataset( input_dataset, key...
tensorflow.raw_ops.experimentalgroupbywindowdataset
tf.raw_ops.ExperimentalIgnoreErrorsDataset Creates a dataset that contains the elements of input_dataset ignoring errors. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalIgnoreErrorsDataset tf.raw_ops.ExperimentalIgnoreErrorsDataset( input_datase...
tensorflow.raw_ops.experimentalignoreerrorsdataset
tf.raw_ops.ExperimentalIteratorGetDevice Returns the name of the device on which resource has been placed. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalIteratorGetDevice tf.raw_ops.ExperimentalIteratorGetDevice( resource, name=None ) Arg...
tensorflow.raw_ops.experimentaliteratorgetdevice
tf.raw_ops.ExperimentalLatencyStatsDataset Records the latency of producing input_dataset elements in a StatsAggregator. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalLatencyStatsDataset tf.raw_ops.ExperimentalLatencyStatsDataset( input_dataset...
tensorflow.raw_ops.experimentallatencystatsdataset
tf.raw_ops.ExperimentalLMDBDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalLMDBDataset tf.raw_ops.ExperimentalLMDBDataset( filenames, output_types, output_shapes, name=None ) Args filenames A Tensor of type string. output_ty...
tensorflow.raw_ops.experimentallmdbdataset
tf.raw_ops.ExperimentalMapAndBatchDataset Creates a dataset that fuses mapping with batching. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalMapAndBatchDataset tf.raw_ops.ExperimentalMapAndBatchDataset( input_dataset, other_arguments, batch_size...
tensorflow.raw_ops.experimentalmapandbatchdataset
tf.raw_ops.ExperimentalMapDataset Creates a dataset that applies f to the outputs of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalMapDataset tf.raw_ops.ExperimentalMapDataset( input_dataset, other_arguments, f, output_types, out...
tensorflow.raw_ops.experimentalmapdataset
tf.raw_ops.ExperimentalMatchingFilesDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalMatchingFilesDataset tf.raw_ops.ExperimentalMatchingFilesDataset( patterns, name=None ) Args patterns A Tensor of type string. name A name...
tensorflow.raw_ops.experimentalmatchingfilesdataset
tf.raw_ops.ExperimentalMaxIntraOpParallelismDataset Creates a dataset that overrides the maximum intra-op parallelism. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalMaxIntraOpParallelismDataset tf.raw_ops.ExperimentalMaxIntraOpParallelismDataset( ...
tensorflow.raw_ops.experimentalmaxintraopparallelismdataset
tf.raw_ops.ExperimentalNonSerializableDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalNonSerializableDataset tf.raw_ops.ExperimentalNonSerializableDataset( input_dataset, output_types, output_shapes, name=None ) Args input_dataset...
tensorflow.raw_ops.experimentalnonserializabledataset
tf.raw_ops.ExperimentalParallelInterleaveDataset Creates a dataset that applies f to the outputs of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalParallelInterleaveDataset tf.raw_ops.ExperimentalParallelInterleaveDataset( input_d...
tensorflow.raw_ops.experimentalparallelinterleavedataset
tf.raw_ops.ExperimentalParseExampleDataset Transforms input_dataset containing Example protos as vectors of DT_STRING into a dataset of Tensor or SparseTensor objects representing the parsed features. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalPar...
tensorflow.raw_ops.experimentalparseexampledataset
tf.raw_ops.ExperimentalPrivateThreadPoolDataset Creates a dataset that uses a custom thread pool to compute input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalPrivateThreadPoolDataset tf.raw_ops.ExperimentalPrivateThreadPoolDataset( i...
tensorflow.raw_ops.experimentalprivatethreadpooldataset
tf.raw_ops.ExperimentalRandomDataset Creates a Dataset that returns pseudorandom numbers. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalRandomDataset tf.raw_ops.ExperimentalRandomDataset( seed, seed2, output_types, output_shapes, name=None ) ...
tensorflow.raw_ops.experimentalrandomdataset
tf.raw_ops.ExperimentalRebatchDataset Creates a dataset that changes the batch size. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalRebatchDataset tf.raw_ops.ExperimentalRebatchDataset( input_dataset, num_replicas, output_types, output_shapes, u...
tensorflow.raw_ops.experimentalrebatchdataset
tf.raw_ops.ExperimentalScanDataset Creates a dataset successively reduces f over the elements of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalScanDataset tf.raw_ops.ExperimentalScanDataset( input_dataset, initial_state, other_ar...
tensorflow.raw_ops.experimentalscandataset
tf.raw_ops.ExperimentalSetStatsAggregatorDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalSetStatsAggregatorDataset tf.raw_ops.ExperimentalSetStatsAggregatorDataset( input_dataset, stats_aggregator, tag, counter_prefix, output_types, o...
tensorflow.raw_ops.experimentalsetstatsaggregatordataset
tf.raw_ops.ExperimentalSleepDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalSleepDataset tf.raw_ops.ExperimentalSleepDataset( input_dataset, sleep_microseconds, output_types, output_shapes, name=None ) Args input_dataset A Tenso...
tensorflow.raw_ops.experimentalsleepdataset
tf.raw_ops.ExperimentalSlidingWindowDataset Creates a dataset that passes a sliding window over input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalSlidingWindowDataset tf.raw_ops.ExperimentalSlidingWindowDataset( input_dataset, window...
tensorflow.raw_ops.experimentalslidingwindowdataset
tf.raw_ops.ExperimentalSqlDataset Creates a dataset that executes a SQL query and emits rows of the result set. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalSqlDataset tf.raw_ops.ExperimentalSqlDataset( driver_name, data_source_name, query, ou...
tensorflow.raw_ops.experimentalsqldataset
tf.raw_ops.ExperimentalStatsAggregatorHandle Creates a statistics manager resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalStatsAggregatorHandle tf.raw_ops.ExperimentalStatsAggregatorHandle( container='', shared_name='', name=None ) ...
tensorflow.raw_ops.experimentalstatsaggregatorhandle
tf.raw_ops.ExperimentalStatsAggregatorSummary Produces a summary of any statistics recorded by the given statistics manager. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalStatsAggregatorSummary tf.raw_ops.ExperimentalStatsAggregatorSummary( ite...
tensorflow.raw_ops.experimentalstatsaggregatorsummary
tf.raw_ops.ExperimentalTakeWhileDataset Creates a dataset that stops iteration when predicate` is false. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalTakeWhileDataset tf.raw_ops.ExperimentalTakeWhileDataset( input_dataset, other_arguments, pre...
tensorflow.raw_ops.experimentaltakewhiledataset
tf.raw_ops.ExperimentalThreadPoolDataset Creates a dataset that uses a custom thread pool to compute input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalThreadPoolDataset tf.raw_ops.ExperimentalThreadPoolDataset( input_dataset, thread_...
tensorflow.raw_ops.experimentalthreadpooldataset
tf.raw_ops.ExperimentalThreadPoolHandle Creates a dataset that uses a custom thread pool to compute input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalThreadPoolHandle tf.raw_ops.ExperimentalThreadPoolHandle( num_threads, display_name...
tensorflow.raw_ops.experimentalthreadpoolhandle