doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
tf.raw_ops.ResourceApplyAddSign Update '*var' according to the AddSign update. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyAddSign tf.raw_ops.ResourceApplyAddSign( var, m, lr, alpha, sign_decay, beta, grad, use_locking=False, name=None ) mt...
tensorflow.raw_ops.resourceapplyaddsign
tf.raw_ops.ResourceApplyCenteredRMSProp Update '*var' according to the centered RMSProp algorithm. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyCenteredRMSProp tf.raw_ops.ResourceApplyCenteredRMSProp( var, mg, ms, mom, lr, rho, momentum, epsi...
tensorflow.raw_ops.resourceapplycenteredrmsprop
tf.raw_ops.ResourceApplyFtrl Update '*var' according to the Ftrl-proximal scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyFtrl tf.raw_ops.ResourceApplyFtrl( var, accum, linear, grad, lr, l1, l2, lr_power, use_locking=False, multiply_...
tensorflow.raw_ops.resourceapplyftrl
tf.raw_ops.ResourceApplyFtrlV2 Update '*var' according to the Ftrl-proximal scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyFtrlV2 tf.raw_ops.ResourceApplyFtrlV2( var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, use_locking=...
tensorflow.raw_ops.resourceapplyftrlv2
tf.raw_ops.ResourceApplyGradientDescent Update '*var' by subtracting 'alpha' * 'delta' from it. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyGradientDescent tf.raw_ops.ResourceApplyGradientDescent( var, alpha, delta, use_locking=False, name=N...
tensorflow.raw_ops.resourceapplygradientdescent
tf.raw_ops.ResourceApplyKerasMomentum Update '*var' according to the momentum scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyKerasMomentum tf.raw_ops.ResourceApplyKerasMomentum( var, accum, lr, grad, momentum, use_locking=False, use_nes...
tensorflow.raw_ops.resourceapplykerasmomentum
tf.raw_ops.ResourceApplyMomentum Update '*var' according to the momentum scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyMomentum tf.raw_ops.ResourceApplyMomentum( var, accum, lr, grad, momentum, use_locking=False, use_nesterov=False, na...
tensorflow.raw_ops.resourceapplymomentum
tf.raw_ops.ResourceApplyPowerSign Update '*var' according to the AddSign update. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyPowerSign tf.raw_ops.ResourceApplyPowerSign( var, m, lr, logbase, sign_decay, beta, grad, use_locking=False, name=No...
tensorflow.raw_ops.resourceapplypowersign
tf.raw_ops.ResourceApplyProximalAdagrad Update 'var' and 'accum' according to FOBOS with Adagrad learning rate. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyProximalAdagrad tf.raw_ops.ResourceApplyProximalAdagrad( var, accum, lr, l1, l2, grad...
tensorflow.raw_ops.resourceapplyproximaladagrad
tf.raw_ops.ResourceApplyProximalGradientDescent Update '*var' as FOBOS algorithm with fixed learning rate. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyProximalGradientDescent tf.raw_ops.ResourceApplyProximalGradientDescent( var, alpha, l1, l...
tensorflow.raw_ops.resourceapplyproximalgradientdescent
tf.raw_ops.ResourceApplyRMSProp Update '*var' according to the RMSProp algorithm. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceApplyRMSProp tf.raw_ops.ResourceApplyRMSProp( var, ms, mom, lr, rho, momentum, epsilon, grad, use_locking=False, name=No...
tensorflow.raw_ops.resourceapplyrmsprop
tf.raw_ops.ResourceConditionalAccumulator A conditional accumulator for aggregating gradients. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceConditionalAccumulator tf.raw_ops.ResourceConditionalAccumulator( dtype, shape, container='', shared_name='...
tensorflow.raw_ops.resourceconditionalaccumulator
tf.raw_ops.ResourceCountUpTo Increments variable pointed to by 'resource' until it reaches 'limit'. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceCountUpTo tf.raw_ops.ResourceCountUpTo( resource, limit, T, name=None ) Args resource A Tens...
tensorflow.raw_ops.resourcecountupto
tf.raw_ops.ResourceGather Gather slices from the variable pointed to by resource according to indices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceGather tf.raw_ops.ResourceGather( resource, indices, dtype, batch_dims=0, validate_indices=True, na...
tensorflow.raw_ops.resourcegather
tf.raw_ops.ResourceGatherNd View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceGatherNd tf.raw_ops.ResourceGatherNd( resource, indices, dtype, name=None ) Args resource A Tensor of type resource. indices A Tensor. Must be one of the foll...
tensorflow.raw_ops.resourcegathernd
tf.raw_ops.ResourceScatterAdd Adds sparse updates to the variable referenced by resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterAdd tf.raw_ops.ResourceScatterAdd( resource, indices, updates, name=None ) This operation computes # Sca...
tensorflow.raw_ops.resourcescatteradd
tf.raw_ops.ResourceScatterDiv Divides sparse updates into the variable referenced by resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterDiv tf.raw_ops.ResourceScatterDiv( resource, indices, updates, name=None ) This operation computes ...
tensorflow.raw_ops.resourcescatterdiv
tf.raw_ops.ResourceScatterMax Reduces sparse updates into the variable referenced by resource using the max operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterMax tf.raw_ops.ResourceScatterMax( resource, indices, updates, name=None ) ...
tensorflow.raw_ops.resourcescattermax
tf.raw_ops.ResourceScatterMin Reduces sparse updates into the variable referenced by resource using the min operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterMin tf.raw_ops.ResourceScatterMin( resource, indices, updates, name=None ) ...
tensorflow.raw_ops.resourcescattermin
tf.raw_ops.ResourceScatterMul Multiplies sparse updates into the variable referenced by resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterMul tf.raw_ops.ResourceScatterMul( resource, indices, updates, name=None ) This operation comput...
tensorflow.raw_ops.resourcescattermul
tf.raw_ops.ResourceScatterNdAdd Applies sparse addition to individual values or slices in a Variable. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterNdAdd tf.raw_ops.ResourceScatterNdAdd( ref, indices, updates, use_locking=True, name=None ) ...
tensorflow.raw_ops.resourcescatterndadd
tf.raw_ops.ResourceScatterNdMax View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterNdMax tf.raw_ops.ResourceScatterNdMax( ref, indices, updates, use_locking=True, name=None ) Args ref A Tensor of type resource. A resource handle. Must b...
tensorflow.raw_ops.resourcescatterndmax
tf.raw_ops.ResourceScatterNdMin View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterNdMin tf.raw_ops.ResourceScatterNdMin( ref, indices, updates, use_locking=True, name=None ) Args ref A Tensor of type resource. A resource handle. Must b...
tensorflow.raw_ops.resourcescatterndmin
tf.raw_ops.ResourceScatterNdSub Applies sparse subtraction to individual values or slices in a Variable. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterNdSub tf.raw_ops.ResourceScatterNdSub( ref, indices, updates, use_locking=True, name=None ...
tensorflow.raw_ops.resourcescatterndsub
tf.raw_ops.ResourceScatterNdUpdate Applies sparse updates to individual values or slices within a given View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterNdUpdate tf.raw_ops.ResourceScatterNdUpdate( ref, indices, updates, use_locking=True, name=...
tensorflow.raw_ops.resourcescatterndupdate
tf.raw_ops.ResourceScatterSub Subtracts sparse updates from the variable referenced by resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterSub tf.raw_ops.ResourceScatterSub( resource, indices, updates, name=None ) This operation compute...
tensorflow.raw_ops.resourcescattersub
tf.raw_ops.ResourceScatterUpdate Assigns sparse updates to the variable referenced by resource. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceScatterUpdate tf.raw_ops.ResourceScatterUpdate( resource, indices, updates, name=None ) This operation co...
tensorflow.raw_ops.resourcescatterupdate
tf.raw_ops.ResourceSparseApplyAdadelta var: Should be from a Variable(). View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyAdadelta tf.raw_ops.ResourceSparseApplyAdadelta( var, accum, accum_update, lr, rho, epsilon, grad, indices, use_lockin...
tensorflow.raw_ops.resourcesparseapplyadadelta
tf.raw_ops.ResourceSparseApplyAdagrad Update relevant entries in 'var' and 'accum' according to the adagrad scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyAdagrad tf.raw_ops.ResourceSparseApplyAdagrad( var, accum, lr, grad, indice...
tensorflow.raw_ops.resourcesparseapplyadagrad
tf.raw_ops.ResourceSparseApplyAdagradDA Update entries in 'var' and 'accum' according to the proximal adagrad scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyAdagradDA tf.raw_ops.ResourceSparseApplyAdagradDA( var, gradient_accumula...
tensorflow.raw_ops.resourcesparseapplyadagradda
tf.raw_ops.ResourceSparseApplyAdagradV2 Update relevant entries in 'var' and 'accum' according to the adagrad scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyAdagradV2 tf.raw_ops.ResourceSparseApplyAdagradV2( var, accum, lr, epsilo...
tensorflow.raw_ops.resourcesparseapplyadagradv2
tf.raw_ops.ResourceSparseApplyCenteredRMSProp Update '*var' according to the centered RMSProp algorithm. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyCenteredRMSProp tf.raw_ops.ResourceSparseApplyCenteredRMSProp( var, mg, ms, mom, lr, r...
tensorflow.raw_ops.resourcesparseapplycenteredrmsprop
tf.raw_ops.ResourceSparseApplyFtrl Update relevant entries in '*var' according to the Ftrl-proximal scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyFtrl tf.raw_ops.ResourceSparseApplyFtrl( var, accum, linear, grad, indices, lr, l1,...
tensorflow.raw_ops.resourcesparseapplyftrl
tf.raw_ops.ResourceSparseApplyFtrlV2 Update relevant entries in '*var' according to the Ftrl-proximal scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyFtrlV2 tf.raw_ops.ResourceSparseApplyFtrlV2( var, accum, linear, grad, indices, l...
tensorflow.raw_ops.resourcesparseapplyftrlv2
tf.raw_ops.ResourceSparseApplyKerasMomentum Update relevant entries in 'var' and 'accum' according to the momentum scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyKerasMomentum tf.raw_ops.ResourceSparseApplyKerasMomentum( var, accu...
tensorflow.raw_ops.resourcesparseapplykerasmomentum
tf.raw_ops.ResourceSparseApplyMomentum Update relevant entries in 'var' and 'accum' according to the momentum scheme. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyMomentum tf.raw_ops.ResourceSparseApplyMomentum( var, accum, lr, grad, in...
tensorflow.raw_ops.resourcesparseapplymomentum
tf.raw_ops.ResourceSparseApplyProximalAdagrad Sparse update entries in 'var' and 'accum' according to FOBOS algorithm. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyProximalAdagrad tf.raw_ops.ResourceSparseApplyProximalAdagrad( var, accu...
tensorflow.raw_ops.resourcesparseapplyproximaladagrad
tf.raw_ops.ResourceSparseApplyProximalGradientDescent Sparse update '*var' as FOBOS algorithm with fixed learning rate. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyProximalGradientDescent tf.raw_ops.ResourceSparseApplyProximalGradientDesce...
tensorflow.raw_ops.resourcesparseapplyproximalgradientdescent
tf.raw_ops.ResourceSparseApplyRMSProp Update '*var' according to the RMSProp algorithm. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceSparseApplyRMSProp tf.raw_ops.ResourceSparseApplyRMSProp( var, ms, mom, lr, rho, momentum, epsilon, grad, indices,...
tensorflow.raw_ops.resourcesparseapplyrmsprop
tf.raw_ops.ResourceStridedSliceAssign Assign value to the sliced l-value reference of ref. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ResourceStridedSliceAssign tf.raw_ops.ResourceStridedSliceAssign( ref, begin, end, strides, value, begin_mask=0, end_ma...
tensorflow.raw_ops.resourcestridedsliceassign
tf.raw_ops.Restore Restores a tensor from checkpoint files. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Restore tf.raw_ops.Restore( file_pattern, tensor_name, dt, preferred_shard=-1, name=None ) Reads a tensor stored in one or several files. If there ar...
tensorflow.raw_ops.restore
tf.raw_ops.RestoreSlice Restores a tensor from checkpoint files. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RestoreSlice tf.raw_ops.RestoreSlice( file_pattern, tensor_name, shape_and_slice, dt, preferred_shard=-1, name=None ) This is like Restore excep...
tensorflow.raw_ops.restoreslice
tf.raw_ops.RestoreV2 Restores tensors from a V2 checkpoint. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RestoreV2 tf.raw_ops.RestoreV2( prefix, tensor_names, shape_and_slices, dtypes, name=None ) For backward compatibility with the V1 format, this Op cu...
tensorflow.raw_ops.restorev2
tf.raw_ops.RetrieveTPUEmbeddingAdadeltaParameters Retrieve Adadelta embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingAdadeltaParameters tf.raw_ops.RetrieveTPUEmbeddingAdadeltaParameters( num_shards, shard_id, table_id...
tensorflow.raw_ops.retrievetpuembeddingadadeltaparameters
tf.raw_ops.RetrieveTPUEmbeddingAdadeltaParametersGradAccumDebug Retrieve Adadelta embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingAdadeltaParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingAdadelt...
tensorflow.raw_ops.retrievetpuembeddingadadeltaparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingAdagradParameters Retrieve Adagrad embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingAdagradParameters tf.raw_ops.RetrieveTPUEmbeddingAdagradParameters( num_shards, shard_id, table_id=-1,...
tensorflow.raw_ops.retrievetpuembeddingadagradparameters
tf.raw_ops.RetrieveTPUEmbeddingAdagradParametersGradAccumDebug Retrieve Adagrad embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingAdagradParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingAdagradPar...
tensorflow.raw_ops.retrievetpuembeddingadagradparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingADAMParameters Retrieve ADAM embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingADAMParameters tf.raw_ops.RetrieveTPUEmbeddingADAMParameters( num_shards, shard_id, table_id=-1, table_name=...
tensorflow.raw_ops.retrievetpuembeddingadamparameters
tf.raw_ops.RetrieveTPUEmbeddingADAMParametersGradAccumDebug Retrieve ADAM embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingADAMParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingADAMParametersGradA...
tensorflow.raw_ops.retrievetpuembeddingadamparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingCenteredRMSPropParameters Retrieve centered RMSProp embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingCenteredRMSPropParameters tf.raw_ops.RetrieveTPUEmbeddingCenteredRMSPropParameters( n...
tensorflow.raw_ops.retrievetpuembeddingcenteredrmspropparameters
tf.raw_ops.RetrieveTPUEmbeddingFTRLParameters Retrieve FTRL embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingFTRLParameters tf.raw_ops.RetrieveTPUEmbeddingFTRLParameters( num_shards, shard_id, table_id=-1, table_name=...
tensorflow.raw_ops.retrievetpuembeddingftrlparameters
tf.raw_ops.RetrieveTPUEmbeddingFTRLParametersGradAccumDebug Retrieve FTRL embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingFTRLParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingFTRLParametersGradA...
tensorflow.raw_ops.retrievetpuembeddingftrlparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingMDLAdagradLightParameters Retrieve MDL Adagrad Light embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingMDLAdagradLightParameters tf.raw_ops.RetrieveTPUEmbeddingMDLAdagradLightParameters( ...
tensorflow.raw_ops.retrievetpuembeddingmdladagradlightparameters
tf.raw_ops.RetrieveTPUEmbeddingMomentumParameters Retrieve Momentum embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingMomentumParameters tf.raw_ops.RetrieveTPUEmbeddingMomentumParameters( num_shards, shard_id, table_id...
tensorflow.raw_ops.retrievetpuembeddingmomentumparameters
tf.raw_ops.RetrieveTPUEmbeddingMomentumParametersGradAccumDebug Retrieve Momentum embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingMomentumParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingMomentu...
tensorflow.raw_ops.retrievetpuembeddingmomentumparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingProximalAdagradParameters Retrieve proximal Adagrad embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingProximalAdagradParameters tf.raw_ops.RetrieveTPUEmbeddingProximalAdagradParameters( n...
tensorflow.raw_ops.retrievetpuembeddingproximaladagradparameters
tf.raw_ops.RetrieveTPUEmbeddingProximalAdagradParametersGradAccumDebug Retrieve proximal Adagrad embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingProximalAdagradParametersGradAccumDebug tf.raw_ops.Retri...
tensorflow.raw_ops.retrievetpuembeddingproximaladagradparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingProximalYogiParameters View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingProximalYogiParameters tf.raw_ops.RetrieveTPUEmbeddingProximalYogiParameters( num_shards, shard_id, table_id=-1, table_name='', config='...
tensorflow.raw_ops.retrievetpuembeddingproximalyogiparameters
tf.raw_ops.RetrieveTPUEmbeddingProximalYogiParametersGradAccumDebug View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingProximalYogiParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingProximalYogiParametersGradAccumDebug( num_shards, shar...
tensorflow.raw_ops.retrievetpuembeddingproximalyogiparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingRMSPropParameters Retrieve RMSProp embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingRMSPropParameters tf.raw_ops.RetrieveTPUEmbeddingRMSPropParameters( num_shards, shard_id, table_id=-1,...
tensorflow.raw_ops.retrievetpuembeddingrmspropparameters
tf.raw_ops.RetrieveTPUEmbeddingRMSPropParametersGradAccumDebug Retrieve RMSProp embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingRMSPropParametersGradAccumDebug tf.raw_ops.RetrieveTPUEmbeddingRMSPropPar...
tensorflow.raw_ops.retrievetpuembeddingrmspropparametersgradaccumdebug
tf.raw_ops.RetrieveTPUEmbeddingStochasticGradientDescentParameters Retrieve SGD embedding parameters. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingStochasticGradientDescentParameters tf.raw_ops.RetrieveTPUEmbeddingStochasticGradientDescent...
tensorflow.raw_ops.retrievetpuembeddingstochasticgradientdescentparameters
tf.raw_ops.RetrieveTPUEmbeddingStochasticGradientDescentParametersGradAccumDebug Retrieve SGD embedding parameters with debug support. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RetrieveTPUEmbeddingStochasticGradientDescentParametersGradAccumDebug tf.raw_op...
tensorflow.raw_ops.retrievetpuembeddingstochasticgradientdescentparametersgradaccumdebug
tf.raw_ops.Reverse Reverses specific dimensions of a tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Reverse tf.raw_ops.Reverse( tensor, dims, name=None ) Given a tensor, and a bool tensor dims representing the dimensions of tensor, this operation r...
tensorflow.raw_ops.reverse
tf.raw_ops.ReverseSequence Reverses variable length slices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ReverseSequence tf.raw_ops.ReverseSequence( input, seq_lengths, seq_dim, batch_dim=0, name=None ) This op first slices input along the dimension batc...
tensorflow.raw_ops.reversesequence
tf.raw_ops.ReverseV2 Reverses specific dimensions of a tensor. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ReverseV2 tf.raw_ops.ReverseV2( tensor, axis, name=None ) NOTE tf.reverse has now changed behavior in preparation for 1.0. tf.reverse_v2 is curren...
tensorflow.raw_ops.reversev2
tf.raw_ops.RFFT Real-valued fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RFFT tf.raw_ops.RFFT( input, fft_length, Tcomplex=tf.dtypes.complex64, name=None ) Computes the 1-dimensional discrete Fourier transform of a real-valued sig...
tensorflow.raw_ops.rfft
tf.raw_ops.RFFT2D 2D real-valued fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RFFT2D tf.raw_ops.RFFT2D( input, fft_length, Tcomplex=tf.dtypes.complex64, name=None ) Computes the 2-dimensional discrete Fourier transform of a real-v...
tensorflow.raw_ops.rfft2d
tf.raw_ops.RFFT3D 3D real-valued fast Fourier transform. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RFFT3D tf.raw_ops.RFFT3D( input, fft_length, Tcomplex=tf.dtypes.complex64, name=None ) Computes the 3-dimensional discrete Fourier transform of a real-v...
tensorflow.raw_ops.rfft3d
tf.raw_ops.RGBToHSV Converts one or more images from RGB to HSV. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RGBToHSV tf.raw_ops.RGBToHSV( images, name=None ) Outputs a tensor of the same shape as the images tensor, containing the HSV value of the pixel...
tensorflow.raw_ops.rgbtohsv
tf.raw_ops.RightShift Elementwise computes the bitwise right-shift of x and y. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RightShift tf.raw_ops.RightShift( x, y, name=None ) Performs a logical shift for unsigned integer types, and an arithmetic shift f...
tensorflow.raw_ops.rightshift
tf.raw_ops.Rint Returns element-wise integer closest to x. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Rint tf.raw_ops.Rint( x, name=None ) If the result is midway between two representable values, the even representable is chosen. For example: rint(-1....
tensorflow.raw_ops.rint
tf.raw_ops.RngReadAndSkip Advance the counter of a counter-based RNG. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RngReadAndSkip tf.raw_ops.RngReadAndSkip( resource, alg, delta, name=None ) The state of the RNG after rng_read_and_skip(n) will be the sam...
tensorflow.raw_ops.rngreadandskip
tf.raw_ops.RngSkip Advance the counter of a counter-based RNG. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RngSkip tf.raw_ops.RngSkip( resource, algorithm, delta, name=None ) The state of the RNG after rng_skip(n) will be the same as that after stateful...
tensorflow.raw_ops.rngskip
tf.raw_ops.Roll Rolls the elements of a tensor along an axis. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Roll tf.raw_ops.Roll( input, shift, axis, name=None ) The elements are shifted positively (towards larger indices) by the offset of shift along the...
tensorflow.raw_ops.roll
tf.raw_ops.Round Rounds the values of a tensor to the nearest integer, element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Round tf.raw_ops.Round( x, name=None ) Rounds half to even. Also known as bankers rounding. If you want to round according t...
tensorflow.raw_ops.round
tf.raw_ops.Rsqrt Computes reciprocal of square root of x element-wise. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Rsqrt tf.raw_ops.Rsqrt( x, name=None ) I.e., \(y = 1 / \sqrt{x}\). Args x A Tensor. Must be one of the following types: bfloat1...
tensorflow.raw_ops.rsqrt
tf.raw_ops.RsqrtGrad Computes the gradient for the rsqrt of x wrt its input. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.RsqrtGrad tf.raw_ops.RsqrtGrad( y, dy, name=None ) Specifically, grad = dy * -0.5 * y^3, where y = rsqrt(x), and dy is the correspon...
tensorflow.raw_ops.rsqrtgrad
tf.raw_ops.SampleDistortedBoundingBox Generate a single randomly distorted bounding box for an image. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.SampleDistortedBoundingBox tf.raw_ops.SampleDistortedBoundingBox( image_size, bounding_boxes, seed=0, seed2=...
tensorflow.raw_ops.sampledistortedboundingbox
tf.raw_ops.SampleDistortedBoundingBoxV2 Generate a single randomly distorted bounding box for an image. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.SampleDistortedBoundingBoxV2 tf.raw_ops.SampleDistortedBoundingBoxV2( image_size, bounding_boxes, min_obje...
tensorflow.raw_ops.sampledistortedboundingboxv2
tf.raw_ops.SamplingDataset Creates a dataset that takes a Bernoulli sample of the contents of another dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.SamplingDataset tf.raw_ops.SamplingDataset( input_dataset, rate, seed, seed2, output_types, output_...
tensorflow.raw_ops.samplingdataset
tf.raw_ops.Save Saves the input tensors to disk. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.Save tf.raw_ops.Save( filename, tensor_names, data, name=None ) The size of tensor_names must match the number of tensors in data. data[i] is written to filenam...
tensorflow.raw_ops.save
tf.raw_ops.SaveDataset View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.SaveDataset tf.raw_ops.SaveDataset( input_dataset, path, shard_func_other_args, shard_func, compression='', use_shard_func=True, name=None ) Args input_dataset A Tensor of t...
tensorflow.raw_ops.savedataset
tf.raw_ops.SaveSlices Saves input tensors slices to disk. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.SaveSlices tf.raw_ops.SaveSlices( filename, tensor_names, shapes_and_slices, data, name=None ) This is like Save except that tensors can be listed in t...
tensorflow.raw_ops.saveslices
tf.raw_ops.SaveV2 Saves tensors in V2 checkpoint format. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.SaveV2 tf.raw_ops.SaveV2( prefix, tensor_names, shape_and_slices, tensors, name=None ) By default, saves the named tensors in full. If the caller wishes...
tensorflow.raw_ops.savev2
tf.raw_ops.ScalarSummary Outputs a Summary protocol buffer with scalar values. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScalarSummary tf.raw_ops.ScalarSummary( tags, values, name=None ) The input tags and values must have the same shape. The generate...
tensorflow.raw_ops.scalarsummary
tf.raw_ops.ScaleAndTranslate View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScaleAndTranslate tf.raw_ops.ScaleAndTranslate( images, size, scale, translation, kernel_type='lanczos3', antialias=True, name=None ) Args images A Tensor. Must be one...
tensorflow.raw_ops.scaleandtranslate
tf.raw_ops.ScaleAndTranslateGrad View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScaleAndTranslateGrad tf.raw_ops.ScaleAndTranslateGrad( grads, original_image, scale, translation, kernel_type='lanczos3', antialias=True, name=None ) Args grads A...
tensorflow.raw_ops.scaleandtranslategrad
tf.raw_ops.ScanDataset Creates a dataset successively reduces f over the elements of input_dataset. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScanDataset tf.raw_ops.ScanDataset( input_dataset, initial_state, other_arguments, f, output_types, output_sha...
tensorflow.raw_ops.scandataset
tf.raw_ops.ScatterAdd Adds sparse updates to a variable reference. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterAdd tf.raw_ops.ScatterAdd( ref, indices, updates, use_locking=False, name=None ) This operation computes # Scalar indices ref[indices, ...
tensorflow.raw_ops.scatteradd
tf.raw_ops.ScatterDiv Divides a variable reference by sparse updates. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterDiv tf.raw_ops.ScatterDiv( ref, indices, updates, use_locking=False, name=None ) This operation computes # Scalar indices ref[indice...
tensorflow.raw_ops.scatterdiv
tf.raw_ops.ScatterMax Reduces sparse updates into a variable reference using the max operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterMax tf.raw_ops.ScatterMax( ref, indices, updates, use_locking=False, name=None ) This operation computes #...
tensorflow.raw_ops.scattermax
tf.raw_ops.ScatterMin Reduces sparse updates into a variable reference using the min operation. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterMin tf.raw_ops.ScatterMin( ref, indices, updates, use_locking=False, name=None ) This operation computes #...
tensorflow.raw_ops.scattermin
tf.raw_ops.ScatterMul Multiplies sparse updates into a variable reference. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterMul tf.raw_ops.ScatterMul( ref, indices, updates, use_locking=False, name=None ) This operation computes # Scalar indices ref[i...
tensorflow.raw_ops.scattermul
tf.raw_ops.ScatterNd Scatter updates into a new tensor according to indices. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterNd tf.raw_ops.ScatterNd( indices, updates, shape, name=None ) Creates a new tensor by applying sparse updates to individual v...
tensorflow.raw_ops.scatternd
tf.raw_ops.ScatterNdAdd Applies sparse addition to individual values or slices in a Variable. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterNdAdd tf.raw_ops.ScatterNdAdd( ref, indices, updates, use_locking=False, name=None ) ref is a Tensor with ra...
tensorflow.raw_ops.scatterndadd
tf.raw_ops.ScatterNdMax Computes element-wise maximum. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterNdMax tf.raw_ops.ScatterNdMax( ref, indices, updates, use_locking=False, name=None ) Args ref A mutable Tensor. Must be one of the followi...
tensorflow.raw_ops.scatterndmax
tf.raw_ops.ScatterNdMin Computes element-wise minimum. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterNdMin tf.raw_ops.ScatterNdMin( ref, indices, updates, use_locking=False, name=None ) Args ref A mutable Tensor. Must be one of the followi...
tensorflow.raw_ops.scatterndmin
tf.raw_ops.ScatterNdNonAliasingAdd Applies sparse addition to input using individual values or slices View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterNdNonAliasingAdd tf.raw_ops.ScatterNdNonAliasingAdd( input, indices, updates, name=None ) from upd...
tensorflow.raw_ops.scatterndnonaliasingadd
tf.raw_ops.ScatterNdSub Applies sparse subtraction to individual values or slices in a Variable. View aliases Compat aliases for migration See Migration guide for more details. tf.compat.v1.raw_ops.ScatterNdSub tf.raw_ops.ScatterNdSub( ref, indices, updates, use_locking=False, name=None ) within a given varia...
tensorflow.raw_ops.scatterndsub