doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
tf.raw_ops.BatchDataset Creates a dataset that batches batch_size elements from input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchDataset tf.raw_ops.BatchDataset( input_dataset, batch_size, output_types, output_shapes, name=None ) Arg...
tensorflow.raw_ops.batchdataset
tf.raw_ops.BatchDatasetV2 Creates a dataset that batches batch_size elements from input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchDatasetV2 tf.raw_ops.BatchDatasetV2( input_dataset, batch_size, drop_remainder, output_types, output_shapes,...
tensorflow.raw_ops.batchdatasetv2
tf.raw_ops.BatchFFT View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchFFT tf.raw_ops.BatchFFT( input, name=None ) Args input A Tensor of type complex64. name A name for the operation (optional). Returns A Tensor of type complex64...
tensorflow.raw_ops.batchfft
tf.raw_ops.BatchFFT2D View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchFFT2D tf.raw_ops.BatchFFT2D( input, name=None ) Args input A Tensor of type complex64. name A name for the operation (optional). Returns A Tensor of type com...
tensorflow.raw_ops.batchfft2d
tf.raw_ops.BatchFFT3D View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchFFT3D tf.raw_ops.BatchFFT3D( input, name=None ) Args input A Tensor of type complex64. name A name for the operation (optional). Returns A Tensor of type com...
tensorflow.raw_ops.batchfft3d
tf.raw_ops.BatchFunction Batches all the inputs tensors to the computation done by the function. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchFunction tf.raw_ops.BatchFunction( in_tensors, captured_tensors, f, num_batch_threads, max_batch_size, b...
tensorflow.raw_ops.batchfunction
tf.raw_ops.BatchIFFT View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchIFFT tf.raw_ops.BatchIFFT( input, name=None ) Args input A Tensor of type complex64. name A name for the operation (optional). Returns A Tensor of type comple...
tensorflow.raw_ops.batchifft
tf.raw_ops.BatchIFFT2D View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchIFFT2D tf.raw_ops.BatchIFFT2D( input, name=None ) Args input A Tensor of type complex64. name A name for the operation (optional). Returns A Tensor of type ...
tensorflow.raw_ops.batchifft2d
tf.raw_ops.BatchIFFT3D View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchIFFT3D tf.raw_ops.BatchIFFT3D( input, name=None ) Args input A Tensor of type complex64. name A name for the operation (optional). Returns A Tensor of type ...
tensorflow.raw_ops.batchifft3d
tf.raw_ops.BatchMatMul Multiplies slices of two tensors in batches. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatMul tf.raw_ops.BatchMatMul( x, y, adj_x=False, adj_y=False, name=None ) Multiplies all slices of Tensor x and y (each slice can be vi...
tensorflow.raw_ops.batchmatmul
tf.raw_ops.BatchMatMulV2 Multiplies slices of two tensors in batches. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatMulV2 tf.raw_ops.BatchMatMulV2( x, y, adj_x=False, adj_y=False, name=None ) Multiplies all slices of Tensor x and y (each slice can...
tensorflow.raw_ops.batchmatmulv2
tf.raw_ops.BatchMatrixBandPart View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixBandPart tf.raw_ops.BatchMatrixBandPart( input, num_lower, num_upper, name=None ) Args input A Tensor. num_lower A Tensor of type int64. num_upper ...
tensorflow.raw_ops.batchmatrixbandpart
tf.raw_ops.BatchMatrixDeterminant View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixDeterminant tf.raw_ops.BatchMatrixDeterminant( input, name=None ) Args input A Tensor. Must be one of the following types: float32, float64, complex64, com...
tensorflow.raw_ops.batchmatrixdeterminant
tf.raw_ops.BatchMatrixDiag View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixDiag tf.raw_ops.BatchMatrixDiag( diagonal, name=None ) Args diagonal A Tensor. name A name for the operation (optional). Returns A Tensor. Has the...
tensorflow.raw_ops.batchmatrixdiag
tf.raw_ops.BatchMatrixDiagPart View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixDiagPart tf.raw_ops.BatchMatrixDiagPart( input, name=None ) Args input A Tensor. name A name for the operation (optional). Returns A Tensor. H...
tensorflow.raw_ops.batchmatrixdiagpart
tf.raw_ops.BatchMatrixInverse View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixInverse tf.raw_ops.BatchMatrixInverse( input, adjoint=False, name=None ) Args input A Tensor. Must be one of the following types: float64, float32. adjoint...
tensorflow.raw_ops.batchmatrixinverse
tf.raw_ops.BatchMatrixSetDiag View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixSetDiag tf.raw_ops.BatchMatrixSetDiag( input, diagonal, name=None ) Args input A Tensor. diagonal A Tensor. Must have the same type as input. name ...
tensorflow.raw_ops.batchmatrixsetdiag
tf.raw_ops.BatchMatrixSolve View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixSolve tf.raw_ops.BatchMatrixSolve( matrix, rhs, adjoint=False, name=None ) Args matrix A Tensor. Must be one of the following types: float64, float32. rhs ...
tensorflow.raw_ops.batchmatrixsolve
tf.raw_ops.BatchMatrixSolveLs View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixSolveLs tf.raw_ops.BatchMatrixSolveLs( matrix, rhs, l2_regularizer, fast=True, name=None ) Args matrix A Tensor. Must be one of the following types: float64, f...
tensorflow.raw_ops.batchmatrixsolvels
tf.raw_ops.BatchMatrixTriangularSolve View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchMatrixTriangularSolve tf.raw_ops.BatchMatrixTriangularSolve( matrix, rhs, lower=True, adjoint=False, name=None ) Args matrix A Tensor. Must be one of the fol...
tensorflow.raw_ops.batchmatrixtriangularsolve
tf.raw_ops.BatchNormWithGlobalNormalization Batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchNormWithGlobalNormalization tf.raw_ops.BatchNormWithGlobalNormalization( t, m, v, beta, gamma, variance_epsilon, scale_after_normalization, ...
tensorflow.raw_ops.batchnormwithglobalnormalization
tf.raw_ops.BatchNormWithGlobalNormalizationGrad Gradients for batch normalization. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchNormWithGlobalNormalizationGrad tf.raw_ops.BatchNormWithGlobalNormalizationGrad( t, m, v, gamma, backprop, variance_epsilo...
tensorflow.raw_ops.batchnormwithglobalnormalizationgrad
tf.raw_ops.BatchSelfAdjointEig View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchSelfAdjointEig tf.raw_ops.BatchSelfAdjointEig( input, name=None ) Args input A Tensor. Must be one of the following types: float64, float32. name A name for t...
tensorflow.raw_ops.batchselfadjointeig
tf.raw_ops.BatchSelfAdjointEigV2 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchSelfAdjointEigV2 tf.raw_ops.BatchSelfAdjointEigV2( input, compute_v=True, name=None ) Args input A Tensor. Must be one of the following types: float64, float32. ...
tensorflow.raw_ops.batchselfadjointeigv2
tf.raw_ops.BatchSvd View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchSvd tf.raw_ops.BatchSvd( input, compute_uv=True, full_matrices=False, name=None ) Args input A Tensor. Must be one of the following types: float64, float32, complex64, complex...
tensorflow.raw_ops.batchsvd
tf.raw_ops.BatchToSpace BatchToSpace for 4-D tensors of type T. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchToSpace tf.raw_ops.BatchToSpace( input, crops, block_size, name=None ) This is a legacy version of the more general BatchToSpaceND. Rearrang...
tensorflow.raw_ops.batchtospace
tf.raw_ops.BatchToSpaceND BatchToSpace for N-D tensors of type T. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BatchToSpaceND tf.raw_ops.BatchToSpaceND( input, block_shape, crops, name=None ) This operation reshapes the "batch" dimension 0 into M + 1 dim...
tensorflow.raw_ops.batchtospacend
tf.raw_ops.BesselI0 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselI0 tf.raw_ops.BesselI0( 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.besseli0
tf.raw_ops.BesselI0e View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselI0e tf.raw_ops.BesselI0e( 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.besseli0e
tf.raw_ops.BesselI1 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselI1 tf.raw_ops.BesselI1( 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.besseli1
tf.raw_ops.BesselI1e View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselI1e tf.raw_ops.BesselI1e( 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.besseli1e
tf.raw_ops.BesselJ0 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselJ0 tf.raw_ops.BesselJ0( 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.besselj0
tf.raw_ops.BesselJ1 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselJ1 tf.raw_ops.BesselJ1( 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.besselj1
tf.raw_ops.BesselK0 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselK0 tf.raw_ops.BesselK0( 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.besselk0
tf.raw_ops.BesselK0e View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselK0e tf.raw_ops.BesselK0e( 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.besselk0e
tf.raw_ops.BesselK1 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselK1 tf.raw_ops.BesselK1( 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.besselk1
tf.raw_ops.BesselK1e View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselK1e tf.raw_ops.BesselK1e( 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.besselk1e
tf.raw_ops.BesselY0 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselY0 tf.raw_ops.BesselY0( 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.bessely0
tf.raw_ops.BesselY1 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BesselY1 tf.raw_ops.BesselY1( 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.bessely1
tf.raw_ops.Betainc Compute the regularized incomplete beta integral \(I_x(a, b)\). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Betainc tf.raw_ops.Betainc( a, b, x, name=None ) The regularized incomplete beta integral is defined as: \(I_x(a, b) = \frac...
tensorflow.raw_ops.betainc
tf.raw_ops.BiasAdd Adds bias to value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BiasAdd tf.raw_ops.BiasAdd( value, bias, data_format='NHWC', name=None ) This is a special case of tf.add where bias is restricted to be 1-D. Broadcasting is supported, s...
tensorflow.raw_ops.biasadd
tf.raw_ops.BiasAddGrad The backward operation for "BiasAdd" on the "bias" tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BiasAddGrad tf.raw_ops.BiasAddGrad( out_backprop, data_format='NHWC', name=None ) It accumulates all the values from out_backpr...
tensorflow.raw_ops.biasaddgrad
tf.raw_ops.BiasAddV1 Adds bias to value. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BiasAddV1 tf.raw_ops.BiasAddV1( value, bias, name=None ) This is a deprecated version of BiasAdd and will be soon removed. This is a special case of tf.add where bias i...
tensorflow.raw_ops.biasaddv1
tf.raw_ops.Bincount 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.Bincount tf.raw_ops.Bincount( arr, size, weights, name=None ) Outputs a vector with length size and the same dtype as wei...
tensorflow.raw_ops.bincount
tf.raw_ops.Bitcast Bitcasts a tensor from one type to another without copying data. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Bitcast tf.raw_ops.Bitcast( input, type, name=None ) Given a tensor input, this operation returns a tensor that has the same ...
tensorflow.raw_ops.bitcast
tf.raw_ops.BitwiseAnd Elementwise computes the bitwise AND of x and y. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BitwiseAnd tf.raw_ops.BitwiseAnd( x, y, name=None ) The result will have those bits set, that are set in both x and y. The computation is ...
tensorflow.raw_ops.bitwiseand
tf.raw_ops.BitwiseOr Elementwise computes the bitwise OR of x and y. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BitwiseOr tf.raw_ops.BitwiseOr( x, y, name=None ) The result will have those bits set, that are set in x, y or both. The computation is perf...
tensorflow.raw_ops.bitwiseor
tf.raw_ops.BitwiseXor Elementwise computes the bitwise XOR of x and y. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BitwiseXor tf.raw_ops.BitwiseXor( x, y, name=None ) The result will have those bits set, that are different in x and y. The computation is...
tensorflow.raw_ops.bitwisexor
tf.raw_ops.BlockLSTM Computes the LSTM cell forward propagation for all the time steps. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BlockLSTM tf.raw_ops.BlockLSTM( seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, forget_bias=1, cell_clip=3, use_...
tensorflow.raw_ops.blocklstm
tf.raw_ops.BlockLSTMGrad Computes the LSTM cell backward propagation for the entire time sequence. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BlockLSTMGrad tf.raw_ops.BlockLSTMGrad( seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, ...
tensorflow.raw_ops.blocklstmgrad
tf.raw_ops.BlockLSTMGradV2 Computes the LSTM cell backward propagation for the entire time sequence. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BlockLSTMGradV2 tf.raw_ops.BlockLSTMGradV2( seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o...
tensorflow.raw_ops.blocklstmgradv2
tf.raw_ops.BlockLSTMV2 Computes the LSTM cell forward propagation for all the time steps. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BlockLSTMV2 tf.raw_ops.BlockLSTMV2( seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, cell_clip=0, use_peephole=...
tensorflow.raw_ops.blocklstmv2
tf.raw_ops.BoostedTreesAggregateStats Aggregates the summary of accumulated stats for the batch. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesAggregateStats tf.raw_ops.BoostedTreesAggregateStats( node_ids, gradients, hessians, feature, max_spl...
tensorflow.raw_ops.boostedtreesaggregatestats
tf.raw_ops.BoostedTreesBucketize Bucketize each feature based on bucket boundaries. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesBucketize tf.raw_ops.BoostedTreesBucketize( float_values, bucket_boundaries, name=None ) An op that returns a lis...
tensorflow.raw_ops.boostedtreesbucketize
tf.raw_ops.BoostedTreesCalculateBestFeatureSplit Calculates gains for each feature and returns the best possible split information for the feature. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesCalculateBestFeatureSplit tf.raw_ops.BoostedTreesCalcu...
tensorflow.raw_ops.boostedtreescalculatebestfeaturesplit
tf.raw_ops.BoostedTreesCalculateBestFeatureSplitV2 Calculates gains for each feature and returns the best possible split information for each node. However, if no split is found, then no split information is returned for that node. View aliases Compat aliases for migration See Migration guide for more details. tf.co...
tensorflow.raw_ops.boostedtreescalculatebestfeaturesplitv2
tf.raw_ops.BoostedTreesCalculateBestGainsPerFeature Calculates gains for each feature and returns the best possible split information for the feature. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesCalculateBestGainsPerFeature tf.raw_ops.BoostedTree...
tensorflow.raw_ops.boostedtreescalculatebestgainsperfeature
tf.raw_ops.BoostedTreesCenterBias Calculates the prior from the training data (the bias) and fills in the first node with the logits' prior. Returns a boolean indicating whether to continue centering. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesCen...
tensorflow.raw_ops.boostedtreescenterbias
tf.raw_ops.BoostedTreesCreateEnsemble Creates a tree ensemble model and returns a handle to it. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesCreateEnsemble tf.raw_ops.BoostedTreesCreateEnsemble( tree_ensemble_handle, stamp_token, tree_ensemble...
tensorflow.raw_ops.boostedtreescreateensemble
tf.raw_ops.BoostedTreesCreateQuantileStreamResource Create the Resource for Quantile Streams. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesCreateQuantileStreamResource tf.raw_ops.BoostedTreesCreateQuantileStreamResource( quantile_stream_resour...
tensorflow.raw_ops.boostedtreescreatequantilestreamresource
tf.raw_ops.BoostedTreesDeserializeEnsemble Deserializes a serialized tree ensemble config and replaces current tree View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesDeserializeEnsemble tf.raw_ops.BoostedTreesDeserializeEnsemble( tree_ensemble_hand...
tensorflow.raw_ops.boostedtreesdeserializeensemble
tf.raw_ops.BoostedTreesEnsembleResourceHandleOp Creates a handle to a BoostedTreesEnsembleResource View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesEnsembleResourceHandleOp tf.raw_ops.BoostedTreesEnsembleResourceHandleOp( container='', shared_name...
tensorflow.raw_ops.boostedtreesensembleresourcehandleop
tf.raw_ops.BoostedTreesExampleDebugOutputs Debugging/model interpretability outputs for each example. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesExampleDebugOutputs tf.raw_ops.BoostedTreesExampleDebugOutputs( tree_ensemble_handle, bucketized...
tensorflow.raw_ops.boostedtreesexampledebugoutputs
tf.raw_ops.BoostedTreesFlushQuantileSummaries Flush the quantile summaries from each quantile stream resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesFlushQuantileSummaries tf.raw_ops.BoostedTreesFlushQuantileSummaries( quantile_stream_r...
tensorflow.raw_ops.boostedtreesflushquantilesummaries
tf.raw_ops.BoostedTreesGetEnsembleStates Retrieves the tree ensemble resource stamp token, number of trees and growing statistics. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesGetEnsembleStates tf.raw_ops.BoostedTreesGetEnsembleStates( tree_en...
tensorflow.raw_ops.boostedtreesgetensemblestates
tf.raw_ops.BoostedTreesMakeQuantileSummaries Makes the summary of quantiles for the batch. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesMakeQuantileSummaries tf.raw_ops.BoostedTreesMakeQuantileSummaries( float_values, example_weights, epsilon,...
tensorflow.raw_ops.boostedtreesmakequantilesummaries
tf.raw_ops.BoostedTreesMakeStatsSummary Makes the summary of accumulated stats for the batch. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesMakeStatsSummary tf.raw_ops.BoostedTreesMakeStatsSummary( node_ids, gradients, hessians, bucketized_feat...
tensorflow.raw_ops.boostedtreesmakestatssummary
tf.raw_ops.BoostedTreesPredict Runs multiple additive regression ensemble predictors on input instances and View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesPredict tf.raw_ops.BoostedTreesPredict( tree_ensemble_handle, bucketized_features, logits_...
tensorflow.raw_ops.boostedtreespredict
tf.raw_ops.BoostedTreesQuantileStreamResourceAddSummaries Add the quantile summaries to each quantile stream resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesQuantileStreamResourceAddSummaries tf.raw_ops.BoostedTreesQuantileStreamResourceAdd...
tensorflow.raw_ops.boostedtreesquantilestreamresourceaddsummaries
tf.raw_ops.BoostedTreesQuantileStreamResourceDeserialize Deserialize bucket boundaries and ready flag into current QuantileAccumulator. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesQuantileStreamResourceDeserialize tf.raw_ops.BoostedTreesQuantileS...
tensorflow.raw_ops.boostedtreesquantilestreamresourcedeserialize
tf.raw_ops.BoostedTreesQuantileStreamResourceFlush Flush the summaries for a quantile stream resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesQuantileStreamResourceFlush tf.raw_ops.BoostedTreesQuantileStreamResourceFlush( quantile_stream...
tensorflow.raw_ops.boostedtreesquantilestreamresourceflush
tf.raw_ops.BoostedTreesQuantileStreamResourceGetBucketBoundaries Generate the bucket boundaries for each feature based on accumulated summaries. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesQuantileStreamResourceGetBucketBoundaries tf.raw_ops.Boos...
tensorflow.raw_ops.boostedtreesquantilestreamresourcegetbucketboundaries
tf.raw_ops.BoostedTreesQuantileStreamResourceHandleOp Creates a handle to a BoostedTreesQuantileStreamResource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesQuantileStreamResourceHandleOp tf.raw_ops.BoostedTreesQuantileStreamResourceHandleOp( ...
tensorflow.raw_ops.boostedtreesquantilestreamresourcehandleop
tf.raw_ops.BoostedTreesSerializeEnsemble Serializes the tree ensemble to a proto. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesSerializeEnsemble tf.raw_ops.BoostedTreesSerializeEnsemble( tree_ensemble_handle, name=None ) Args tree_ense...
tensorflow.raw_ops.boostedtreesserializeensemble
tf.raw_ops.BoostedTreesSparseAggregateStats Aggregates the summary of accumulated stats for the batch. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesSparseAggregateStats tf.raw_ops.BoostedTreesSparseAggregateStats( node_ids, gradients, hessians...
tensorflow.raw_ops.boostedtreessparseaggregatestats
tf.raw_ops.BoostedTreesSparseCalculateBestFeatureSplit Calculates gains for each feature and returns the best possible split information for the feature. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesSparseCalculateBestFeatureSplit tf.raw_ops.Boost...
tensorflow.raw_ops.boostedtreessparsecalculatebestfeaturesplit
tf.raw_ops.BoostedTreesTrainingPredict Runs multiple additive regression ensemble predictors on input instances and View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesTrainingPredict tf.raw_ops.BoostedTreesTrainingPredict( tree_ensemble_handle, cach...
tensorflow.raw_ops.boostedtreestrainingpredict
tf.raw_ops.BoostedTreesUpdateEnsemble Updates the tree ensemble by either adding a layer to the last tree being grown View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesUpdateEnsemble tf.raw_ops.BoostedTreesUpdateEnsemble( tree_ensemble_handle, feat...
tensorflow.raw_ops.boostedtreesupdateensemble
tf.raw_ops.BoostedTreesUpdateEnsembleV2 Updates the tree ensemble by adding a layer to the last tree being grown View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BoostedTreesUpdateEnsembleV2 tf.raw_ops.BoostedTreesUpdateEnsembleV2( tree_ensemble_handle, featu...
tensorflow.raw_ops.boostedtreesupdateensemblev2
tf.raw_ops.BroadcastArgs Return the shape of s0 op s1 with broadcast. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BroadcastArgs tf.raw_ops.BroadcastArgs( s0, s1, name=None ) Given s0 and s1, tensors that represent shapes, compute r0, the broadcasted sha...
tensorflow.raw_ops.broadcastargs
tf.raw_ops.BroadcastGradientArgs Return the reduction indices for computing gradients of s0 op s1 with broadcast. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BroadcastGradientArgs tf.raw_ops.BroadcastGradientArgs( s0, s1, name=None ) This is typically u...
tensorflow.raw_ops.broadcastgradientargs
tf.raw_ops.BroadcastTo Broadcast an array for a compatible shape. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.BroadcastTo tf.raw_ops.BroadcastTo( input, shape, name=None ) Broadcasting is the process of making arrays to have compatible shapes for arithm...
tensorflow.raw_ops.broadcastto
tf.raw_ops.Bucketize Bucketizes 'input' based on 'boundaries'. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Bucketize tf.raw_ops.Bucketize( input, boundaries, name=None ) For example, if the inputs are boundaries = [0, 10, 100] input = [[-5, 10000] [150,...
tensorflow.raw_ops.bucketize
tf.raw_ops.BytesProducedStatsDataset 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.BytesProducedStatsDataset tf.raw_ops.BytesProducedStatsDataset( input_dataset, tag, output_type...
tensorflow.raw_ops.bytesproducedstatsdataset
tf.raw_ops.CacheDataset Creates a dataset that caches elements from input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CacheDataset tf.raw_ops.CacheDataset( input_dataset, filename, output_types, output_shapes, name=None ) A CacheDataset will it...
tensorflow.raw_ops.cachedataset
tf.raw_ops.CacheDatasetV2 View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CacheDatasetV2 tf.raw_ops.CacheDatasetV2( input_dataset, filename, cache, output_types, output_shapes, name=None ) Args input_dataset A Tensor of type variant. filename ...
tensorflow.raw_ops.cachedatasetv2
tf.raw_ops.Case An n-way switch statement which calls a single branch function. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Case tf.raw_ops.Case( branch_index, input, Tout, branches, output_shapes=[], name=None ) An n-way switch statement, implementing ...
tensorflow.raw_ops.case
tf.raw_ops.Cast Cast x of type SrcT to y of DstT. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cast tf.raw_ops.Cast( x, DstT, Truncate=False, name=None ) Args x A Tensor. DstT A tf.DType. Truncate An optional bool. Defaults to False....
tensorflow.raw_ops.cast
tf.raw_ops.Ceil Returns element-wise smallest integer not less than x. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Ceil tf.raw_ops.Ceil( x, name=None ) Args x A Tensor. Must be one of the following types: bfloat16, half, float32, float64. n...
tensorflow.raw_ops.ceil
tf.raw_ops.CheckNumerics Checks a tensor for NaN and Inf values. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CheckNumerics tf.raw_ops.CheckNumerics( tensor, message, name=None ) When run, reports an InvalidArgument error if tensor has any values that ar...
tensorflow.raw_ops.checknumerics
tf.raw_ops.CheckNumericsV2 Checks a tensor for NaN, -Inf and +Inf values. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CheckNumericsV2 tf.raw_ops.CheckNumericsV2( tensor, message, name=None ) When run, reports an InvalidArgument error if tensor has any v...
tensorflow.raw_ops.checknumericsv2
tf.raw_ops.Cholesky Computes the Cholesky decomposition of one or more square matrices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Cholesky tf.raw_ops.Cholesky( input, name=None ) The input is a tensor of shape [..., M, M] whose inner-most 2 dimensions...
tensorflow.raw_ops.cholesky
tf.raw_ops.CholeskyGrad Computes the reverse mode backpropagated gradient of the Cholesky algorithm. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CholeskyGrad tf.raw_ops.CholeskyGrad( l, grad, name=None ) For an explanation see "Differentiation of the Ch...
tensorflow.raw_ops.choleskygrad
tf.raw_ops.ChooseFastestBranchDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ChooseFastestBranchDataset tf.raw_ops.ChooseFastestBranchDataset( input_dataset, ratio_numerator, ratio_denominator, other_arguments, num_elements_per_branch, branches,...
tensorflow.raw_ops.choosefastestbranchdataset
tf.raw_ops.ChooseFastestDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ChooseFastestDataset tf.raw_ops.ChooseFastestDataset( input_datasets, num_experiments, output_types, output_shapes, name=None ) Args input_datasets A list of at least 2...
tensorflow.raw_ops.choosefastestdataset
tf.raw_ops.ClipByValue Clips tensor values to a specified min and max. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ClipByValue tf.raw_ops.ClipByValue( t, clip_value_min, clip_value_max, name=None ) Given a tensor t, this operation returns a tensor of th...
tensorflow.raw_ops.clipbyvalue
tf.raw_ops.CloseSummaryWriter View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CloseSummaryWriter tf.raw_ops.CloseSummaryWriter( writer, name=None ) Args writer A Tensor of type resource. name A name for the operation (optional). Retur...
tensorflow.raw_ops.closesummarywriter
tf.raw_ops.CollectiveBcastRecv Receives a tensor value broadcast from another device. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CollectiveBcastRecv tf.raw_ops.CollectiveBcastRecv( T, group_size, group_key, instance_key, shape, communication_hint='a...
tensorflow.raw_ops.collectivebcastrecv
tf.raw_ops.CollectiveBcastSend Broadcasts a tensor value to one or more other devices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.CollectiveBcastSend tf.raw_ops.CollectiveBcastSend( input, group_size, group_key, instance_key, shape, communication_hi...
tensorflow.raw_ops.collectivebcastsend
tf.raw_ops.CollectiveGather 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.CollectiveGather tf.raw_ops.CollectiveGather( input, group_size, group_key, instance_key, shape, communication_...
tensorflow.raw_ops.collectivegather