doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
tf.raw_ops.CollectiveGatherV2 Mutually accumulates multiple tensors of identical type and shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CollectiveGatherV2 tf.raw_ops.CollectiveGatherV2( input, group_size, group_key, instance_key, communication_hint=...
tensorflow.raw_ops.collectivegatherv2
tf.raw_ops.CollectivePermute An Op to permute tensors across replicated TPU instances. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CollectivePermute tf.raw_ops.CollectivePermute( input, source_target_pairs, name=None ) Each instance supplies its own inp...
tensorflow.raw_ops.collectivepermute
tf.raw_ops.CollectiveReduce Mutually reduces multiple tensors of identical type and shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CollectiveReduce tf.raw_ops.CollectiveReduce( input, group_size, group_key, instance_key, merge_op, final_op, subdiv_of...
tensorflow.raw_ops.collectivereduce
tf.raw_ops.CollectiveReduceV2 Mutually reduces multiple tensors of identical type and shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CollectiveReduceV2 tf.raw_ops.CollectiveReduceV2( input, group_size, group_key, instance_key, merge_op, final_op, ...
tensorflow.raw_ops.collectivereducev2
tf.raw_ops.CombinedNonMaxSuppression Greedily selects a subset of bounding boxes in descending order of score, View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CombinedNonMaxSuppression tf.raw_ops.CombinedNonMaxSuppression( boxes, scores, max_output_size_per_...
tensorflow.raw_ops.combinednonmaxsuppression
tf.raw_ops.CompareAndBitpack Compare values of input to threshold and pack resulting bits into a uint8. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CompareAndBitpack tf.raw_ops.CompareAndBitpack( input, threshold, name=None ) Each comparison returns a b...
tensorflow.raw_ops.compareandbitpack
tf.raw_ops.Complex Converts two real numbers to a complex number. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Complex tf.raw_ops.Complex( real, imag, Tout=tf.dtypes.complex64, name=None ) Given a tensor real representing the real part of a complex num...
tensorflow.raw_ops.complex
tf.raw_ops.ComplexAbs Computes the complex absolute value of a tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ComplexAbs tf.raw_ops.ComplexAbs( x, Tout=tf.dtypes.float32, name=None ) Given a tensor x of complex numbers, this operation returns a t...
tensorflow.raw_ops.complexabs
tf.raw_ops.CompressElement Compresses a dataset element. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CompressElement tf.raw_ops.CompressElement( components, name=None ) Args components A list of Tensor objects. name A name for the operati...
tensorflow.raw_ops.compresselement
tf.raw_ops.ComputeAccidentalHits Computes the ids of the positions in sampled_candidates that match true_labels. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ComputeAccidentalHits tf.raw_ops.ComputeAccidentalHits( true_classes, sampled_candidates, num_tru...
tensorflow.raw_ops.computeaccidentalhits
tf.raw_ops.ComputeBatchSize Computes the static batch size of a dataset sans partial batches. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ComputeBatchSize tf.raw_ops.ComputeBatchSize( input_dataset, name=None ) Args input_dataset A Tensor of ty...
tensorflow.raw_ops.computebatchsize
tf.raw_ops.Concat Concatenates tensors along one dimension. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Concat tf.raw_ops.Concat( concat_dim, values, name=None ) Args concat_dim A Tensor of type int32. 0-D. The dimension along which to concaten...
tensorflow.raw_ops.concat
tf.raw_ops.ConcatenateDataset Creates a dataset that concatenates input_dataset with another_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConcatenateDataset tf.raw_ops.ConcatenateDataset( input_dataset, another_dataset, output_types, output_shape...
tensorflow.raw_ops.concatenatedataset
tf.raw_ops.ConcatOffset Computes offsets of concat inputs within its output. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConcatOffset tf.raw_ops.ConcatOffset( concat_dim, shape, name=None ) For example: # 'x' is [2, 2, 7] # 'y' is [2, 3, 7] # 'z' is [2,...
tensorflow.raw_ops.concatoffset
tf.raw_ops.ConcatV2 Concatenates tensors along one dimension. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConcatV2 tf.raw_ops.ConcatV2( values, axis, name=None ) Args values A list of at least 2 Tensor objects with the same type. List of N Tens...
tensorflow.raw_ops.concatv2
tf.raw_ops.ConditionalAccumulator A conditional accumulator for aggregating gradients. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConditionalAccumulator tf.raw_ops.ConditionalAccumulator( dtype, shape, container='', shared_name='', reduction_type='M...
tensorflow.raw_ops.conditionalaccumulator
tf.raw_ops.ConfigureDistributedTPU Sets up the centralized structures for a distributed TPU system. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConfigureDistributedTPU tf.raw_ops.ConfigureDistributedTPU( embedding_config='', tpu_embedding_config='', ...
tensorflow.raw_ops.configuredistributedtpu
tf.raw_ops.ConfigureTPUEmbedding Sets up TPUEmbedding in a distributed TPU system. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConfigureTPUEmbedding tf.raw_ops.ConfigureTPUEmbedding( config, name=None ) Args config A string. Serialized tensorfl...
tensorflow.raw_ops.configuretpuembedding
tf.raw_ops.Conj Returns the complex conjugate of a complex number. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conj tf.raw_ops.Conj( input, name=None ) Given a tensor input of complex numbers, this operation returns a tensor of complex numbers that ar...
tensorflow.raw_ops.conj
tf.raw_ops.ConjugateTranspose Shuffle dimensions of x according to a permutation and conjugate the result. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConjugateTranspose tf.raw_ops.ConjugateTranspose( x, perm, name=None ) The output y has the same rank ...
tensorflow.raw_ops.conjugatetranspose
tf.raw_ops.Const Returns a constant tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Const tf.raw_ops.Const( value, dtype, name=None ) Args value A tf.TensorProto. Attr value is the tensor to return. dtype A tf.DType. name A name...
tensorflow.raw_ops.const
tf.raw_ops.ConsumeMutexLock This op consumes a lock created by MutexLock. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ConsumeMutexLock tf.raw_ops.ConsumeMutexLock( mutex_lock, name=None ) This op exists to consume a tensor created by MutexLock (other th...
tensorflow.raw_ops.consumemutexlock
tf.raw_ops.ControlTrigger Does nothing. Serves as a control trigger for scheduling. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ControlTrigger tf.raw_ops.ControlTrigger( name=None ) Only useful as a placeholder for control edges. Args name A na...
tensorflow.raw_ops.controltrigger
tf.raw_ops.Conv2D Computes a 2-D 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.Conv2D tf.raw_ops.Conv2D( input, filter, strides, padding, use_cudnn_on_gpu=True, explicit_paddings=[], data_format='NHWC', d...
tensorflow.raw_ops.conv2d
tf.raw_ops.Conv2DBackpropFilter Computes the gradients of convolution with respect to the filter. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv2DBackpropFilter tf.raw_ops.Conv2DBackpropFilter( input, filter_sizes, out_backprop, strides, padding, use_c...
tensorflow.raw_ops.conv2dbackpropfilter
tf.raw_ops.Conv2DBackpropInput Computes the gradients of convolution with respect to the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv2DBackpropInput tf.raw_ops.Conv2DBackpropInput( input_sizes, filter, out_backprop, strides, padding, use_cudnn...
tensorflow.raw_ops.conv2dbackpropinput
tf.raw_ops.Conv3D Computes a 3-D convolution given 5-D input and filter tensors. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv3D tf.raw_ops.Conv3D( input, filter, strides, padding, data_format='NDHWC', dilations=[1, 1, 1, 1, 1], name=None ) In si...
tensorflow.raw_ops.conv3d
tf.raw_ops.Conv3DBackpropFilter Computes the gradients of 3-D convolution with respect to the filter. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv3DBackpropFilter tf.raw_ops.Conv3DBackpropFilter( input, filter, out_backprop, strides, padding, dilatio...
tensorflow.raw_ops.conv3dbackpropfilter
tf.raw_ops.Conv3DBackpropFilterV2 Computes the gradients of 3-D convolution with respect to the filter. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv3DBackpropFilterV2 tf.raw_ops.Conv3DBackpropFilterV2( input, filter_sizes, out_backprop, strides, padd...
tensorflow.raw_ops.conv3dbackpropfilterv2
tf.raw_ops.Conv3DBackpropInput Computes the gradients of 3-D convolution with respect to the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv3DBackpropInput tf.raw_ops.Conv3DBackpropInput( input, filter, out_backprop, strides, padding, dilations=[...
tensorflow.raw_ops.conv3dbackpropinput
tf.raw_ops.Conv3DBackpropInputV2 Computes the gradients of 3-D convolution with respect to the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Conv3DBackpropInputV2 tf.raw_ops.Conv3DBackpropInputV2( input_sizes, filter, out_backprop, strides, padding,...
tensorflow.raw_ops.conv3dbackpropinputv2
tf.raw_ops.Copy Copy a tensor from CPU-to-CPU or GPU-to-GPU. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Copy tf.raw_ops.Copy( input, tensor_name='', debug_ops_spec=[], name=None ) Performs CPU-to-CPU or GPU-to-GPU deep-copying of tensor, depending on t...
tensorflow.raw_ops.copy
tf.raw_ops.CopyHost Copy a tensor to host. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CopyHost tf.raw_ops.CopyHost( input, tensor_name='', debug_ops_spec=[], name=None ) Performs CPU-to-CPU deep-copying of tensor. N.B.: If the all downstream attached d...
tensorflow.raw_ops.copyhost
tf.raw_ops.Cos Computes cos of x element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cos tf.raw_ops.Cos( x, name=None ) Given an input tensor, this function computes cosine of every element in the tensor. Input range is (-inf, inf) and output rang...
tensorflow.raw_ops.cos
tf.raw_ops.Cosh Computes hyperbolic cosine of x element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cosh tf.raw_ops.Cosh( x, name=None ) Given an input tensor, this function computes hyperbolic cosine of every element in the tensor. Input range is...
tensorflow.raw_ops.cosh
tf.raw_ops.CountUpTo Increments 'ref' until it reaches 'limit'. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CountUpTo tf.raw_ops.CountUpTo( ref, limit, name=None ) Args ref A mutable Tensor. Must be one of the following types: int32, int64. Sho...
tensorflow.raw_ops.countupto
tf.raw_ops.CreateSummaryDbWriter View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CreateSummaryDbWriter tf.raw_ops.CreateSummaryDbWriter( writer, db_uri, experiment_name, run_name, user_name, name=None ) Args writer A Tensor of type resource. db...
tensorflow.raw_ops.createsummarydbwriter
tf.raw_ops.CreateSummaryFileWriter View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CreateSummaryFileWriter tf.raw_ops.CreateSummaryFileWriter( writer, logdir, max_queue, flush_millis, filename_suffix, name=None ) Args writer A Tensor of type resour...
tensorflow.raw_ops.createsummaryfilewriter
tf.raw_ops.CropAndResize Extracts crops from the input image tensor and resizes them. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CropAndResize tf.raw_ops.CropAndResize( image, boxes, box_ind, crop_size, method='bilinear', extrapolation_value=0, name...
tensorflow.raw_ops.cropandresize
tf.raw_ops.CropAndResizeGradBoxes Computes the gradient of the crop_and_resize op wrt the input boxes tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CropAndResizeGradBoxes tf.raw_ops.CropAndResizeGradBoxes( grads, image, boxes, box_ind, method='bili...
tensorflow.raw_ops.cropandresizegradboxes
tf.raw_ops.CropAndResizeGradImage Computes the gradient of the crop_and_resize op wrt the input image tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CropAndResizeGradImage tf.raw_ops.CropAndResizeGradImage( grads, boxes, box_ind, image_size, T, meth...
tensorflow.raw_ops.cropandresizegradimage
tf.raw_ops.Cross Compute the pairwise cross product. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cross tf.raw_ops.Cross( a, b, name=None ) a and b must be the same shape; they can either be simple 3-element vectors, or any shape where the innermost dime...
tensorflow.raw_ops.cross
tf.raw_ops.CrossReplicaSum An Op to sum inputs across replicated TPU instances. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CrossReplicaSum tf.raw_ops.CrossReplicaSum( input, group_assignment, name=None ) Each instance supplies its own input. For exampl...
tensorflow.raw_ops.crossreplicasum
tf.raw_ops.CSRSparseMatrixComponents Reads out the CSR components at batch index. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CSRSparseMatrixComponents tf.raw_ops.CSRSparseMatrixComponents( csr_sparse_matrix, index, type, name=None ) This op is meant on...
tensorflow.raw_ops.csrsparsematrixcomponents
tf.raw_ops.CSRSparseMatrixToDense Convert a (possibly batched) CSRSparseMatrix to dense. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CSRSparseMatrixToDense tf.raw_ops.CSRSparseMatrixToDense( sparse_input, type, name=None ) Args sparse_input A T...
tensorflow.raw_ops.csrsparsematrixtodense
tf.raw_ops.CSRSparseMatrixToSparseTensor Converts a (possibly batched) CSRSparesMatrix to a SparseTensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CSRSparseMatrixToSparseTensor tf.raw_ops.CSRSparseMatrixToSparseTensor( sparse_matrix, type, name=None )...
tensorflow.raw_ops.csrsparsematrixtosparsetensor
tf.raw_ops.CSVDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CSVDataset tf.raw_ops.CSVDataset( filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, output_shapes, name=None ) ...
tensorflow.raw_ops.csvdataset
tf.raw_ops.CSVDatasetV2 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CSVDatasetV2 tf.raw_ops.CSVDatasetV2( filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, exclude_cols, output_sha...
tensorflow.raw_ops.csvdatasetv2
tf.raw_ops.CTCBeamSearchDecoder Performs beam search decoding on the logits given in input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CTCBeamSearchDecoder tf.raw_ops.CTCBeamSearchDecoder( inputs, sequence_length, beam_width, top_paths, merge_repeated=T...
tensorflow.raw_ops.ctcbeamsearchdecoder
tf.raw_ops.CTCGreedyDecoder Performs greedy decoding on the logits given in inputs. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CTCGreedyDecoder tf.raw_ops.CTCGreedyDecoder( inputs, sequence_length, merge_repeated=False, name=None ) A note about the att...
tensorflow.raw_ops.ctcgreedydecoder
tf.raw_ops.CTCLoss Calculates the CTC Loss (log probability) for each batch entry. Also calculates View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CTCLoss tf.raw_ops.CTCLoss( inputs, labels_indices, labels_values, sequence_length, preprocess_collapse_rep...
tensorflow.raw_ops.ctcloss
tf.raw_ops.CTCLossV2 Calculates the CTC Loss (log probability) for each batch entry. Also calculates View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CTCLossV2 tf.raw_ops.CTCLossV2( inputs, labels_indices, labels_values, sequence_length, preprocess_collap...
tensorflow.raw_ops.ctclossv2
tf.raw_ops.CudnnRNN A RNN backed by cuDNN. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNN tf.raw_ops.CudnnRNN( input, input_h, input_c, params, rnn_mode='lstm', input_mode='linear_input', direction='unidirectional', dropout=0, seed=0, seed2...
tensorflow.raw_ops.cudnnrnn
tf.raw_ops.CudnnRNNBackprop Backprop step of CudnnRNN. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNBackprop tf.raw_ops.CudnnRNNBackprop( input, input_h, input_c, params, output, output_h, output_c, output_backprop, output_h_backprop, output_c...
tensorflow.raw_ops.cudnnrnnbackprop
tf.raw_ops.CudnnRNNBackpropV2 Backprop step of CudnnRNN. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNBackpropV2 tf.raw_ops.CudnnRNNBackpropV2( input, input_h, input_c, params, output, output_h, output_c, output_backprop, output_h_backprop, ou...
tensorflow.raw_ops.cudnnrnnbackpropv2
tf.raw_ops.CudnnRNNBackpropV3 Backprop step of CudnnRNNV3. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNBackpropV3 tf.raw_ops.CudnnRNNBackpropV3( input, input_h, input_c, params, sequence_lengths, output, output_h, output_c, output_backprop, o...
tensorflow.raw_ops.cudnnrnnbackpropv3
tf.raw_ops.CudnnRNNCanonicalToParams Converts CudnnRNN params from canonical form to usable form. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNCanonicalToParams tf.raw_ops.CudnnRNNCanonicalToParams( num_layers, num_units, input_size, weights, bias...
tensorflow.raw_ops.cudnnrnncanonicaltoparams
tf.raw_ops.CudnnRNNCanonicalToParamsV2 Converts CudnnRNN params from canonical form to usable form. It supports the projection in LSTM. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNCanonicalToParamsV2 tf.raw_ops.CudnnRNNCanonicalToParamsV2( num_la...
tensorflow.raw_ops.cudnnrnncanonicaltoparamsv2
tf.raw_ops.CudnnRNNParamsSize Computes size of weights that can be used by a Cudnn RNN model. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNParamsSize tf.raw_ops.CudnnRNNParamsSize( num_layers, num_units, input_size, T, S, rnn_mode='lstm', inpu...
tensorflow.raw_ops.cudnnrnnparamssize
tf.raw_ops.CudnnRNNParamsToCanonical Retrieves CudnnRNN params in canonical form. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNParamsToCanonical tf.raw_ops.CudnnRNNParamsToCanonical( num_layers, num_units, input_size, params, num_params, rnn_m...
tensorflow.raw_ops.cudnnrnnparamstocanonical
tf.raw_ops.CudnnRNNParamsToCanonicalV2 Retrieves CudnnRNN params in canonical form. It supports the projection in LSTM. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNParamsToCanonicalV2 tf.raw_ops.CudnnRNNParamsToCanonicalV2( num_layers, num_units,...
tensorflow.raw_ops.cudnnrnnparamstocanonicalv2
tf.raw_ops.CudnnRNNV2 A RNN backed by cuDNN. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNV2 tf.raw_ops.CudnnRNNV2( input, input_h, input_c, params, rnn_mode='lstm', input_mode='linear_input', direction='unidirectional', dropout=0, seed=0,...
tensorflow.raw_ops.cudnnrnnv2
tf.raw_ops.CudnnRNNV3 A RNN backed by cuDNN. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CudnnRNNV3 tf.raw_ops.CudnnRNNV3( input, input_h, input_c, params, sequence_lengths, rnn_mode='lstm', input_mode='linear_input', direction='unidirectional', ...
tensorflow.raw_ops.cudnnrnnv3
tf.raw_ops.Cumprod Compute the cumulative product of the tensor x along axis. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cumprod tf.raw_ops.Cumprod( x, axis, exclusive=False, reverse=False, name=None ) By default, this op performs an inclusive cumprod,...
tensorflow.raw_ops.cumprod
tf.raw_ops.Cumsum Compute the cumulative sum of the tensor x along axis. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cumsum tf.raw_ops.Cumsum( x, axis, exclusive=False, reverse=False, name=None ) By default, this op performs an inclusive cumsum, which m...
tensorflow.raw_ops.cumsum
tf.raw_ops.CumulativeLogsumexp Compute the cumulative product of the tensor x along axis. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CumulativeLogsumexp tf.raw_ops.CumulativeLogsumexp( x, axis, exclusive=False, reverse=False, name=None ) By default, th...
tensorflow.raw_ops.cumulativelogsumexp
tf.raw_ops.DataFormatDimMap Returns the dimension index in the destination data format given the one in View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DataFormatDimMap tf.raw_ops.DataFormatDimMap( x, src_format='NHWC', dst_format='NCHW', name=None ) the so...
tensorflow.raw_ops.dataformatdimmap
tf.raw_ops.DataFormatVecPermute Permute input tensor from src_format to dst_format. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DataFormatVecPermute tf.raw_ops.DataFormatVecPermute( x, src_format='NHWC', dst_format='NCHW', name=None ) Input tensor must ...
tensorflow.raw_ops.dataformatvecpermute
tf.raw_ops.DataServiceDataset Creates a dataset that reads data from the tf.data service. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DataServiceDataset tf.raw_ops.DataServiceDataset( dataset_id, processing_mode, address, protocol, job_name, max_outs...
tensorflow.raw_ops.dataservicedataset
tf.raw_ops.DatasetCardinality Returns the cardinality of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DatasetCardinality tf.raw_ops.DatasetCardinality( input_dataset, name=None ) Returns the cardinality of input_dataset. Args input_...
tensorflow.raw_ops.datasetcardinality
tf.raw_ops.DatasetFromGraph Creates a dataset from the given graph_def. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DatasetFromGraph tf.raw_ops.DatasetFromGraph( graph_def, name=None ) Creates a dataset from the provided graph_def. Args graph_def...
tensorflow.raw_ops.datasetfromgraph
tf.raw_ops.DatasetToGraph Returns a serialized GraphDef representing input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DatasetToGraph tf.raw_ops.DatasetToGraph( input_dataset, stateful_whitelist=[], allow_stateful=False, strip_device_assignm...
tensorflow.raw_ops.datasettograph
tf.raw_ops.DatasetToGraphV2 Returns a serialized GraphDef representing input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DatasetToGraphV2 tf.raw_ops.DatasetToGraphV2( input_dataset, external_state_policy=0, strip_device_assignment=False, name=No...
tensorflow.raw_ops.datasettographv2
tf.raw_ops.DatasetToSingleElement Outputs the single element from the given dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DatasetToSingleElement tf.raw_ops.DatasetToSingleElement( dataset, output_types, output_shapes, name=None ) Args data...
tensorflow.raw_ops.datasettosingleelement
tf.raw_ops.DatasetToTFRecord 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.DatasetToTFRecord tf.raw_ops.DatasetToTFRecord( input_dataset, filename, compression_type, name=None ) Ar...
tensorflow.raw_ops.datasettotfrecord
tf.raw_ops.Dawsn View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Dawsn tf.raw_ops.Dawsn( 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). R...
tensorflow.raw_ops.dawsn
tf.raw_ops.DebugGradientIdentity Identity op for gradient debugging. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugGradientIdentity tf.raw_ops.DebugGradientIdentity( input, name=None ) This op is hidden from public in Python. It is used by TensorFlow...
tensorflow.raw_ops.debuggradientidentity
tf.raw_ops.DebugGradientRefIdentity Identity op for gradient debugging. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugGradientRefIdentity tf.raw_ops.DebugGradientRefIdentity( input, name=None ) This op is hidden from public in Python. It is used by T...
tensorflow.raw_ops.debuggradientrefidentity
tf.raw_ops.DebugIdentity Provides an identity mapping of the non-Ref type input tensor for debugging. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugIdentity tf.raw_ops.DebugIdentity( input, device_name='', tensor_name='', debug_urls=[], gated_grpc...
tensorflow.raw_ops.debugidentity
tf.raw_ops.DebugIdentityV2 Debug Identity V2 Op. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugIdentityV2 tf.raw_ops.DebugIdentityV2( input, tfdbg_context_id='', op_name='', output_slot=-1, tensor_debug_mode=-1, debug_urls=[], circular_buffer_size...
tensorflow.raw_ops.debugidentityv2
tf.raw_ops.DebugNanCount Debug NaN Value Counter Op. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugNanCount tf.raw_ops.DebugNanCount( input, device_name='', tensor_name='', debug_urls=[], gated_grpc=False, name=None ) Counts number of NaNs in the...
tensorflow.raw_ops.debugnancount
tf.raw_ops.DebugNumericSummary Debug Numeric Summary Op. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugNumericSummary tf.raw_ops.DebugNumericSummary( input, device_name='', tensor_name='', debug_urls=[], lower_bound=float('-inf'), upper_bound=floa...
tensorflow.raw_ops.debugnumericsummary
tf.raw_ops.DebugNumericSummaryV2 Debug Numeric Summary V2 Op. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DebugNumericSummaryV2 tf.raw_ops.DebugNumericSummaryV2( input, output_dtype=tf.dtypes.float32, tensor_debug_mode=-1, tensor_id=-1, name=None ) ...
tensorflow.raw_ops.debugnumericsummaryv2
tf.raw_ops.DecodeAndCropJpeg Decode and Crop a JPEG-encoded image to a uint8 tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeAndCropJpeg tf.raw_ops.DecodeAndCropJpeg( contents, crop_window, channels=0, ratio=1, fancy_upscaling=True, try_rec...
tensorflow.raw_ops.decodeandcropjpeg
tf.raw_ops.DecodeBase64 Decode web-safe base64-encoded strings. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeBase64 tf.raw_ops.DecodeBase64( input, name=None ) Input may or may not have padding at the end. See EncodeBase64 for padding. Web-safe mea...
tensorflow.raw_ops.decodebase64
tf.raw_ops.DecodeBmp Decode the first frame of a BMP-encoded image to a uint8 tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeBmp tf.raw_ops.DecodeBmp( contents, channels=0, name=None ) The attr channels indicates the desired number of color c...
tensorflow.raw_ops.decodebmp
tf.raw_ops.DecodeCompressed Decompress strings. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeCompressed tf.raw_ops.DecodeCompressed( bytes, compression_type='', name=None ) This op decompresses each element of the bytes input Tensor, which is assum...
tensorflow.raw_ops.decodecompressed
tf.raw_ops.DecodeCSV Convert CSV records to tensors. Each column maps to one tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeCSV tf.raw_ops.DecodeCSV( records, record_defaults, field_delim=',', use_quote_delim=True, na_value='', select_cols...
tensorflow.raw_ops.decodecsv
tf.raw_ops.DecodeGif Decode the frame(s) of a GIF-encoded image to a uint8 tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeGif tf.raw_ops.DecodeGif( contents, name=None ) GIF images with frame or transparency compression are not supported. O...
tensorflow.raw_ops.decodegif
tf.raw_ops.DecodeImage Function for decode_bmp, decode_gif, decode_jpeg, and decode_png. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeImage tf.raw_ops.DecodeImage( contents, channels=0, dtype=tf.dtypes.uint8, expand_animations=True, name=None ) Det...
tensorflow.raw_ops.decodeimage
tf.raw_ops.DecodeJpeg Decode a JPEG-encoded image to a uint8 tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeJpeg tf.raw_ops.DecodeJpeg( contents, channels=0, ratio=1, fancy_upscaling=True, try_recover_truncated=False, acceptable_fraction=1...
tensorflow.raw_ops.decodejpeg
tf.raw_ops.DecodeJSONExample Convert JSON-encoded Example records to binary protocol buffer strings. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeJSONExample tf.raw_ops.DecodeJSONExample( json_examples, name=None ) This op translates a tensor conta...
tensorflow.raw_ops.decodejsonexample
tf.raw_ops.DecodePaddedRaw Reinterpret the bytes of a string as a vector of numbers. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodePaddedRaw tf.raw_ops.DecodePaddedRaw( input_bytes, fixed_length, out_type, little_endian=True, name=None ) Args ...
tensorflow.raw_ops.decodepaddedraw
tf.raw_ops.DecodePng Decode a PNG-encoded image to a uint8 or uint16 tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodePng tf.raw_ops.DecodePng( contents, channels=0, dtype=tf.dtypes.uint8, name=None ) The attr channels indicates the desired num...
tensorflow.raw_ops.decodepng
tf.raw_ops.DecodeProtoV2 The op extracts fields from a serialized protocol buffers message into tensors. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeProtoV2 tf.raw_ops.DecodeProtoV2( bytes, message_type, field_names, output_types, descriptor_so...
tensorflow.raw_ops.decodeprotov2
tf.raw_ops.DecodeRaw Reinterpret the bytes of a string as a vector of numbers. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeRaw tf.raw_ops.DecodeRaw( bytes, out_type, little_endian=True, name=None ) Args bytes A Tensor of type string. All ...
tensorflow.raw_ops.decoderaw
tf.raw_ops.DecodeWav Decode a 16-bit PCM WAV file to a float tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DecodeWav tf.raw_ops.DecodeWav( contents, desired_channels=-1, desired_samples=-1, name=None ) The -32768 to 32767 signed 16-bit values will...
tensorflow.raw_ops.decodewav
tf.raw_ops.DeepCopy Makes a copy of x. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeepCopy tf.raw_ops.DeepCopy( x, name=None ) Args x A Tensor. The source tensor of type T. name A name for the operation (optional). Returns A Te...
tensorflow.raw_ops.deepcopy
tf.raw_ops.DeleteIterator A container for an iterator resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeleteIterator tf.raw_ops.DeleteIterator( handle, deleter, name=None ) Args handle A Tensor of type resource. A handle to the iterator t...
tensorflow.raw_ops.deleteiterator
tf.raw_ops.DeleteMemoryCache View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.DeleteMemoryCache tf.raw_ops.DeleteMemoryCache( handle, deleter, name=None ) Args handle A Tensor of type resource. deleter A Tensor of type variant. name A na...
tensorflow.raw_ops.deletememorycache