doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
tf.raw_ops.ExperimentalUnbatchDataset A dataset that splits the elements of its input into multiple elements. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalUnbatchDataset tf.raw_ops.ExperimentalUnbatchDataset( input_dataset, output_types, outpu...
tensorflow.raw_ops.experimentalunbatchdataset
tf.raw_ops.ExperimentalUniqueDataset Creates a dataset that contains the unique elements of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExperimentalUniqueDataset tf.raw_ops.ExperimentalUniqueDataset( input_dataset, output_types, output_sha...
tensorflow.raw_ops.experimentaluniquedataset
tf.raw_ops.Expint View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Expint tf.raw_ops.Expint( 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.expint
tf.raw_ops.Expm1 Computes exp(x) - 1 element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Expm1 tf.raw_ops.Expm1( x, name=None ) i.e. exp(x) - 1 or e^(x) - 1, where x is the input tensor. e denotes Euler's number and is approximately equal to 2.718...
tensorflow.raw_ops.expm1
tf.raw_ops.ExtractGlimpse Extracts a glimpse from the input tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExtractGlimpse tf.raw_ops.ExtractGlimpse( input, size, offsets, centered=True, normalized=True, uniform_noise=True, noise='uniform', name=...
tensorflow.raw_ops.extractglimpse
tf.raw_ops.ExtractGlimpseV2 Extracts a glimpse from the input tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExtractGlimpseV2 tf.raw_ops.ExtractGlimpseV2( input, size, offsets, centered=True, normalized=True, uniform_noise=True, noise='uniform',...
tensorflow.raw_ops.extractglimpsev2
tf.raw_ops.ExtractImagePatches Extract patches from images and put them in the "depth" output dimension. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExtractImagePatches tf.raw_ops.ExtractImagePatches( images, ksizes, strides, rates, padding, name=None ) ...
tensorflow.raw_ops.extractimagepatches
tf.raw_ops.ExtractJpegShape Extract the shape information of a JPEG-encoded image. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExtractJpegShape tf.raw_ops.ExtractJpegShape( contents, output_type=tf.dtypes.int32, name=None ) This op only parses the image...
tensorflow.raw_ops.extractjpegshape
tf.raw_ops.ExtractVolumePatches Extract patches from input and put them in the "depth" output dimension. 3D extension of extract_image_patches. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ExtractVolumePatches tf.raw_ops.ExtractVolumePatches( input, ksize...
tensorflow.raw_ops.extractvolumepatches
tf.raw_ops.Fact Output a fact about factorials. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Fact tf.raw_ops.Fact( name=None ) Args name A name for the operation (optional). Returns A Tensor of type string.
tensorflow.raw_ops.fact
tf.raw_ops.FakeParam This op is used as a placeholder in If branch functions. It doesn't provide a View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeParam tf.raw_ops.FakeParam( dtype, shape, name=None ) valid output when run, so must either be removed (e....
tensorflow.raw_ops.fakeparam
tf.raw_ops.FakeQuantWithMinMaxArgs Fake-quantize the 'inputs' tensor, type float to 'outputs' tensor of same type. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQuantWithMinMaxArgs tf.raw_ops.FakeQuantWithMinMaxArgs( inputs, min=-6, max=6, num_bits=8, ...
tensorflow.raw_ops.fakequantwithminmaxargs
tf.raw_ops.FakeQuantWithMinMaxArgsGradient Compute gradients for a FakeQuantWithMinMaxArgs operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQuantWithMinMaxArgsGradient tf.raw_ops.FakeQuantWithMinMaxArgsGradient( gradients, inputs, min=-6, max=6...
tensorflow.raw_ops.fakequantwithminmaxargsgradient
tf.raw_ops.FakeQuantWithMinMaxVars Fake-quantize the 'inputs' tensor of type float via global float scalars View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQuantWithMinMaxVars tf.raw_ops.FakeQuantWithMinMaxVars( inputs, min, max, num_bits=8, narrow_range...
tensorflow.raw_ops.fakequantwithminmaxvars
tf.raw_ops.FakeQuantWithMinMaxVarsGradient Compute gradients for a FakeQuantWithMinMaxVars operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQuantWithMinMaxVarsGradient tf.raw_ops.FakeQuantWithMinMaxVarsGradient( gradients, inputs, min, max, num...
tensorflow.raw_ops.fakequantwithminmaxvarsgradient
tf.raw_ops.FakeQuantWithMinMaxVarsPerChannel Fake-quantize the 'inputs' tensor of type float via per-channel floats View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQuantWithMinMaxVarsPerChannel tf.raw_ops.FakeQuantWithMinMaxVarsPerChannel( inputs, min, m...
tensorflow.raw_ops.fakequantwithminmaxvarsperchannel
tf.raw_ops.FakeQuantWithMinMaxVarsPerChannelGradient Compute gradients for a FakeQuantWithMinMaxVarsPerChannel operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQuantWithMinMaxVarsPerChannelGradient tf.raw_ops.FakeQuantWithMinMaxVarsPerChannelGradie...
tensorflow.raw_ops.fakequantwithminmaxvarsperchannelgradient
tf.raw_ops.FakeQueue Deprecated. Do not use. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FakeQueue tf.raw_ops.FakeQueue( resource, name=None ) Args resource A Tensor of type resource. name A name for the operation (optional). Retu...
tensorflow.raw_ops.fakequeue
tf.raw_ops.FFT Fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FFT tf.raw_ops.FFT( input, name=None ) Computes the 1-dimensional discrete Fourier transform over the inner-most dimension of input. Args input A Tensor. Must be...
tensorflow.raw_ops.fft
tf.raw_ops.FFT2D 2D fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FFT2D tf.raw_ops.FFT2D( input, name=None ) Computes the 2-dimensional discrete Fourier transform over the inner-most 2 dimensions of input. Args input A Ten...
tensorflow.raw_ops.fft2d
tf.raw_ops.FFT3D 3D fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FFT3D tf.raw_ops.FFT3D( input, name=None ) Computes the 3-dimensional discrete Fourier transform over the inner-most 3 dimensions of input. Args input A Ten...
tensorflow.raw_ops.fft3d
tf.raw_ops.FIFOQueue A queue that produces elements in first-in first-out order. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FIFOQueue tf.raw_ops.FIFOQueue( component_types, shapes=[], capacity=-1, container='', shared_name='', name=None ) Args...
tensorflow.raw_ops.fifoqueue
tf.raw_ops.FIFOQueueV2 A queue that produces elements in first-in first-out order. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FIFOQueueV2 tf.raw_ops.FIFOQueueV2( component_types, shapes=[], capacity=-1, container='', shared_name='', name=None ) ...
tensorflow.raw_ops.fifoqueuev2
tf.raw_ops.Fill Creates a tensor filled with a scalar value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Fill tf.raw_ops.Fill( dims, value, name=None ) This operation creates a tensor of shape dims and fills it with value. For example: # Output tensor h...
tensorflow.raw_ops.fill
tf.raw_ops.FilterByLastComponentDataset Creates a dataset containing elements of first component of input_dataset having true in the last component. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FilterByLastComponentDataset tf.raw_ops.FilterByLastComponentData...
tensorflow.raw_ops.filterbylastcomponentdataset
tf.raw_ops.FilterDataset Creates a dataset containing elements of input_dataset matching predicate. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FilterDataset tf.raw_ops.FilterDataset( input_dataset, other_arguments, predicate, output_types, output_shapes...
tensorflow.raw_ops.filterdataset
tf.raw_ops.Fingerprint Generates fingerprint values. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Fingerprint tf.raw_ops.Fingerprint( data, method, name=None ) Generates fingerprint values of data. Fingerprint op considers the first dimension of data as ...
tensorflow.raw_ops.fingerprint
tf.raw_ops.FixedLengthRecordDataset Creates a dataset that emits the records from one or more binary files. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FixedLengthRecordDataset tf.raw_ops.FixedLengthRecordDataset( filenames, header_bytes, record_bytes, f...
tensorflow.raw_ops.fixedlengthrecorddataset
tf.raw_ops.FixedLengthRecordDatasetV2 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FixedLengthRecordDatasetV2 tf.raw_ops.FixedLengthRecordDatasetV2( filenames, header_bytes, record_bytes, footer_bytes, buffer_size, compression_type, name=None ) ...
tensorflow.raw_ops.fixedlengthrecorddatasetv2
tf.raw_ops.FixedLengthRecordReader A Reader that outputs fixed-length records from a file. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FixedLengthRecordReader tf.raw_ops.FixedLengthRecordReader( record_bytes, header_bytes=0, footer_bytes=0, hop_bytes=0, ...
tensorflow.raw_ops.fixedlengthrecordreader
tf.raw_ops.FixedLengthRecordReaderV2 A Reader that outputs fixed-length records from a file. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FixedLengthRecordReaderV2 tf.raw_ops.FixedLengthRecordReaderV2( record_bytes, header_bytes=0, footer_bytes=0, hop_byt...
tensorflow.raw_ops.fixedlengthrecordreaderv2
tf.raw_ops.FixedUnigramCandidateSampler Generates labels for candidate sampling with a learned unigram distribution. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FixedUnigramCandidateSampler tf.raw_ops.FixedUnigramCandidateSampler( true_classes, num_true,...
tensorflow.raw_ops.fixedunigramcandidatesampler
tf.raw_ops.FlatMapDataset 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.FlatMapDataset tf.raw_ops.FlatMapDataset( input_dataset, other_arguments, f, output_types, output_shapes, name=None ) ...
tensorflow.raw_ops.flatmapdataset
tf.raw_ops.Floor Returns element-wise largest integer not greater than x. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Floor tf.raw_ops.Floor( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64. ...
tensorflow.raw_ops.floor
tf.raw_ops.FloorDiv Returns x // y element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FloorDiv tf.raw_ops.FloorDiv( x, y, name=None ) Note: floor_div supports broadcasting. More about broadcasting here Args x A Tensor. Must be one of t...
tensorflow.raw_ops.floordiv
tf.raw_ops.FloorMod Returns element-wise remainder of division. When x < 0 xor y < 0 is View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FloorMod tf.raw_ops.FloorMod( x, y, name=None ) true, this follows Python semantics in that the result here is consistent...
tensorflow.raw_ops.floormod
tf.raw_ops.FlushSummaryWriter View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FlushSummaryWriter tf.raw_ops.FlushSummaryWriter( writer, name=None ) Args writer A Tensor of type resource. name A name for the operation (optional). Retur...
tensorflow.raw_ops.flushsummarywriter
tf.raw_ops.For <section class="expandable"> <h4 class="showalways">View aliases</h4> <p> <b>Compat aliases for migration</b> <p>See <a href="https://www.tensorflow.org/guide/migrate">Migration guide</a> for more details.</p> <p>`tf.compat.v1.raw_ops.For`</p> </p> </section> <pre class="devsite-click-to-copy prett...
tensorflow.raw_ops.for
tf.raw_ops.FractionalAvgPool Performs fractional average pooling on the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FractionalAvgPool tf.raw_ops.FractionalAvgPool( value, pooling_ratio, pseudo_random=False, overlapping=False, deterministic=Fal...
tensorflow.raw_ops.fractionalavgpool
tf.raw_ops.FractionalAvgPoolGrad Computes gradient of the FractionalAvgPool function. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FractionalAvgPoolGrad tf.raw_ops.FractionalAvgPoolGrad( orig_input_tensor_shape, out_backprop, row_pooling_sequence, col...
tensorflow.raw_ops.fractionalavgpoolgrad
tf.raw_ops.FractionalMaxPool Performs fractional max pooling on the input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FractionalMaxPool tf.raw_ops.FractionalMaxPool( value, pooling_ratio, pseudo_random=False, overlapping=False, deterministic=False, ...
tensorflow.raw_ops.fractionalmaxpool
tf.raw_ops.FractionalMaxPoolGrad Computes gradient of the FractionalMaxPool function. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FractionalMaxPoolGrad tf.raw_ops.FractionalMaxPoolGrad( orig_input, orig_output, out_backprop, row_pooling_sequence, col...
tensorflow.raw_ops.fractionalmaxpoolgrad
tf.raw_ops.FresnelCos View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FresnelCos tf.raw_ops.FresnelCos( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64. name A name for the operation (optio...
tensorflow.raw_ops.fresnelcos
tf.raw_ops.FresnelSin View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FresnelSin tf.raw_ops.FresnelSin( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64. name A name for the operation (optio...
tensorflow.raw_ops.fresnelsin
tf.raw_ops.FusedBatchNorm Batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedBatchNorm tf.raw_ops.FusedBatchNorm( x, scale, offset, mean, variance, epsilon=0.0001, exponential_avg_factor=1, data_format='NHWC', is_training=True, nam...
tensorflow.raw_ops.fusedbatchnorm
tf.raw_ops.FusedBatchNormGrad Gradient for batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedBatchNormGrad tf.raw_ops.FusedBatchNormGrad( y_backprop, x, scale, reserve_space_1, reserve_space_2, epsilon=0.0001, data_format='NHWC', ...
tensorflow.raw_ops.fusedbatchnormgrad
tf.raw_ops.FusedBatchNormGradV2 Gradient for batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedBatchNormGradV2 tf.raw_ops.FusedBatchNormGradV2( y_backprop, x, scale, reserve_space_1, reserve_space_2, epsilon=0.0001, data_format='N...
tensorflow.raw_ops.fusedbatchnormgradv2
tf.raw_ops.FusedBatchNormGradV3 Gradient for batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedBatchNormGradV3 tf.raw_ops.FusedBatchNormGradV3( y_backprop, x, scale, reserve_space_1, reserve_space_2, reserve_space_3, epsilon=0.000...
tensorflow.raw_ops.fusedbatchnormgradv3
tf.raw_ops.FusedBatchNormV2 Batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedBatchNormV2 tf.raw_ops.FusedBatchNormV2( x, scale, offset, mean, variance, epsilon=0.0001, exponential_avg_factor=1, data_format='NHWC', is_training=Tru...
tensorflow.raw_ops.fusedbatchnormv2
tf.raw_ops.FusedBatchNormV3 Batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedBatchNormV3 tf.raw_ops.FusedBatchNormV3( x, scale, offset, mean, variance, epsilon=0.0001, exponential_avg_factor=1, data_format='NHWC', is_training=Tru...
tensorflow.raw_ops.fusedbatchnormv3
tf.raw_ops.FusedPadConv2D Performs a padding as a preprocess during a convolution. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedPadConv2D tf.raw_ops.FusedPadConv2D( input, paddings, filter, mode, strides, padding, name=None ) Similar to FusedResizeA...
tensorflow.raw_ops.fusedpadconv2d
tf.raw_ops.FusedResizeAndPadConv2D Performs a resize and padding as a preprocess during a convolution. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.FusedResizeAndPadConv2D tf.raw_ops.FusedResizeAndPadConv2D( input, size, paddings, filter, mode, strides, p...
tensorflow.raw_ops.fusedresizeandpadconv2d
tf.raw_ops.Gather Gather slices from params according to indices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Gather tf.raw_ops.Gather( params, indices, validate_indices=True, name=None ) indices must be an integer tensor of any dimension (usually 0-D o...
tensorflow.raw_ops.gather
tf.raw_ops.GatherNd Gather slices from params into a Tensor with shape specified by indices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GatherNd tf.raw_ops.GatherNd( params, indices, name=None ) indices is a K-dimensional integer tensor, best thought...
tensorflow.raw_ops.gathernd
tf.raw_ops.GatherV2 Gather slices from params axis axis according to indices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GatherV2 tf.raw_ops.GatherV2( params, indices, axis, batch_dims=0, name=None ) indices must be an integer tensor of any dimension (...
tensorflow.raw_ops.gatherv2
tf.raw_ops.GenerateBoundingBoxProposals This op produces Region of Interests from given bounding boxes(bbox_deltas) encoded wrt anchors according to eq.2 in arXiv:1506.01497 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GenerateBoundingBoxProposals tf.raw_ops....
tensorflow.raw_ops.generateboundingboxproposals
tf.raw_ops.GenerateVocabRemapping Given a path to new and old vocabulary files, returns a remapping Tensor of View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GenerateVocabRemapping tf.raw_ops.GenerateVocabRemapping( new_vocab_file, old_vocab_file, new_vocab_...
tensorflow.raw_ops.generatevocabremapping
tf.raw_ops.GeneratorDataset Creates a dataset that invokes a function to generate elements. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GeneratorDataset tf.raw_ops.GeneratorDataset( init_func_other_args, next_func_other_args, finalize_func_other_args, in...
tensorflow.raw_ops.generatordataset
tf.raw_ops.GetSessionHandle Store the input tensor in the state of the current session. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GetSessionHandle tf.raw_ops.GetSessionHandle( value, name=None ) Args value A Tensor. The tensor to be stored. ...
tensorflow.raw_ops.getsessionhandle
tf.raw_ops.GetSessionHandleV2 Store the input tensor in the state of the current session. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GetSessionHandleV2 tf.raw_ops.GetSessionHandleV2( value, name=None ) Args value A Tensor. The tensor to be sto...
tensorflow.raw_ops.getsessionhandlev2
tf.raw_ops.GetSessionTensor Get the value of the tensor specified by its handle. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GetSessionTensor tf.raw_ops.GetSessionTensor( handle, dtype, name=None ) Args handle A Tensor of type string. The handl...
tensorflow.raw_ops.getsessiontensor
tf.raw_ops.Greater 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.Greater tf.raw_ops.Greater( x, y, name=None ) Note: math.greater supports broadcasting. More about broadcasting here Example: x = tf.consta...
tensorflow.raw_ops.greater
tf.raw_ops.GreaterEqual 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.GreaterEqual tf.raw_ops.GreaterEqual( x, y, name=None ) Note: math.greater_equal supports broadcasting. More about broadcasting here ...
tensorflow.raw_ops.greaterequal
tf.raw_ops.GroupByReducerDataset 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.GroupByReducerDataset tf.raw_ops.GroupByReducerDataset( input_dataset, key_func_other_arguments, init_func_other_arg...
tensorflow.raw_ops.groupbyreducerdataset
tf.raw_ops.GroupByWindowDataset 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.GroupByWindowDataset tf.raw_ops.GroupByWindowDataset( input_dataset, key_func_other_arguments, reduce_func_o...
tensorflow.raw_ops.groupbywindowdataset
tf.raw_ops.GRUBlockCell Computes the GRU cell forward propagation for 1 time step. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GRUBlockCell tf.raw_ops.GRUBlockCell( x, h_prev, w_ru, w_c, b_ru, b_c, name=None ) Args x: Input to the GRU cell. h_prev: Stat...
tensorflow.raw_ops.grublockcell
tf.raw_ops.GRUBlockCellGrad Computes the GRU cell back-propagation for 1 time step. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GRUBlockCellGrad tf.raw_ops.GRUBlockCellGrad( x, h_prev, w_ru, w_c, b_ru, b_c, r, u, c, d_h, name=None ) Args x: Input to the...
tensorflow.raw_ops.grublockcellgrad
tf.raw_ops.GuaranteeConst Gives a guarantee to the TF runtime that the input tensor is a constant. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.GuaranteeConst tf.raw_ops.GuaranteeConst( input, name=None ) The runtime is then free to make optimizations ba...
tensorflow.raw_ops.guaranteeconst
tf.raw_ops.HashTable Creates a non-initialized hash table. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.HashTable tf.raw_ops.HashTable( key_dtype, value_dtype, container='', shared_name='', use_node_name_sharing=False, name=None ) This op creates a h...
tensorflow.raw_ops.hashtable
tf.raw_ops.HashTableV2 Creates a non-initialized hash table. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.HashTableV2 tf.raw_ops.HashTableV2( key_dtype, value_dtype, container='', shared_name='', use_node_name_sharing=False, name=None ) This op creat...
tensorflow.raw_ops.hashtablev2
tf.raw_ops.HistogramFixedWidth Return histogram of values. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.HistogramFixedWidth tf.raw_ops.HistogramFixedWidth( values, value_range, nbins, dtype=tf.dtypes.int32, name=None ) Given the tensor values, this opera...
tensorflow.raw_ops.histogramfixedwidth
tf.raw_ops.HistogramSummary Outputs a Summary protocol buffer with a histogram. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.HistogramSummary tf.raw_ops.HistogramSummary( tag, values, name=None ) The generated Summary has one summary value containing a h...
tensorflow.raw_ops.histogramsummary
tf.raw_ops.HSVToRGB Convert one or more images from HSV to RGB. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.HSVToRGB tf.raw_ops.HSVToRGB( images, name=None ) Outputs a tensor of the same shape as the images tensor, containing the RGB value of the pixels...
tensorflow.raw_ops.hsvtorgb
tf.raw_ops.Identity Return a tensor with the same shape and contents as the input tensor or value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Identity tf.raw_ops.Identity( input, name=None ) Args input A Tensor. name A name for the opera...
tensorflow.raw_ops.identity
tf.raw_ops.IdentityN Returns a list of tensors with the same shapes and contents as the input View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IdentityN tf.raw_ops.IdentityN( input, name=None ) tensors. This op can be used to override the gradient for compli...
tensorflow.raw_ops.identityn
tf.raw_ops.IdentityReader A Reader that outputs the queued work as both the key and value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IdentityReader tf.raw_ops.IdentityReader( container='', shared_name='', name=None ) To use, enqueue strings in a Queue...
tensorflow.raw_ops.identityreader
tf.raw_ops.IdentityReaderV2 A Reader that outputs the queued work as both the key and value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IdentityReaderV2 tf.raw_ops.IdentityReaderV2( container='', shared_name='', name=None ) To use, enqueue strings in a...
tensorflow.raw_ops.identityreaderv2
tf.raw_ops.If output = cond ? then_branch(input) : else_branch(input) View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.If tf.raw_ops.If( cond, input, Tout, then_branch, else_branch, output_shapes=[], name=None ) Args cond A Tensor. A Tensor. If the ...
tensorflow.raw_ops.if
tf.raw_ops.IFFT Inverse fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IFFT tf.raw_ops.IFFT( input, name=None ) Computes the inverse 1-dimensional discrete Fourier transform over the inner-most dimension of input. Args input ...
tensorflow.raw_ops.ifft
tf.raw_ops.IFFT2D Inverse 2D fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IFFT2D tf.raw_ops.IFFT2D( input, name=None ) Computes the inverse 2-dimensional discrete Fourier transform over the inner-most 2 dimensions of input. A...
tensorflow.raw_ops.ifft2d
tf.raw_ops.IFFT3D Inverse 3D fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IFFT3D tf.raw_ops.IFFT3D( input, name=None ) Computes the inverse 3-dimensional discrete Fourier transform over the inner-most 3 dimensions of input. A...
tensorflow.raw_ops.ifft3d
tf.raw_ops.Igamma Compute the lower regularized incomplete Gamma function P(a, x). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Igamma tf.raw_ops.Igamma( a, x, name=None ) The lower regularized incomplete Gamma function is defined as: \(P(a, x) = gamma...
tensorflow.raw_ops.igamma
tf.raw_ops.Igammac Compute the upper regularized incomplete Gamma function Q(a, x). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Igammac tf.raw_ops.Igammac( a, x, name=None ) The upper regularized incomplete Gamma function is defined as: \(Q(a, x) = Ga...
tensorflow.raw_ops.igammac
tf.raw_ops.IgammaGradA Computes the gradient of igamma(a, x) wrt a. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.IgammaGradA tf.raw_ops.IgammaGradA( a, x, name=None ) Args a A Tensor. Must be one of the following types: float32, float64. x ...
tensorflow.raw_ops.igammagrada
tf.raw_ops.IgnoreErrorsDataset 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.IgnoreErrorsDataset tf.raw_ops.IgnoreErrorsDataset( input_dataset, output_types, output_shapes, log_...
tensorflow.raw_ops.ignoreerrorsdataset
tf.raw_ops.Imag Returns the imaginary part of a complex number. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Imag tf.raw_ops.Imag( input, Tout=tf.dtypes.float32, name=None ) Given a tensor input of complex numbers, this operation returns a tensor of ty...
tensorflow.raw_ops.imag
tf.raw_ops.ImageProjectiveTransformV2 Applies the given transform to each of the images. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ImageProjectiveTransformV2 tf.raw_ops.ImageProjectiveTransformV2( images, transforms, output_shape, interpolation, fill_m...
tensorflow.raw_ops.imageprojectivetransformv2
tf.raw_ops.ImageProjectiveTransformV3 Applies the given transform to each of the images. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ImageProjectiveTransformV3 tf.raw_ops.ImageProjectiveTransformV3( images, transforms, output_shape, fill_value, interpola...
tensorflow.raw_ops.imageprojectivetransformv3
tf.raw_ops.ImageSummary Outputs a Summary protocol buffer with images. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ImageSummary tf.raw_ops.ImageSummary( tag, tensor, max_images=3, bad_color=_execute.make_tensor(\n 'dtype: DT_UINT8 tensor_shape { d...
tensorflow.raw_ops.imagesummary
tf.raw_ops.ImmutableConst Returns immutable tensor from memory region. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ImmutableConst tf.raw_ops.ImmutableConst( dtype, shape, memory_region_name, name=None ) The current implementation memmaps the tensor from...
tensorflow.raw_ops.immutableconst
tf.raw_ops.ImportEvent View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ImportEvent tf.raw_ops.ImportEvent( writer, event, name=None ) Args writer A Tensor of type resource. event A Tensor of type string. name A name for the operation (o...
tensorflow.raw_ops.importevent
tf.raw_ops.InfeedDequeue A placeholder op for a value that will be fed into the computation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InfeedDequeue tf.raw_ops.InfeedDequeue( dtype, shape, name=None ) Args dtype A tf.DType. The type of elemen...
tensorflow.raw_ops.infeeddequeue
tf.raw_ops.InfeedDequeueTuple Fetches multiple values from infeed as an XLA tuple. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InfeedDequeueTuple tf.raw_ops.InfeedDequeueTuple( dtypes, shapes, name=None ) Args dtypes A list of tf.DTypes that ha...
tensorflow.raw_ops.infeeddequeuetuple
tf.raw_ops.InfeedEnqueue An op which feeds a single Tensor value into the computation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InfeedEnqueue tf.raw_ops.InfeedEnqueue( input, shape=[], layout=[], device_ordinal=-1, name=None ) Args input A T...
tensorflow.raw_ops.infeedenqueue
tf.raw_ops.InfeedEnqueuePrelinearizedBuffer An op which enqueues prelinearized buffer into TPU infeed. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InfeedEnqueuePrelinearizedBuffer tf.raw_ops.InfeedEnqueuePrelinearizedBuffer( input, device_ordinal=-1, nam...
tensorflow.raw_ops.infeedenqueueprelinearizedbuffer
tf.raw_ops.InfeedEnqueueTuple Feeds multiple Tensor values into the computation as an XLA tuple. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InfeedEnqueueTuple tf.raw_ops.InfeedEnqueueTuple( inputs, shapes, layouts=[], device_ordinal=-1, name=None ) ...
tensorflow.raw_ops.infeedenqueuetuple
tf.raw_ops.InitializeTable Table initializer that takes two tensors for keys and values respectively. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InitializeTable tf.raw_ops.InitializeTable( table_handle, keys, values, name=None ) Args table_handl...
tensorflow.raw_ops.initializetable
tf.raw_ops.InitializeTableFromDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InitializeTableFromDataset tf.raw_ops.InitializeTableFromDataset( table_handle, dataset, name=None ) Args table_handle A Tensor of type resource. dataset A ...
tensorflow.raw_ops.initializetablefromdataset
tf.raw_ops.InitializeTableFromTextFile Initializes a table from a text file. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InitializeTableFromTextFile tf.raw_ops.InitializeTableFromTextFile( table_handle, filename, key_index, value_index, vocab_size=-1, ...
tensorflow.raw_ops.initializetablefromtextfile
tf.raw_ops.InitializeTableFromTextFileV2 Initializes a table from a text file. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.InitializeTableFromTextFileV2 tf.raw_ops.InitializeTableFromTextFileV2( table_handle, filename, key_index, value_index, vocab_size=...
tensorflow.raw_ops.initializetablefromtextfilev2