Module tensorflow::ops
source · Expand description
This module exposes functions for building standard operations.
Each operation has a struct which can be used as a builder and allows setting optional attributes:
ⓘ
MatMul::new().transpose_a(true).build(a, b, &mut scope)?;
and a function which is shorter when no attributes need to be set:
ⓘ
mat_mul(a, b, &mut scope)
Note that for some ops, the builder may always be required, because the op has required attributes with no default specified.
Structs
- Builder for the
Abort
operation. - An instance of ‘Abort’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Abs
operation. - An instance of ‘Abs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulateNV2
operation. - An instance of ‘AccumulateNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorApplyGradient
operation. - An instance of ‘AccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorNumAccumulated
operation. - An instance of ‘AccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorSetGlobalStep
operation. - An instance of ‘AccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorTakeGradient
operation. - An instance of ‘AccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Acos
operation. - An instance of ‘Acos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Acosh
operation. - An instance of ‘Acosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Add
operation. - An instance of ‘Add’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddManySparseToTensorsMap
operation. - An instance of ‘AddManySparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddN
operation. - An instance of ‘AddN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddSparseToTensorsMap
operation. - An instance of ‘AddSparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddV2
operation. - An instance of ‘AddV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustContrast
operation. - An instance of ‘AdjustContrast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustContrastv2
operation. - An instance of ‘AdjustContrastv2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustHue
operation. - An instance of ‘AdjustHue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustSaturation
operation. - An instance of ‘AdjustSaturation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
All
operation. - Builder for the
AllCandidateSampler
operation. - An instance of ‘AllCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘All’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AllToAll
operation. - An instance of ‘AllToAll’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Angle
operation. - An instance of ‘Angle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousHashTable
operation. - An instance of ‘AnonymousHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousIterator
operation. - An instance of ‘AnonymousIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousIteratorV2
operation. - An instance of ‘AnonymousIteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousIteratorV3
operation. - An instance of ‘AnonymousIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMemoryCache
operation. - An instance of ‘AnonymousMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMultiDeviceIterator
operation. - An instance of ‘AnonymousMultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMultiDeviceIteratorV3
operation. - An instance of ‘AnonymousMultiDeviceIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMutableDenseHashTable
operation. - An instance of ‘AnonymousMutableDenseHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMutableHashTable
operation. - An instance of ‘AnonymousMutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMutableHashTableOfTensors
operation. - An instance of ‘AnonymousMutableHashTableOfTensors’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousRandomSeedGenerator
operation. - An instance of ‘AnonymousRandomSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousSeedGenerator
operation. - An instance of ‘AnonymousSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Any
operation. - An instance of ‘Any’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdaMax
operation. - An instance of ‘ApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdadelta
operation. - An instance of ‘ApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdagrad
operation. - Builder for the
ApplyAdagradDA
operation. - An instance of ‘ApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdagradV2
operation. - An instance of ‘ApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdam
operation. - An instance of ‘ApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAddSign
operation. - An instance of ‘ApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyCenteredRMSProp
operation. - An instance of ‘ApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyFtrl
operation. - An instance of ‘ApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyFtrlV2
operation. - An instance of ‘ApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyGradientDescent
operation. - An instance of ‘ApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyMomentum
operation. - An instance of ‘ApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyPowerSign
operation. - An instance of ‘ApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyProximalAdagrad
operation. - An instance of ‘ApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyProximalGradientDescent
operation. - An instance of ‘ApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyRMSProp
operation. - An instance of ‘ApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApproxTopK
operation. - An instance of ‘ApproxTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApproximateEqual
operation. - An instance of ‘ApproximateEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ArgMax
operation. - An instance of ‘ArgMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ArgMin
operation. - An instance of ‘ArgMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AsString
operation. - An instance of ‘AsString’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Asin
operation. - An instance of ‘Asin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Asinh
operation. - An instance of ‘Asinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Assert
operation. - Builder for the
AssertCardinalityDataset
operation. - An instance of ‘AssertCardinalityDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Assert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssertNextDataset
operation. - An instance of ‘AssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssertPrevDataset
operation. - An instance of ‘AssertPrevDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Assign
operation. - Builder for the
AssignAdd
operation. - An instance of ‘AssignAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignAddVariableOp
operation. - An instance of ‘AssignAddVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Assign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignSub
operation. - An instance of ‘AssignSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignSubVariableOp
operation. - An instance of ‘AssignSubVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignVariableOp
operation. - An instance of ‘AssignVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignVariableXlaConcatND
operation. - An instance of ‘AssignVariableXlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Atan
operation. - Builder for the
Atan2
operation. - An instance of ‘Atan2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Atan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Atanh
operation. - An instance of ‘Atanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AudioSpectrogram
operation. - An instance of ‘AudioSpectrogram’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AudioSummary
operation. - An instance of ‘AudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AudioSummaryV2
operation. - An instance of ‘AudioSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AutoShardDataset
operation. - An instance of ‘AutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AvgPool
operation. - Builder for the
AvgPool3D
operation. - Builder for the
AvgPool3DGrad
operation. - An instance of ‘AvgPool3DGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘AvgPool3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AvgPoolGrad
operation. - An instance of ‘AvgPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘AvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BandedTriangularSolve
operation. - An instance of ‘BandedTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Barrier
operation. - Builder for the
BarrierClose
operation. - An instance of ‘BarrierClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierIncompleteSize
operation. - An instance of ‘BarrierIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierInsertMany
operation. - An instance of ‘BarrierInsertMany’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Barrier’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierReadySize
operation. - An instance of ‘BarrierReadySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierTakeMany
operation. - An instance of ‘BarrierTakeMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Batch
operation. - Builder for the
BatchCholesky
operation. - Builder for the
BatchCholeskyGrad
operation. - An instance of ‘BatchCholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchDataset
operation. - An instance of ‘BatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchDatasetV2
operation. - An instance of ‘BatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchFFT
operation. - Builder for the
BatchFFT2D
operation. - An instance of ‘BatchFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchFFT3D
operation. - An instance of ‘BatchFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchFunction
operation. - An instance of ‘BatchFunction’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchIFFT
operation. - Builder for the
BatchIFFT2D
operation. - An instance of ‘BatchIFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchIFFT3D
operation. - An instance of ‘BatchIFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchIFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Batch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatMul
operation. - An instance of ‘BatchMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatMulV2
operation. - An instance of ‘BatchMatMulV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatMulV3
operation. - An instance of ‘BatchMatMulV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixBandPart
operation. - An instance of ‘BatchMatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixDeterminant
operation. - An instance of ‘BatchMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixDiag
operation. - An instance of ‘BatchMatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixDiagPart
operation. - An instance of ‘BatchMatrixDiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixInverse
operation. - An instance of ‘BatchMatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixSetDiag
operation. - An instance of ‘BatchMatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixSolve
operation. - An instance of ‘BatchMatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixSolveLs
operation. - An instance of ‘BatchMatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixTriangularSolve
operation. - An instance of ‘BatchMatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchNormWithGlobalNormalization
operation. - Builder for the
BatchNormWithGlobalNormalizationGrad
operation. - An instance of ‘BatchNormWithGlobalNormalizationGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchSelfAdjointEig
operation. - An instance of ‘BatchSelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchSelfAdjointEigV2
operation. - An instance of ‘BatchSelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchSvd
operation. - An instance of ‘BatchSvd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchToSpace
operation. - An instance of ‘BatchToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchToSpaceND
operation. - An instance of ‘BatchToSpaceND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI0
operation. - An instance of ‘BesselI0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI0e
operation. - An instance of ‘BesselI0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI1
operation. - An instance of ‘BesselI1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI1e
operation. - An instance of ‘BesselI1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselJ0
operation. - An instance of ‘BesselJ0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselJ1
operation. - An instance of ‘BesselJ1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK0
operation. - An instance of ‘BesselK0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK0e
operation. - An instance of ‘BesselK0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK1
operation. - An instance of ‘BesselK1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK1e
operation. - An instance of ‘BesselK1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselY0
operation. - An instance of ‘BesselY0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselY1
operation. - An instance of ‘BesselY1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Betainc
operation. - An instance of ‘Betainc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BiasAdd
operation. - Builder for the
BiasAddGrad
operation. - An instance of ‘BiasAddGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BiasAddV1
operation. - An instance of ‘BiasAddV1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Bincount
operation. - An instance of ‘Bincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Bitcast
operation. - An instance of ‘Bitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BitwiseAnd
operation. - An instance of ‘BitwiseAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BitwiseOr
operation. - An instance of ‘BitwiseOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BitwiseXor
operation. - An instance of ‘BitwiseXor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BlockLSTM
operation. - Builder for the
BlockLSTMGrad
operation. - An instance of ‘BlockLSTMGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BlockLSTMGradV2
operation. - An instance of ‘BlockLSTMGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BlockLSTM’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BlockLSTMV2
operation. - An instance of ‘BlockLSTMV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesAggregateStats
operation. - An instance of ‘BoostedTreesAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesBucketize
operation. - An instance of ‘BoostedTreesBucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCalculateBestFeatureSplit
operation. - An instance of ‘BoostedTreesCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCalculateBestFeatureSplitV2
operation. - An instance of ‘BoostedTreesCalculateBestFeatureSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCalculateBestGainsPerFeature
operation. - An instance of ‘BoostedTreesCalculateBestGainsPerFeature’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCenterBias
operation. - An instance of ‘BoostedTreesCenterBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCreateEnsemble
operation. - An instance of ‘BoostedTreesCreateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCreateQuantileStreamResource
operation. - An instance of ‘BoostedTreesCreateQuantileStreamResource’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesDeserializeEnsemble
operation. - An instance of ‘BoostedTreesDeserializeEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesEnsembleResourceHandleOp
operation. - An instance of ‘BoostedTreesEnsembleResourceHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesExampleDebugOutputs
operation. - An instance of ‘BoostedTreesExampleDebugOutputs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesFlushQuantileSummaries
operation. - An instance of ‘BoostedTreesFlushQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesGetEnsembleStates
operation. - An instance of ‘BoostedTreesGetEnsembleStates’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesMakeQuantileSummaries
operation. - An instance of ‘BoostedTreesMakeQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesMakeStatsSummary
operation. - An instance of ‘BoostedTreesMakeStatsSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesPredict
operation. - An instance of ‘BoostedTreesPredict’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceAddSummaries
operation. - An instance of ‘BoostedTreesQuantileStreamResourceAddSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceDeserialize
operation. - An instance of ‘BoostedTreesQuantileStreamResourceDeserialize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceFlush
operation. - An instance of ‘BoostedTreesQuantileStreamResourceFlush’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceGetBucketBoundaries
operation. - An instance of ‘BoostedTreesQuantileStreamResourceGetBucketBoundaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceHandleOp
operation. - An instance of ‘BoostedTreesQuantileStreamResourceHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesSerializeEnsemble
operation. - An instance of ‘BoostedTreesSerializeEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesSparseAggregateStats
operation. - An instance of ‘BoostedTreesSparseAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesSparseCalculateBestFeatureSplit
operation. - An instance of ‘BoostedTreesSparseCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesTrainingPredict
operation. - An instance of ‘BoostedTreesTrainingPredict’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesUpdateEnsemble
operation. - An instance of ‘BoostedTreesUpdateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesUpdateEnsembleV2
operation. - An instance of ‘BoostedTreesUpdateEnsembleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BroadcastArgs
operation. - An instance of ‘BroadcastArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BroadcastGradientArgs
operation. - An instance of ‘BroadcastGradientArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BroadcastTo
operation. - An instance of ‘BroadcastTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Bucketize
operation. - An instance of ‘Bucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BytesProducedStatsDataset
operation. - An instance of ‘BytesProducedStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSRSparseMatrixComponents
operation. - An instance of ‘CSRSparseMatrixComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSRSparseMatrixToDense
operation. - An instance of ‘CSRSparseMatrixToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSRSparseMatrixToSparseTensor
operation. - An instance of ‘CSRSparseMatrixToSparseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSVDataset
operation. - An instance of ‘CSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSVDatasetV2
operation. - An instance of ‘CSVDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCBeamSearchDecoder
operation. - An instance of ‘CTCBeamSearchDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCGreedyDecoder
operation. - An instance of ‘CTCGreedyDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCLoss
operation. - An instance of ‘CTCLoss’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCLossV2
operation. - An instance of ‘CTCLossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CacheDataset
operation. - An instance of ‘CacheDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CacheDatasetV2
operation. - An instance of ‘CacheDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Case
operation. - An instance of ‘Case’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cast
operation. - An instance of ‘Cast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Ceil
operation. - An instance of ‘Ceil’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CheckNumerics
operation. - An instance of ‘CheckNumerics’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CheckNumericsV2
operation. - An instance of ‘CheckNumericsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cholesky
operation. - Builder for the
CholeskyGrad
operation. - An instance of ‘CholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Cholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ChooseFastestBranchDataset
operation. - An instance of ‘ChooseFastestBranchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ChooseFastestDataset
operation. - An instance of ‘ChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ClipByValue
operation. - An instance of ‘ClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CloseSummaryWriter
operation. - An instance of ‘CloseSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollateTPUEmbeddingMemory
operation. - An instance of ‘CollateTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveAllToAllV2
operation. - An instance of ‘CollectiveAllToAllV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveAllToAllV3
operation. - An instance of ‘CollectiveAllToAllV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveAssignGroupV2
operation. - An instance of ‘CollectiveAssignGroupV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastRecv
operation. - An instance of ‘CollectiveBcastRecv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastRecvV2
operation. - An instance of ‘CollectiveBcastRecvV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastSend
operation. - An instance of ‘CollectiveBcastSend’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastSendV2
operation. - An instance of ‘CollectiveBcastSendV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveGather
operation. - An instance of ‘CollectiveGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveGatherV2
operation. - An instance of ‘CollectiveGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveInitializeCommunicator
operation. - An instance of ‘CollectiveInitializeCommunicator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectivePermute
operation. - An instance of ‘CollectivePermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduce
operation. - An instance of ‘CollectiveReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceScatterV2
operation. - An instance of ‘CollectiveReduceScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceV2
operation. - An instance of ‘CollectiveReduceV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceV3
operation. - An instance of ‘CollectiveReduceV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CombinedNonMaxSuppression
operation. - An instance of ‘CombinedNonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Complex
operation. - Builder for the
ComplexAbs
operation. - An instance of ‘ComplexAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Complex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CompositeTensorVariantFromComponents
operation. - An instance of ‘CompositeTensorVariantFromComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CompositeTensorVariantToComponents
operation. - An instance of ‘CompositeTensorVariantToComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CompressElement
operation. - An instance of ‘CompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ComputeAccidentalHits
operation. - An instance of ‘ComputeAccidentalHits’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ComputeBatchSize
operation. - An instance of ‘ComputeBatchSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ComputeDedupDataTupleMask
operation. - An instance of ‘ComputeDedupDataTupleMask’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Concat
operation. - An instance of ‘Concat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConcatOffset
operation. - An instance of ‘ConcatOffset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConcatV2
operation. - An instance of ‘ConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConcatenateDataset
operation. - An instance of ‘ConcatenateDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConditionalAccumulator
operation. - An instance of ‘ConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureAndInitializeGlobalTPU
operation. - An instance of ‘ConfigureAndInitializeGlobalTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureDistributedTPU
operation. - An instance of ‘ConfigureDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureTPUEmbedding
operation. - Builder for the
ConfigureTPUEmbeddingHost
operation. - An instance of ‘ConfigureTPUEmbeddingHost’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ConfigureTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureTPUEmbeddingMemory
operation. - An instance of ‘ConfigureTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conj
operation. - An instance of ‘Conj’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConjugateTranspose
operation. - An instance of ‘ConjugateTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConnectTPUEmbeddingHosts
operation. - An instance of ‘ConnectTPUEmbeddingHosts’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Const
operation. - An instance of ‘Const’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConsumeMutexLock
operation. - An instance of ‘ConsumeMutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ControlTrigger
operation. - An instance of ‘ControlTrigger’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2D
operation. - Builder for the
Conv2DBackpropFilter
operation. - An instance of ‘Conv2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2DBackpropFilterV2
operation. - An instance of ‘Conv2DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2DBackpropInput
operation. - An instance of ‘Conv2DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2DBackpropInputV2
operation. - An instance of ‘Conv2DBackpropInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Conv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3D
operation. - Builder for the
Conv3DBackpropFilter
operation. - An instance of ‘Conv3DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3DBackpropFilterV2
operation. - An instance of ‘Conv3DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3DBackpropInput
operation. - An instance of ‘Conv3DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3DBackpropInputV2
operation. - An instance of ‘Conv3DBackpropInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Conv3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Copy
operation. - Builder for the
CopyHost
operation. - An instance of ‘CopyHost’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Copy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CopyToMesh
operation. - Builder for the
CopyToMeshGrad
operation. - An instance of ‘CopyToMeshGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘CopyToMesh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cos
operation. - An instance of ‘Cos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cosh
operation. - An instance of ‘Cosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CountUpTo
operation. - An instance of ‘CountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CreateSummaryDbWriter
operation. - An instance of ‘CreateSummaryDbWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CreateSummaryFileWriter
operation. - An instance of ‘CreateSummaryFileWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CropAndResize
operation. - Builder for the
CropAndResizeGradBoxes
operation. - An instance of ‘CropAndResizeGradBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CropAndResizeGradImage
operation. - An instance of ‘CropAndResizeGradImage’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘CropAndResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cross
operation. - An instance of ‘Cross’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CrossReplicaSum
operation. - An instance of ‘CrossReplicaSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNN
operation. - Builder for the
CudnnRNNBackprop
operation. - An instance of ‘CudnnRNNBackprop’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNBackpropV2
operation. - An instance of ‘CudnnRNNBackpropV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNBackpropV3
operation. - An instance of ‘CudnnRNNBackpropV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNCanonicalToParams
operation. - An instance of ‘CudnnRNNCanonicalToParams’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNCanonicalToParamsV2
operation. - An instance of ‘CudnnRNNCanonicalToParamsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘CudnnRNN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNParamsSize
operation. - An instance of ‘CudnnRNNParamsSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNParamsToCanonical
operation. - An instance of ‘CudnnRNNParamsToCanonical’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNParamsToCanonicalV2
operation. - An instance of ‘CudnnRNNParamsToCanonicalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNV2
operation. - An instance of ‘CudnnRNNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNV3
operation. - An instance of ‘CudnnRNNV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cumprod
operation. - An instance of ‘Cumprod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cumsum
operation. - An instance of ‘Cumsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CumulativeLogsumexp
operation. - An instance of ‘CumulativeLogsumexp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DTensorRestoreV2
operation. - An instance of ‘DTensorRestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DTensorSetGlobalTPUArray
operation. - An instance of ‘DTensorSetGlobalTPUArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataFormatDimMap
operation. - An instance of ‘DataFormatDimMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataFormatVecPermute
operation. - An instance of ‘DataFormatVecPermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDataset
operation. - An instance of ‘DataServiceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetV2
operation. - An instance of ‘DataServiceDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetV3
operation. - An instance of ‘DataServiceDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetV4
operation. - An instance of ‘DataServiceDatasetV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetCardinality
operation. - An instance of ‘DatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetFromGraph
operation. - An instance of ‘DatasetFromGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToGraph
operation. - An instance of ‘DatasetToGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToGraphV2
operation. - An instance of ‘DatasetToGraphV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToSingleElement
operation. - An instance of ‘DatasetToSingleElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToTFRecord
operation. - An instance of ‘DatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dawsn
operation. - An instance of ‘Dawsn’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugGradientIdentity
operation. - An instance of ‘DebugGradientIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugGradientRefIdentity
operation. - An instance of ‘DebugGradientRefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugIdentity
operation. - An instance of ‘DebugIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugIdentityV2
operation. - An instance of ‘DebugIdentityV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugIdentityV3
operation. - An instance of ‘DebugIdentityV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugNanCount
operation. - An instance of ‘DebugNanCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugNumericSummary
operation. - An instance of ‘DebugNumericSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugNumericSummaryV2
operation. - An instance of ‘DebugNumericSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeAndCropJpeg
operation. - An instance of ‘DecodeAndCropJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeBase64
operation. - An instance of ‘DecodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeBmp
operation. - An instance of ‘DecodeBmp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeCSV
operation. - An instance of ‘DecodeCSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeCompressed
operation. - An instance of ‘DecodeCompressed’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeGif
operation. - An instance of ‘DecodeGif’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeImage
operation. - An instance of ‘DecodeImage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeJSONExample
operation. - An instance of ‘DecodeJSONExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeJpeg
operation. - An instance of ‘DecodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodePaddedRaw
operation. - An instance of ‘DecodePaddedRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodePng
operation. - An instance of ‘DecodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeProtoV2
operation. - An instance of ‘DecodeProtoV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeRaw
operation. - An instance of ‘DecodeRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeWav
operation. - An instance of ‘DecodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeepCopy
operation. - An instance of ‘DeepCopy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteIterator
operation. - An instance of ‘DeleteIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteMemoryCache
operation. - An instance of ‘DeleteMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteMultiDeviceIterator
operation. - An instance of ‘DeleteMultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteRandomSeedGenerator
operation. - An instance of ‘DeleteRandomSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteSeedGenerator
operation. - An instance of ‘DeleteSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteSessionTensor
operation. - An instance of ‘DeleteSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseBincount
operation. - An instance of ‘DenseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseCountSparseOutput
operation. - An instance of ‘DenseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToCSRSparseMatrix
operation. - An instance of ‘DenseToCSRSparseMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToDenseSetOperation
operation. - An instance of ‘DenseToDenseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToSparseBatchDataset
operation. - An instance of ‘DenseToSparseBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToSparseSetOperation
operation. - An instance of ‘DenseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DepthToSpace
operation. - An instance of ‘DepthToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DepthwiseConv2dNative
operation. - Builder for the
DepthwiseConv2dNativeBackpropFilter
operation. - An instance of ‘DepthwiseConv2dNativeBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DepthwiseConv2dNativeBackpropInput
operation. - An instance of ‘DepthwiseConv2dNativeBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘DepthwiseConv2dNative’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dequantize
operation. - An instance of ‘Dequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeserializeIterator
operation. - An instance of ‘DeserializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeserializeManySparse
operation. - An instance of ‘DeserializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeserializeSparse
operation. - An instance of ‘DeserializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DestroyResourceOp
operation. - An instance of ‘DestroyResourceOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DestroyTemporaryVariable
operation. - An instance of ‘DestroyTemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeviceIndex
operation. - An instance of ‘DeviceIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Diag
operation. - An instance of ‘Diag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DiagPart
operation. - An instance of ‘DiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Digamma
operation. - An instance of ‘Digamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dilation2D
operation. - Builder for the
Dilation2DBackpropFilter
operation. - An instance of ‘Dilation2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dilation2DBackpropInput
operation. - An instance of ‘Dilation2DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Dilation2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DirectedInterleaveDataset
operation. - An instance of ‘DirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DisableCopyOnRead
operation. - An instance of ‘DisableCopyOnRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DistributedSave
operation. - An instance of ‘DistributedSave’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Div
operation. - An instance of ‘Div’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DivNoNan
operation. - An instance of ‘DivNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DrawBoundingBoxes
operation. - An instance of ‘DrawBoundingBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DrawBoundingBoxesV2
operation. - An instance of ‘DrawBoundingBoxesV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DummyIterationCounter
operation. - An instance of ‘DummyIterationCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DummyMemoryCache
operation. - An instance of ‘DummyMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DummySeedGenerator
operation. - An instance of ‘DummySeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DynamicEnqueueTPUEmbeddingArbitraryTensorBatch
operation. - An instance of ‘DynamicEnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DynamicPartition
operation. - An instance of ‘DynamicPartition’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DynamicStitch
operation. - An instance of ‘DynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EagerPyFunc
operation. - An instance of ‘EagerPyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EditDistance
operation. - An instance of ‘EditDistance’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Eig
operation. - An instance of ‘Eig’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Einsum
operation. - An instance of ‘Einsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Elu
operation. - Builder for the
EluGrad
operation. - An instance of ‘EluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Elu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Empty
operation. - An instance of ‘Empty’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EmptyTensorList
operation. - An instance of ‘EmptyTensorList’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EmptyTensorMap
operation. - An instance of ‘EmptyTensorMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeBase64
operation. - An instance of ‘EncodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeJpeg
operation. - An instance of ‘EncodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeJpegVariableQuality
operation. - An instance of ‘EncodeJpegVariableQuality’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodePng
operation. - An instance of ‘EncodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeProto
operation. - An instance of ‘EncodeProto’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeWav
operation. - An instance of ‘EncodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingArbitraryTensorBatch
operation. - An instance of ‘EnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingBatch
operation. - An instance of ‘EnqueueTPUEmbeddingBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingIntegerBatch
operation. - An instance of ‘EnqueueTPUEmbeddingIntegerBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingRaggedTensorBatch
operation. - An instance of ‘EnqueueTPUEmbeddingRaggedTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingSparseBatch
operation. - An instance of ‘EnqueueTPUEmbeddingSparseBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingSparseTensorBatch
operation. - An instance of ‘EnqueueTPUEmbeddingSparseTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnsureShape
operation. - An instance of ‘EnsureShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Enter
operation. - An instance of ‘Enter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Equal
operation. - An instance of ‘Equal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Erf
operation. - An instance of ‘Erf’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Erfc
operation. - An instance of ‘Erfc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Erfinv
operation. - An instance of ‘Erfinv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EuclideanNorm
operation. - An instance of ‘EuclideanNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExecuteTPUEmbeddingPartitioner
operation. - An instance of ‘ExecuteTPUEmbeddingPartitioner’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Exit
operation. - An instance of ‘Exit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Exp
operation. - An instance of ‘Exp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExpandDims
operation. - An instance of ‘ExpandDims’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalAssertNextDataset
operation. - An instance of ‘ExperimentalAssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalAutoShardDataset
operation. - An instance of ‘ExperimentalAutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalBytesProducedStatsDataset
operation. - An instance of ‘ExperimentalBytesProducedStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalCSVDataset
operation. - An instance of ‘ExperimentalCSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalChooseFastestDataset
operation. - An instance of ‘ExperimentalChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDatasetCardinality
operation. - An instance of ‘ExperimentalDatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDatasetToTFRecord
operation. - An instance of ‘ExperimentalDatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDenseToSparseBatchDataset
operation. - An instance of ‘ExperimentalDenseToSparseBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDirectedInterleaveDataset
operation. - An instance of ‘ExperimentalDirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalGroupByReducerDataset
operation. - An instance of ‘ExperimentalGroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalGroupByWindowDataset
operation. - An instance of ‘ExperimentalGroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalIgnoreErrorsDataset
operation. - An instance of ‘ExperimentalIgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalIteratorGetDevice
operation. - An instance of ‘ExperimentalIteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalLMDBDataset
operation. - An instance of ‘ExperimentalLMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalLatencyStatsDataset
operation. - An instance of ‘ExperimentalLatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMapAndBatchDataset
operation. - An instance of ‘ExperimentalMapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMapDataset
operation. - An instance of ‘ExperimentalMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMatchingFilesDataset
operation. - An instance of ‘ExperimentalMatchingFilesDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMaxIntraOpParallelismDataset
operation. - An instance of ‘ExperimentalMaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalNonSerializableDataset
operation. - An instance of ‘ExperimentalNonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalParallelInterleaveDataset
operation. - An instance of ‘ExperimentalParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalParseExampleDataset
operation. - An instance of ‘ExperimentalParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalPrivateThreadPoolDataset
operation. - An instance of ‘ExperimentalPrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalRandomDataset
operation. - An instance of ‘ExperimentalRandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalRebatchDataset
operation. - An instance of ‘ExperimentalRebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalScanDataset
operation. - An instance of ‘ExperimentalScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSetStatsAggregatorDataset
operation. - An instance of ‘ExperimentalSetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSleepDataset
operation. - An instance of ‘ExperimentalSleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSlidingWindowDataset
operation. - An instance of ‘ExperimentalSlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSqlDataset
operation. - An instance of ‘ExperimentalSqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalStatsAggregatorHandle
operation. - An instance of ‘ExperimentalStatsAggregatorHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalStatsAggregatorSummary
operation. - An instance of ‘ExperimentalStatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalTakeWhileDataset
operation. - An instance of ‘ExperimentalTakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalThreadPoolDataset
operation. - An instance of ‘ExperimentalThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalThreadPoolHandle
operation. - An instance of ‘ExperimentalThreadPoolHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalUnbatchDataset
operation. - An instance of ‘ExperimentalUnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalUniqueDataset
operation. - An instance of ‘ExperimentalUniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Expint
operation. - An instance of ‘Expint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Expm1
operation. - An instance of ‘Expm1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractGlimpse
operation. - An instance of ‘ExtractGlimpse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractGlimpseV2
operation. - An instance of ‘ExtractGlimpseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractImagePatches
operation. - An instance of ‘ExtractImagePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractJpegShape
operation. - An instance of ‘ExtractJpegShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractVolumePatches
operation. - An instance of ‘ExtractVolumePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FFT
operation. - Builder for the
FFT2D
operation. - An instance of ‘FFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FFT3D
operation. - An instance of ‘FFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FIFOQueue
operation. - An instance of ‘FIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FIFOQueueV2
operation. - An instance of ‘FIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Fact
operation. - An instance of ‘Fact’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeParam
operation. - An instance of ‘FakeParam’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQuantWithMinMaxArgs
operation. - Builder for the
FakeQuantWithMinMaxArgsGradient
operation. - An instance of ‘FakeQuantWithMinMaxArgsGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FakeQuantWithMinMaxArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQuantWithMinMaxVars
operation. - Builder for the
FakeQuantWithMinMaxVarsGradient
operation. - An instance of ‘FakeQuantWithMinMaxVarsGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FakeQuantWithMinMaxVars’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQuantWithMinMaxVarsPerChannel
operation. - Builder for the
FakeQuantWithMinMaxVarsPerChannelGradient
operation. - An instance of ‘FakeQuantWithMinMaxVarsPerChannelGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FakeQuantWithMinMaxVarsPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQueue
operation. - An instance of ‘FakeQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FileSystemSetConfiguration
operation. - An instance of ‘FileSystemSetConfiguration’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Fill
operation. - An instance of ‘Fill’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FilterByLastComponentDataset
operation. - An instance of ‘FilterByLastComponentDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FilterDataset
operation. - An instance of ‘FilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FinalizeDataset
operation. - An instance of ‘FinalizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FinalizeTPUEmbedding
operation. - An instance of ‘FinalizeTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Fingerprint
operation. - An instance of ‘Fingerprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordDataset
operation. - An instance of ‘FixedLengthRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordDatasetV2
operation. - An instance of ‘FixedLengthRecordDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordReader
operation. - An instance of ‘FixedLengthRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordReaderV2
operation. - An instance of ‘FixedLengthRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedUnigramCandidateSampler
operation. - An instance of ‘FixedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FlatMapDataset
operation. - An instance of ‘FlatMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Floor
operation. - Builder for the
FloorDiv
operation. - An instance of ‘FloorDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Floor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FloorMod
operation. - An instance of ‘FloorMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FlushSummaryWriter
operation. - An instance of ‘FlushSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
For
operation. - An instance of ‘For’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FractionalAvgPool
operation. - Builder for the
FractionalAvgPoolGrad
operation. - An instance of ‘FractionalAvgPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FractionalAvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FractionalMaxPool
operation. - Builder for the
FractionalMaxPoolGrad
operation. - An instance of ‘FractionalMaxPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FractionalMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FresnelCos
operation. - An instance of ‘FresnelCos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FresnelSin
operation. - An instance of ‘FresnelSin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNorm
operation. - Builder for the
FusedBatchNormGrad
operation. - An instance of ‘FusedBatchNormGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormGradV2
operation. - An instance of ‘FusedBatchNormGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormGradV3
operation. - An instance of ‘FusedBatchNormGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FusedBatchNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormV2
operation. - An instance of ‘FusedBatchNormV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormV3
operation. - An instance of ‘FusedBatchNormV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedPadConv2D
operation. - An instance of ‘FusedPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedResizeAndPadConv2D
operation. - An instance of ‘FusedResizeAndPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GRUBlockCell
operation. - Builder for the
GRUBlockCellGrad
operation. - An instance of ‘GRUBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘GRUBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Gather
operation. - An instance of ‘Gather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GatherNd
operation. - An instance of ‘GatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GatherV2
operation. - An instance of ‘GatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GenerateBoundingBoxProposals
operation. - An instance of ‘GenerateBoundingBoxProposals’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GenerateVocabRemapping
operation. - An instance of ‘GenerateVocabRemapping’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GeneratorDataset
operation. - An instance of ‘GeneratorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetElementAtIndex
operation. - An instance of ‘GetElementAtIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetOptions
operation. - An instance of ‘GetOptions’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetSessionHandle
operation. - An instance of ‘GetSessionHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetSessionHandleV2
operation. - An instance of ‘GetSessionHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetSessionTensor
operation. - An instance of ‘GetSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Greater
operation. - Builder for the
GreaterEqual
operation. - An instance of ‘GreaterEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Greater’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GroupByReducerDataset
operation. - An instance of ‘GroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GroupByWindowDataset
operation. - An instance of ‘GroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GuaranteeConst
operation. - An instance of ‘GuaranteeConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HSVToRGB
operation. - An instance of ‘HSVToRGB’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HashTable
operation. - An instance of ‘HashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HashTableV2
operation. - An instance of ‘HashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HistogramFixedWidth
operation. - An instance of ‘HistogramFixedWidth’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HistogramSummary
operation. - An instance of ‘HistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HostConst
operation. - An instance of ‘HostConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IFFT
operation. - Builder for the
IFFT2D
operation. - An instance of ‘IFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IFFT3D
operation. - An instance of ‘IFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘IFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IRFFT
operation. - Builder for the
IRFFT2D
operation. - An instance of ‘IRFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IRFFT3D
operation. - An instance of ‘IRFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘IRFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Identity
operation. - An instance of ‘Identity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IdentityN
operation. - An instance of ‘IdentityN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IdentityReader
operation. - An instance of ‘IdentityReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IdentityReaderV2
operation. - An instance of ‘IdentityReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
If
operation. - An instance of ‘If’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Igamma
operation. - Builder for the
IgammaGradA
operation. - An instance of ‘IgammaGradA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Igamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Igammac
operation. - An instance of ‘Igammac’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IgnoreErrorsDataset
operation. - An instance of ‘IgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Imag
operation. - An instance of ‘Imag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImageProjectiveTransformV2
operation. - An instance of ‘ImageProjectiveTransformV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImageProjectiveTransformV3
operation. - An instance of ‘ImageProjectiveTransformV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImageSummary
operation. - An instance of ‘ImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImmutableConst
operation. - An instance of ‘ImmutableConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImportEvent
operation. - An instance of ‘ImportEvent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InTopK
operation. - An instance of ‘InTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InTopKV2
operation. - An instance of ‘InTopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedDequeue
operation. - An instance of ‘InfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedDequeueTuple
operation. - An instance of ‘InfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedEnqueue
operation. - An instance of ‘InfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedEnqueuePrelinearizedBuffer
operation. - An instance of ‘InfeedEnqueuePrelinearizedBuffer’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedEnqueueTuple
operation. - An instance of ‘InfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTable
operation. - Builder for the
InitializeTableFromDataset
operation. - An instance of ‘InitializeTableFromDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableFromTextFile
operation. - An instance of ‘InitializeTableFromTextFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableFromTextFileV2
operation. - An instance of ‘InitializeTableFromTextFileV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘InitializeTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableV2
operation. - An instance of ‘InitializeTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InplaceAdd
operation. - An instance of ‘InplaceAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InplaceSub
operation. - An instance of ‘InplaceSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InplaceUpdate
operation. - An instance of ‘InplaceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InterleaveDataset
operation. - An instance of ‘InterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Inv
operation. - Builder for the
InvGrad
operation. - An instance of ‘InvGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Inv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Invert
operation. - An instance of ‘Invert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InvertPermutation
operation. - An instance of ‘InvertPermutation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsBoostedTreesEnsembleInitialized
operation. - An instance of ‘IsBoostedTreesEnsembleInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsBoostedTreesQuantileStreamResourceInitialized
operation. - An instance of ‘IsBoostedTreesQuantileStreamResourceInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsFinite
operation. - An instance of ‘IsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsInf
operation. - An instance of ‘IsInf’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsNan
operation. - An instance of ‘IsNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsTPUEmbeddingInitialized
operation. - An instance of ‘IsTPUEmbeddingInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsVariableInitialized
operation. - An instance of ‘IsVariableInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsotonicRegression
operation. - An instance of ‘IsotonicRegression’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Iterator
operation. - Builder for the
IteratorFromStringHandle
operation. - An instance of ‘IteratorFromStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorFromStringHandleV2
operation. - An instance of ‘IteratorFromStringHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorGetDevice
operation. - An instance of ‘IteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorGetNext
operation. - Builder for the
IteratorGetNextAsOptional
operation. - An instance of ‘IteratorGetNextAsOptional’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘IteratorGetNext’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorGetNextSync
operation. - An instance of ‘IteratorGetNextSync’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Iterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorToStringHandle
operation. - An instance of ‘IteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorV2
operation. - An instance of ‘IteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
KMC2ChainInitialization
operation. - An instance of ‘KMC2ChainInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
KmeansPlusPlusInitialization
operation. - An instance of ‘KmeansPlusPlusInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
KthOrderStatistic
operation. - An instance of ‘KthOrderStatistic’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
L2Loss
operation. - An instance of ‘L2Loss’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LMDBDataset
operation. - An instance of ‘LMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LMDBReader
operation. - An instance of ‘LMDBReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LRN
operation. - Builder for the
LRNGrad
operation. - An instance of ‘LRNGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘LRN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LSTMBlockCell
operation. - Builder for the
LSTMBlockCellGrad
operation. - An instance of ‘LSTMBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘LSTMBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LatencyStatsDataset
operation. - An instance of ‘LatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LeakyRelu
operation. - Builder for the
LeakyReluGrad
operation. - An instance of ‘LeakyReluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘LeakyRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LearnedUnigramCandidateSampler
operation. - An instance of ‘LearnedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LeftShift
operation. - An instance of ‘LeftShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LegacyParallelInterleaveDatasetV2
operation. - An instance of ‘LegacyParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Less
operation. - Builder for the
LessEqual
operation. - An instance of ‘LessEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Less’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Lgamma
operation. - An instance of ‘Lgamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LinSpace
operation. - An instance of ‘LinSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ListDataset
operation. - An instance of ‘ListDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ListDiff
operation. - An instance of ‘ListDiff’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadAllTPUEmbeddingParameters
operation. - An instance of ‘LoadAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadAndRemapMatrix
operation. - An instance of ‘LoadAndRemapMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadDataset
operation. - An instance of ‘LoadDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingADAMParameters
operation. - An instance of ‘LoadTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingAdadeltaParameters
operation. - An instance of ‘LoadTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingAdagradMomentumParameters
operation. - An instance of ‘LoadTPUEmbeddingAdagradMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingAdagradParameters
operation. - An instance of ‘LoadTPUEmbeddingAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingCenteredRMSPropParameters
operation. - An instance of ‘LoadTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingFTRLParameters
operation. - An instance of ‘LoadTPUEmbeddingFTRLParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingFrequencyEstimatorParameters
operation. - An instance of ‘LoadTPUEmbeddingFrequencyEstimatorParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingMDLAdagradLightParameters
operation. - An instance of ‘LoadTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingMomentumParameters
operation. - An instance of ‘LoadTPUEmbeddingMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingProximalAdagradParameters
operation. - An instance of ‘LoadTPUEmbeddingProximalAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingProximalYogiParameters
operation. - An instance of ‘LoadTPUEmbeddingProximalYogiParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingRMSPropParameters
operation. - An instance of ‘LoadTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingStochasticGradientDescentParameters
operation. - An instance of ‘LoadTPUEmbeddingStochasticGradientDescentParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Log
operation. - Builder for the
Log1p
operation. - An instance of ‘Log1p’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Log’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogMatrixDeterminant
operation. - An instance of ‘LogMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogSoftmax
operation. - An instance of ‘LogSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogUniformCandidateSampler
operation. - An instance of ‘LogUniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogicalAnd
operation. - An instance of ‘LogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogicalNot
operation. - An instance of ‘LogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogicalOr
operation. - An instance of ‘LogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableExport
operation. - An instance of ‘LookupTableExport’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableExportV2
operation. - An instance of ‘LookupTableExportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableFind
operation. - An instance of ‘LookupTableFind’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableFindV2
operation. - An instance of ‘LookupTableFindV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableImport
operation. - An instance of ‘LookupTableImport’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableImportV2
operation. - An instance of ‘LookupTableImportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableInsert
operation. - An instance of ‘LookupTableInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableInsertV2
operation. - An instance of ‘LookupTableInsertV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableRemoveV2
operation. - An instance of ‘LookupTableRemoveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableSize
operation. - An instance of ‘LookupTableSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableSizeV2
operation. - An instance of ‘LookupTableSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoopCond
operation. - An instance of ‘LoopCond’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LowerBound
operation. - An instance of ‘LowerBound’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Lu
operation. - An instance of ‘Lu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MakeIterator
operation. - An instance of ‘MakeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MakeUnique
operation. - An instance of ‘MakeUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapAndBatchDataset
operation. - An instance of ‘MapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapClear
operation. - An instance of ‘MapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapDataset
operation. - An instance of ‘MapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapDefun
operation. - An instance of ‘MapDefun’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapIncompleteSize
operation. - An instance of ‘MapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapPeek
operation. - An instance of ‘MapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapSize
operation. - An instance of ‘MapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapStage
operation. - An instance of ‘MapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapUnstage
operation. - An instance of ‘MapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapUnstageNoKey
operation. - An instance of ‘MapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatMul
operation. - An instance of ‘MatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatchingFiles
operation. - Builder for the
MatchingFilesDataset
operation. - An instance of ‘MatchingFilesDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MatchingFiles’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixBandPart
operation. - An instance of ‘MatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDeterminant
operation. - An instance of ‘MatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiag
operation. - An instance of ‘MatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagPart
operation. - An instance of ‘MatrixDiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagPartV2
operation. - An instance of ‘MatrixDiagPartV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagPartV3
operation. - An instance of ‘MatrixDiagPartV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagV2
operation. - An instance of ‘MatrixDiagV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagV3
operation. - An instance of ‘MatrixDiagV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixExponential
operation. - An instance of ‘MatrixExponential’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixInverse
operation. - An instance of ‘MatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixLogarithm
operation. - An instance of ‘MatrixLogarithm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSetDiag
operation. - An instance of ‘MatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSetDiagV2
operation. - An instance of ‘MatrixSetDiagV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSetDiagV3
operation. - An instance of ‘MatrixSetDiagV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSolve
operation. - An instance of ‘MatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSolveLs
operation. - An instance of ‘MatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSquareRoot
operation. - An instance of ‘MatrixSquareRoot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixTriangularSolve
operation. - An instance of ‘MatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Max
operation. - An instance of ‘Max’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxIntraOpParallelismDataset
operation. - An instance of ‘MaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPool
operation. - Builder for the
MaxPool3D
operation. - Builder for the
MaxPool3DGrad
operation. - Builder for the
MaxPool3DGradGrad
operation. - An instance of ‘MaxPool3DGradGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPool3DGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPool3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGrad
operation. - Builder for the
MaxPoolGradGrad
operation. - An instance of ‘MaxPoolGradGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradGradV2
operation. - An instance of ‘MaxPoolGradGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradGradWithArgmax
operation. - An instance of ‘MaxPoolGradGradWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradV2
operation. - An instance of ‘MaxPoolGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradWithArgmax
operation. - An instance of ‘MaxPoolGradWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolV2
operation. - An instance of ‘MaxPoolV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolWithArgmax
operation. - An instance of ‘MaxPoolWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Maximum
operation. - An instance of ‘Maximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Mean
operation. - An instance of ‘Mean’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Merge
operation. - Builder for the
MergeDedupData
operation. - An instance of ‘MergeDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Merge’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MergeSummary
operation. - An instance of ‘MergeSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MergeV2Checkpoints
operation. - An instance of ‘MergeV2Checkpoints’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Mfcc
operation. - An instance of ‘Mfcc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Min
operation. - An instance of ‘Min’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Minimum
operation. - An instance of ‘Minimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MirrorPad
operation. - Builder for the
MirrorPadGrad
operation. - An instance of ‘MirrorPadGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MirrorPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MlirPassthroughOp
operation. - An instance of ‘MlirPassthroughOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Mod
operation. - An instance of ‘Mod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ModelDataset
operation. - An instance of ‘ModelDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Mul
operation. - An instance of ‘Mul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MulNoNan
operation. - An instance of ‘MulNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIterator
operation. - Builder for the
MultiDeviceIteratorFromStringHandle
operation. - An instance of ‘MultiDeviceIteratorFromStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratorGetNextFromShard
operation. - An instance of ‘MultiDeviceIteratorGetNextFromShard’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratorInit
operation. - An instance of ‘MultiDeviceIteratorInit’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratorToStringHandle
operation. - An instance of ‘MultiDeviceIteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Multinomial
operation. - An instance of ‘Multinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- MultiplyDeprecatedBuilder for the
Mul
operation. - Builder for the
MutableDenseHashTable
operation. - An instance of ‘MutableDenseHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableDenseHashTableV2
operation. - An instance of ‘MutableDenseHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTable
operation. - An instance of ‘MutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableOfTensors
operation. - An instance of ‘MutableHashTableOfTensors’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableOfTensorsV2
operation. - An instance of ‘MutableHashTableOfTensorsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableV2
operation. - An instance of ‘MutableHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutexLock
operation. - An instance of ‘MutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutexV2
operation. - An instance of ‘MutexV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NcclAllReduce
operation. - An instance of ‘NcclAllReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NcclBroadcast
operation. - An instance of ‘NcclBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NcclReduce
operation. - An instance of ‘NcclReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Ndtri
operation. - An instance of ‘Ndtri’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NearestNeighbors
operation. - An instance of ‘NearestNeighbors’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Neg
operation. - An instance of ‘Neg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NegTrain
operation. - An instance of ‘NegTrain’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NextAfter
operation. - An instance of ‘NextAfter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NextIteration
operation. - An instance of ‘NextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NoOp
operation. - An instance of ‘NoOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonDeterministicInts
operation. - An instance of ‘NonDeterministicInts’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppression
operation. - An instance of ‘NonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV2
operation. - An instance of ‘NonMaxSuppressionV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV3
operation. - An instance of ‘NonMaxSuppressionV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV4
operation. - An instance of ‘NonMaxSuppressionV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV5
operation. - An instance of ‘NonMaxSuppressionV5’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionWithOverlaps
operation. - An instance of ‘NonMaxSuppressionWithOverlaps’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonSerializableDataset
operation. - An instance of ‘NonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NotEqual
operation. - An instance of ‘NotEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NthElement
operation. - An instance of ‘NthElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OneHot
operation. - An instance of ‘OneHot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OneShotIterator
operation. - An instance of ‘OneShotIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OnesLike
operation. - An instance of ‘OnesLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptimizeDataset
operation. - An instance of ‘OptimizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptimizeDatasetV2
operation. - An instance of ‘OptimizeDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalFromValue
operation. - An instance of ‘OptionalFromValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalGetValue
operation. - An instance of ‘OptionalGetValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalHasValue
operation. - An instance of ‘OptionalHasValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalNone
operation. - An instance of ‘OptionalNone’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionsDataset
operation. - An instance of ‘OptionsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapClear
operation. - An instance of ‘OrderedMapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapIncompleteSize
operation. - An instance of ‘OrderedMapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapPeek
operation. - An instance of ‘OrderedMapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapSize
operation. - An instance of ‘OrderedMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapStage
operation. - An instance of ‘OrderedMapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapUnstage
operation. - An instance of ‘OrderedMapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapUnstageNoKey
operation. - An instance of ‘OrderedMapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeue
operation. - An instance of ‘OutfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueTuple
operation. - An instance of ‘OutfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueTupleV2
operation. - An instance of ‘OutfeedDequeueTupleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueV2
operation. - An instance of ‘OutfeedDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedEnqueue
operation. - An instance of ‘OutfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedEnqueueTuple
operation. - An instance of ‘OutfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Pack
operation. - An instance of ‘Pack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Pad
operation. - An instance of ‘Pad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PadV2
operation. - An instance of ‘PadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddedBatchDataset
operation. - An instance of ‘PaddedBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddedBatchDatasetV2
operation. - An instance of ‘PaddedBatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddingFIFOQueue
operation. - An instance of ‘PaddingFIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddingFIFOQueueV2
operation. - An instance of ‘PaddingFIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelBatchDataset
operation. - An instance of ‘ParallelBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelConcat
operation. - An instance of ‘ParallelConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelDynamicStitch
operation. - An instance of ‘ParallelDynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelFilterDataset
operation. - An instance of ‘ParallelFilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDataset
operation. - An instance of ‘ParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetV2
operation. - An instance of ‘ParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetV3
operation. - An instance of ‘ParallelInterleaveDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetV4
operation. - An instance of ‘ParallelInterleaveDatasetV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelMapDataset
operation. - An instance of ‘ParallelMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelMapDatasetV2
operation. - An instance of ‘ParallelMapDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParameterizedTruncatedNormal
operation. - An instance of ‘ParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseExample
operation. - Builder for the
ParseExampleDataset
operation. - An instance of ‘ParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseExampleDatasetV2
operation. - An instance of ‘ParseExampleDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ParseExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseExampleV2
operation. - An instance of ‘ParseExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSequenceExample
operation. - An instance of ‘ParseSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSequenceExampleV2
operation. - An instance of ‘ParseSequenceExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSingleExample
operation. - An instance of ‘ParseSingleExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSingleSequenceExample
operation. - An instance of ‘ParseSingleSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseTensor
operation. - An instance of ‘ParseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PartitionedCall
operation. - An instance of ‘PartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Placeholder
operation. - An instance of ‘Placeholder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PlaceholderV2
operation. - An instance of ‘PlaceholderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PlaceholderWithDefault
operation. - An instance of ‘PlaceholderWithDefault’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Polygamma
operation. - An instance of ‘Polygamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PopulationCount
operation. - An instance of ‘PopulationCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Pow
operation. - An instance of ‘Pow’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrefetchDataset
operation. - An instance of ‘PrefetchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Prelinearize
operation. - An instance of ‘Prelinearize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrelinearizeTuple
operation. - An instance of ‘PrelinearizeTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PreventGradient
operation. - An instance of ‘PreventGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Print
operation. - An instance of ‘Print’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrintV2
operation. - An instance of ‘PrintV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PriorityQueue
operation. - An instance of ‘PriorityQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PriorityQueueV2
operation. - An instance of ‘PriorityQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrivateThreadPoolDataset
operation. - An instance of ‘PrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Prod
operation. - An instance of ‘Prod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PyFunc
operation. - An instance of ‘PyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PyFuncStateless
operation. - An instance of ‘PyFuncStateless’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Qr
operation. - An instance of ‘Qr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantize
operation. - An instance of ‘QuantizeAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeV2
operation. - An instance of ‘QuantizeAndDequantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeV3
operation. - An instance of ‘QuantizeAndDequantizeV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeV4
operation. - Builder for the
QuantizeAndDequantizeV4Grad
operation. - An instance of ‘QuantizeAndDequantizeV4Grad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizeAndDequantizeV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeDownAndShrinkRange
operation. - An instance of ‘QuantizeDownAndShrinkRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeV2
operation. - An instance of ‘QuantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedAdd
operation. - An instance of ‘QuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedAvgPool
operation. - An instance of ‘QuantizedAvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedBatchNormWithGlobalNormalization
operation. - An instance of ‘QuantizedBatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedBiasAdd
operation. - An instance of ‘QuantizedBiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConcat
operation. - An instance of ‘QuantizedConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2D
operation. - Builder for the
QuantizedConv2DAndRelu
operation. - Builder for the
QuantizedConv2DAndReluAndRequantize
operation. - An instance of ‘QuantizedConv2DAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DAndRequantize
operation. - An instance of ‘QuantizedConv2DAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DPerChannel
operation. - An instance of ‘QuantizedConv2DPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBias
operation. - Builder for the
QuantizedConv2DWithBiasAndRelu
operation. - Builder for the
QuantizedConv2DWithBiasAndReluAndRequantize
operation. - An instance of ‘QuantizedConv2DWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasAndRequantize
operation. - An instance of ‘QuantizedConv2DWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasSignedSumAndReluAndRequantize
operation. - An instance of ‘QuantizedConv2DWithBiasSignedSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasSumAndRelu
operation. - Builder for the
QuantizedConv2DWithBiasSumAndReluAndRequantize
operation. - An instance of ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DWithBiasSumAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedDepthwiseConv2D
operation. - An instance of ‘QuantizedDepthwiseConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedDepthwiseConv2DWithBias
operation. - Builder for the
QuantizedDepthwiseConv2DWithBiasAndRelu
operation. - Builder for the
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize
operation. - An instance of ‘QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedDepthwiseConv2DWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedInstanceNorm
operation. - An instance of ‘QuantizedInstanceNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMul
operation. - An instance of ‘QuantizedMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMulWithBias
operation. - Builder for the
QuantizedMatMulWithBiasAndDequantize
operation. - An instance of ‘QuantizedMatMulWithBiasAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMulWithBiasAndRelu
operation. - Builder for the
QuantizedMatMulWithBiasAndReluAndRequantize
operation. - An instance of ‘QuantizedMatMulWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedMatMulWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMulWithBiasAndRequantize
operation. - An instance of ‘QuantizedMatMulWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedMatMulWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMaxPool
operation. - An instance of ‘QuantizedMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMul
operation. - An instance of ‘QuantizedMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedRelu
operation. - Builder for the
QuantizedRelu6
operation. - An instance of ‘QuantizedRelu6’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedReluX
operation. - An instance of ‘QuantizedReluX’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedReshape
operation. - An instance of ‘QuantizedReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedResizeBilinear
operation. - An instance of ‘QuantizedResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueClose
operation. - An instance of ‘QueueClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueCloseV2
operation. - An instance of ‘QueueCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeue
operation. - An instance of ‘QueueDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueMany
operation. - An instance of ‘QueueDequeueMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueManyV2
operation. - An instance of ‘QueueDequeueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueUpTo
operation. - An instance of ‘QueueDequeueUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueUpToV2
operation. - An instance of ‘QueueDequeueUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueV2
operation. - An instance of ‘QueueDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueue
operation. - An instance of ‘QueueEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueMany
operation. - An instance of ‘QueueEnqueueMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueManyV2
operation. - An instance of ‘QueueEnqueueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueV2
operation. - An instance of ‘QueueEnqueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueIsClosed
operation. - An instance of ‘QueueIsClosed’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueIsClosedV2
operation. - An instance of ‘QueueIsClosedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueSize
operation. - An instance of ‘QueueSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueSizeV2
operation. - An instance of ‘QueueSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RFFT
operation. - Builder for the
RFFT2D
operation. - An instance of ‘RFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RFFT3D
operation. - An instance of ‘RFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RGBToHSV
operation. - An instance of ‘RGBToHSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedBincount
operation. - An instance of ‘RaggedBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedCountSparseOutput
operation. - An instance of ‘RaggedCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedCross
operation. - An instance of ‘RaggedCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedFillEmptyRows
operation. - Builder for the
RaggedFillEmptyRowsGrad
operation. - An instance of ‘RaggedFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RaggedFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedGather
operation. - An instance of ‘RaggedGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedRange
operation. - An instance of ‘RaggedRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorFromVariant
operation. - An instance of ‘RaggedTensorFromVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorToSparse
operation. - An instance of ‘RaggedTensorToSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorToTensor
operation. - An instance of ‘RaggedTensorToTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorToVariant
operation. - Builder for the
RaggedTensorToVariantGradient
operation. - An instance of ‘RaggedTensorToVariantGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RaggedTensorToVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomCrop
operation. - An instance of ‘RandomCrop’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomDataset
operation. - An instance of ‘RandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomDatasetV2
operation. - An instance of ‘RandomDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomGamma
operation. - Builder for the
RandomGammaGrad
operation. - An instance of ‘RandomGammaGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RandomGamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomIndexShuffle
operation. - An instance of ‘RandomIndexShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- RandomNormalDeprecatedBuilder for the
RandomStandardNormal
operation. - Builder for the
RandomPoisson
operation. - An instance of ‘RandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomPoissonV2
operation. - An instance of ‘RandomPoissonV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomShuffle
operation. - An instance of ‘RandomShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomShuffleQueue
operation. - An instance of ‘RandomShuffleQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomShuffleQueueV2
operation. - An instance of ‘RandomShuffleQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomStandardNormal
operation. - An instance of ‘RandomStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomUniform
operation. - An instance of ‘RandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomUniformInt
operation. - An instance of ‘RandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Range
operation. - Builder for the
RangeDataset
operation. - An instance of ‘RangeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Range’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rank
operation. - An instance of ‘Rank’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReadFile
operation. - An instance of ‘ReadFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReadVariableOp
operation. - An instance of ‘ReadVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReadVariableXlaSplitND
operation. - An instance of ‘ReadVariableXlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumRecordsProduced
operation. - An instance of ‘ReaderNumRecordsProduced’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumRecordsProducedV2
operation. - An instance of ‘ReaderNumRecordsProducedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumWorkUnitsCompleted
operation. - An instance of ‘ReaderNumWorkUnitsCompleted’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumWorkUnitsCompletedV2
operation. - An instance of ‘ReaderNumWorkUnitsCompletedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderRead
operation. - An instance of ‘ReaderRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadUpTo
operation. - An instance of ‘ReaderReadUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadUpToV2
operation. - An instance of ‘ReaderReadUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadV2
operation. - An instance of ‘ReaderReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReset
operation. - An instance of ‘ReaderReset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderResetV2
operation. - An instance of ‘ReaderResetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderRestoreState
operation. - An instance of ‘ReaderRestoreState’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderRestoreStateV2
operation. - An instance of ‘ReaderRestoreStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderSerializeState
operation. - An instance of ‘ReaderSerializeState’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderSerializeStateV2
operation. - An instance of ‘ReaderSerializeStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Real
operation. - Builder for the
RealDiv
operation. - An instance of ‘RealDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Real’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RebatchDataset
operation. - An instance of ‘RebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RebatchDatasetV2
operation. - An instance of ‘RebatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reciprocal
operation. - Builder for the
ReciprocalGrad
operation. - An instance of ‘ReciprocalGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Reciprocal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RecordInput
operation. - An instance of ‘RecordInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Recv
operation. - An instance of ‘Recv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RecvTPUEmbeddingActivations
operation. - An instance of ‘RecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReduceDataset
operation. - An instance of ‘ReduceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReduceJoin
operation. - An instance of ‘ReduceJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefEnter
operation. - An instance of ‘RefEnter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefExit
operation. - An instance of ‘RefExit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefIdentity
operation. - An instance of ‘RefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefMerge
operation. - An instance of ‘RefMerge’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefNextIteration
operation. - An instance of ‘RefNextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefSelect
operation. - An instance of ‘RefSelect’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefSwitch
operation. - An instance of ‘RefSwitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegexFullMatch
operation. - An instance of ‘RegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegexReplace
operation. - An instance of ‘RegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegisterDataset
operation. - An instance of ‘RegisterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegisterDatasetV2
operation. - An instance of ‘RegisterDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Relayout
operation. - Builder for the
RelayoutGrad
operation. - An instance of ‘RelayoutGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Relayout’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Relu
operation. - Builder for the
Relu6
operation. - Builder for the
Relu6Grad
operation. - An instance of ‘Relu6Grad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Relu6’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReluGrad
operation. - An instance of ‘ReluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Relu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RemoteCall
operation. - An instance of ‘RemoteCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RepeatDataset
operation. - An instance of ‘RepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RequantizationRange
operation. - An instance of ‘RequantizationRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RequantizationRangePerChannel
operation. - An instance of ‘RequantizationRangePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Requantize
operation. - An instance of ‘Requantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RequantizePerChannel
operation. - An instance of ‘RequantizePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reshape
operation. - An instance of ‘Reshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeArea
operation. - An instance of ‘ResizeArea’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeBicubic
operation. - Builder for the
ResizeBicubicGrad
operation. - An instance of ‘ResizeBicubicGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResizeBicubic’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeBilinear
operation. - Builder for the
ResizeBilinearGrad
operation. - An instance of ‘ResizeBilinearGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeNearestNeighbor
operation. - Builder for the
ResizeNearestNeighborGrad
operation. - An instance of ‘ResizeNearestNeighborGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResizeNearestNeighbor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorApplyGradient
operation. - An instance of ‘ResourceAccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorNumAccumulated
operation. - An instance of ‘ResourceAccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorSetGlobalStep
operation. - An instance of ‘ResourceAccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorTakeGradient
operation. - An instance of ‘ResourceAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdaMax
operation. - An instance of ‘ResourceApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdadelta
operation. - An instance of ‘ResourceApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdagrad
operation. - Builder for the
ResourceApplyAdagradDA
operation. - An instance of ‘ResourceApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResourceApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdagradV2
operation. - An instance of ‘ResourceApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdam
operation. - An instance of ‘ResourceApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdamWithAmsgrad
operation. - An instance of ‘ResourceApplyAdamWithAmsgrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAddSign
operation. - An instance of ‘ResourceApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyCenteredRMSProp
operation. - An instance of ‘ResourceApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyFtrl
operation. - An instance of ‘ResourceApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyFtrlV2
operation. - An instance of ‘ResourceApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyGradientDescent
operation. - An instance of ‘ResourceApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyKerasMomentum
operation. - An instance of ‘ResourceApplyKerasMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyMomentum
operation. - An instance of ‘ResourceApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyPowerSign
operation. - An instance of ‘ResourceApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyProximalAdagrad
operation. - An instance of ‘ResourceApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyProximalGradientDescent
operation. - An instance of ‘ResourceApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyRMSProp
operation. - An instance of ‘ResourceApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceConditionalAccumulator
operation. - An instance of ‘ResourceConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceCountUpTo
operation. - An instance of ‘ResourceCountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceGather
operation. - An instance of ‘ResourceGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceGatherNd
operation. - An instance of ‘ResourceGatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterAdd
operation. - An instance of ‘ResourceScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterDiv
operation. - An instance of ‘ResourceScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterMax
operation. - An instance of ‘ResourceScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterMin
operation. - An instance of ‘ResourceScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterMul
operation. - An instance of ‘ResourceScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdAdd
operation. - An instance of ‘ResourceScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdMax
operation. - An instance of ‘ResourceScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdMin
operation. - An instance of ‘ResourceScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdSub
operation. - An instance of ‘ResourceScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdUpdate
operation. - An instance of ‘ResourceScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterSub
operation. - An instance of ‘ResourceScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterUpdate
operation. - An instance of ‘ResourceScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyAdadelta
operation. - An instance of ‘ResourceSparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyAdagrad
operation. - Builder for the
ResourceSparseApplyAdagradDA
operation. - An instance of ‘ResourceSparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResourceSparseApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyAdagradV2
operation. - An instance of ‘ResourceSparseApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyCenteredRMSProp
operation. - An instance of ‘ResourceSparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyFtrl
operation. - An instance of ‘ResourceSparseApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyFtrlV2
operation. - An instance of ‘ResourceSparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyKerasMomentum
operation. - An instance of ‘ResourceSparseApplyKerasMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyMomentum
operation. - An instance of ‘ResourceSparseApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyProximalAdagrad
operation. - An instance of ‘ResourceSparseApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyProximalGradientDescent
operation. - An instance of ‘ResourceSparseApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyRMSProp
operation. - An instance of ‘ResourceSparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceStridedSliceAssign
operation. - An instance of ‘ResourceStridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Restore
operation. - An instance of ‘Restore’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RestoreSlice
operation. - An instance of ‘RestoreSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RestoreV2
operation. - An instance of ‘RestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveAllTPUEmbeddingParameters
operation. - An instance of ‘RetrieveAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingADAMParameters
operation. - An instance of ‘RetrieveTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingAdadeltaParameters
operation. - An instance of ‘RetrieveTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingAdagradMomentumParameters
operation. - An instance of ‘RetrieveTPUEmbeddingAdagradMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingAdagradParameters
operation. - An instance of ‘RetrieveTPUEmbeddingAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingCenteredRMSPropParameters
operation. - An instance of ‘RetrieveTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingFTRLParameters
operation. - An instance of ‘RetrieveTPUEmbeddingFTRLParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingFrequencyEstimatorParameters
operation. - An instance of ‘RetrieveTPUEmbeddingFrequencyEstimatorParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingMDLAdagradLightParameters
operation. - An instance of ‘RetrieveTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingMomentumParameters
operation. - An instance of ‘RetrieveTPUEmbeddingMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingProximalAdagradParameters
operation. - An instance of ‘RetrieveTPUEmbeddingProximalAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingProximalYogiParameters
operation. - An instance of ‘RetrieveTPUEmbeddingProximalYogiParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingRMSPropParameters
operation. - An instance of ‘RetrieveTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingStochasticGradientDescentParameters
operation. - An instance of ‘RetrieveTPUEmbeddingStochasticGradientDescentParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reverse
operation. - An instance of ‘Reverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReverseSequence
operation. - An instance of ‘ReverseSequence’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReverseV2
operation. - An instance of ‘ReverseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RewriteDataset
operation. - An instance of ‘RewriteDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RightShift
operation. - An instance of ‘RightShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rint
operation. - An instance of ‘Rint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscAbs
operation. - An instance of ‘RiscAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscAdd
operation. - An instance of ‘RiscAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBinaryArithmetic
operation. - An instance of ‘RiscBinaryArithmetic’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBinaryComparison
operation. - An instance of ‘RiscBinaryComparison’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBitcast
operation. - An instance of ‘RiscBitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBroadcast
operation. - An instance of ‘RiscBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCast
operation. - An instance of ‘RiscCast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCeil
operation. - An instance of ‘RiscCeil’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCholesky
operation. - An instance of ‘RiscCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscConcat
operation. - An instance of ‘RiscConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCondition
operation. - An instance of ‘RiscCondition’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscConv
operation. - An instance of ‘RiscConv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCos
operation. - An instance of ‘RiscCos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscDiv
operation. - An instance of ‘RiscDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscDot
operation. - An instance of ‘RiscDot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscExp
operation. - An instance of ‘RiscExp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscFft
operation. - An instance of ‘RiscFft’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscFloor
operation. - An instance of ‘RiscFloor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscGather
operation. - An instance of ‘RiscGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscImag
operation. - An instance of ‘RiscImag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscIsFinite
operation. - An instance of ‘RiscIsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLog
operation. - An instance of ‘RiscLog’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogicalAnd
operation. - An instance of ‘RiscLogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogicalNot
operation. - An instance of ‘RiscLogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogicalOr
operation. - An instance of ‘RiscLogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscMax
operation. - An instance of ‘RiscMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscMin
operation. - An instance of ‘RiscMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscMul
operation. - An instance of ‘RiscMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscNeg
operation. - An instance of ‘RiscNeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscPad
operation. - An instance of ‘RiscPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscPool
operation. - An instance of ‘RiscPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscPow
operation. - An instance of ‘RiscPow’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscRandomUniform
operation. - An instance of ‘RiscRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReal
operation. - An instance of ‘RiscReal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReduce
operation. - An instance of ‘RiscReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscRem
operation. - An instance of ‘RiscRem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReshape
operation. - An instance of ‘RiscReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReverse
operation. - An instance of ‘RiscReverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscScatter
operation. - An instance of ‘RiscScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscShape
operation. - An instance of ‘RiscShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSign
operation. - An instance of ‘RiscSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSlice
operation. - An instance of ‘RiscSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSort
operation. - An instance of ‘RiscSort’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSqueeze
operation. - An instance of ‘RiscSqueeze’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSub
operation. - An instance of ‘RiscSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscTranspose
operation. - An instance of ‘RiscTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscTriangularSolve
operation. - An instance of ‘RiscTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscUnary
operation. - An instance of ‘RiscUnary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscWhile
operation. - An instance of ‘RiscWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RngReadAndSkip
operation. - An instance of ‘RngReadAndSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RngSkip
operation. - An instance of ‘RngSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Roll
operation. - An instance of ‘Roll’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Round
operation. - An instance of ‘Round’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rsqrt
operation. - Builder for the
RsqrtGrad
operation. - An instance of ‘RsqrtGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Rsqrt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SampleDistortedBoundingBox
operation. - An instance of ‘SampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SampleDistortedBoundingBoxV2
operation. - An instance of ‘SampleDistortedBoundingBoxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SamplingDataset
operation. - An instance of ‘SamplingDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Save
operation. - Builder for the
SaveDataset
operation. - An instance of ‘SaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SaveDatasetV2
operation. - An instance of ‘SaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Save’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SaveSlices
operation. - An instance of ‘SaveSlices’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SaveV2
operation. - An instance of ‘SaveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScalarSummary
operation. - An instance of ‘ScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScaleAndTranslate
operation. - Builder for the
ScaleAndTranslateGrad
operation. - An instance of ‘ScaleAndTranslateGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ScaleAndTranslate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScanDataset
operation. - An instance of ‘ScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterAdd
operation. - An instance of ‘ScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterDiv
operation. - An instance of ‘ScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterMax
operation. - An instance of ‘ScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterMin
operation. - An instance of ‘ScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterMul
operation. - An instance of ‘ScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNd
operation. - Builder for the
ScatterNdAdd
operation. - An instance of ‘ScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ScatterNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdMax
operation. - An instance of ‘ScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdMin
operation. - An instance of ‘ScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdNonAliasingAdd
operation. - An instance of ‘ScatterNdNonAliasingAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdSub
operation. - An instance of ‘ScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdUpdate
operation. - An instance of ‘ScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterSub
operation. - An instance of ‘ScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterUpdate
operation. - An instance of ‘ScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaFprint
operation. - An instance of ‘SdcaFprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaOptimizer
operation. - An instance of ‘SdcaOptimizer’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaOptimizerV2
operation. - An instance of ‘SdcaOptimizerV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaShrinkL1
operation. - An instance of ‘SdcaShrinkL1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMax
operation. - An instance of ‘SegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMaxV2
operation. - An instance of ‘SegmentMaxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMean
operation. - An instance of ‘SegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMin
operation. - An instance of ‘SegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMinV2
operation. - An instance of ‘SegmentMinV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentProd
operation. - An instance of ‘SegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentProdV2
operation. - An instance of ‘SegmentProdV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentSum
operation. - An instance of ‘SegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentSumV2
operation. - An instance of ‘SegmentSumV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Select
operation. - An instance of ‘Select’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SelectV2
operation. - An instance of ‘SelectV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SelfAdjointEig
operation. - An instance of ‘SelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SelfAdjointEigV2
operation. - An instance of ‘SelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Selu
operation. - Builder for the
SeluGrad
operation. - An instance of ‘SeluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Selu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Send
operation. - An instance of ‘Send’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SendTPUEmbeddingGradients
operation. - An instance of ‘SendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeIterator
operation. - An instance of ‘SerializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeManySparse
operation. - An instance of ‘SerializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeSparse
operation. - An instance of ‘SerializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeTensor
operation. - An instance of ‘SerializeTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SetSize
operation. - An instance of ‘SetSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SetStatsAggregatorDataset
operation. - An instance of ‘SetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Shape
operation. - An instance of ‘Shape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShapeN
operation. - An instance of ‘ShapeN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShardDataset
operation. - An instance of ‘ShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShardedFilename
operation. - An instance of ‘ShardedFilename’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShardedFilespec
operation. - An instance of ‘ShardedFilespec’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleAndRepeatDataset
operation. - An instance of ‘ShuffleAndRepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleAndRepeatDatasetV2
operation. - An instance of ‘ShuffleAndRepeatDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleDataset
operation. - An instance of ‘ShuffleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleDatasetV2
operation. - An instance of ‘ShuffleDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleDatasetV3
operation. - An instance of ‘ShuffleDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShutdownDistributedTPU
operation. - An instance of ‘ShutdownDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShutdownTPUSystem
operation. - An instance of ‘ShutdownTPUSystem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sigmoid
operation. - Builder for the
SigmoidGrad
operation. - An instance of ‘SigmoidGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Sigmoid’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sign
operation. - An instance of ‘Sign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sin
operation. - An instance of ‘Sin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sinh
operation. - An instance of ‘Sinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Size
operation. - An instance of ‘Size’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SkipDataset
operation. - An instance of ‘SkipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Skipgram
operation. - An instance of ‘Skipgram’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SleepDataset
operation. - An instance of ‘SleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Slice
operation. - An instance of ‘Slice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SlidingWindowDataset
operation. - An instance of ‘SlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Snapshot
operation. - Builder for the
SnapshotChunkDataset
operation. - An instance of ‘SnapshotChunkDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotDataset
operation. - An instance of ‘SnapshotDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotDatasetReader
operation. - An instance of ‘SnapshotDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotDatasetV2
operation. - An instance of ‘SnapshotDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Snapshot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotNestedDatasetReader
operation. - An instance of ‘SnapshotNestedDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SobolSample
operation. - An instance of ‘SobolSample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Softmax
operation. - Builder for the
SoftmaxCrossEntropyWithLogits
operation. - An instance of ‘SoftmaxCrossEntropyWithLogits’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Softmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Softplus
operation. - Builder for the
SoftplusGrad
operation. - An instance of ‘SoftplusGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Softplus’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Softsign
operation. - Builder for the
SoftsignGrad
operation. - An instance of ‘SoftsignGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Softsign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SpaceToBatch
operation. - An instance of ‘SpaceToBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SpaceToBatchND
operation. - An instance of ‘SpaceToBatchND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SpaceToDepth
operation. - An instance of ‘SpaceToDepth’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseAccumulatorApplyGradient
operation. - An instance of ‘SparseAccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseAccumulatorTakeGradient
operation. - An instance of ‘SparseAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseAdd
operation. - Builder for the
SparseAddGrad
operation. - An instance of ‘SparseAddGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyAdadelta
operation. - An instance of ‘SparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyAdagrad
operation. - Builder for the
SparseApplyAdagradDA
operation. - An instance of ‘SparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyAdagradV2
operation. - An instance of ‘SparseApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyCenteredRMSProp
operation. - An instance of ‘SparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyFtrl
operation. - An instance of ‘SparseApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyFtrlV2
operation. - An instance of ‘SparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyMomentum
operation. - An instance of ‘SparseApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyProximalAdagrad
operation. - An instance of ‘SparseApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyProximalGradientDescent
operation. - An instance of ‘SparseApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyRMSProp
operation. - An instance of ‘SparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseBincount
operation. - An instance of ‘SparseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseConcat
operation. - An instance of ‘SparseConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseConditionalAccumulator
operation. - An instance of ‘SparseConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseCountSparseOutput
operation. - An instance of ‘SparseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseCross
operation. - Builder for the
SparseCrossHashed
operation. - An instance of ‘SparseCrossHashed’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseCrossV2
operation. - An instance of ‘SparseCrossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseDenseCwiseAdd
operation. - An instance of ‘SparseDenseCwiseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseDenseCwiseDiv
operation. - An instance of ‘SparseDenseCwiseDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseDenseCwiseMul
operation. - An instance of ‘SparseDenseCwiseMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseFillEmptyRows
operation. - Builder for the
SparseFillEmptyRowsGrad
operation. - An instance of ‘SparseFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatMul
operation. - An instance of ‘SparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixAdd
operation. - An instance of ‘SparseMatrixAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixMatMul
operation. - An instance of ‘SparseMatrixMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixMul
operation. - An instance of ‘SparseMatrixMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixNNZ
operation. - An instance of ‘SparseMatrixNNZ’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixOrderingAMD
operation. - An instance of ‘SparseMatrixOrderingAMD’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixSoftmax
operation. - Builder for the
SparseMatrixSoftmaxGrad
operation. - An instance of ‘SparseMatrixSoftmaxGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseMatrixSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixSparseCholesky
operation. - An instance of ‘SparseMatrixSparseCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixSparseMatMul
operation. - An instance of ‘SparseMatrixSparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixTranspose
operation. - An instance of ‘SparseMatrixTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixZeros
operation. - An instance of ‘SparseMatrixZeros’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceMax
operation. - An instance of ‘SparseReduceMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceMaxSparse
operation. - An instance of ‘SparseReduceMaxSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceSum
operation. - An instance of ‘SparseReduceSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceSumSparse
operation. - An instance of ‘SparseReduceSumSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReorder
operation. - An instance of ‘SparseReorder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReshape
operation. - An instance of ‘SparseReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentMean
operation. - Builder for the
SparseSegmentMeanGrad
operation. - An instance of ‘SparseSegmentMeanGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentMeanWithNumSegments
operation. - An instance of ‘SparseSegmentMeanWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSqrtN
operation. - Builder for the
SparseSegmentSqrtNGrad
operation. - An instance of ‘SparseSegmentSqrtNGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSegmentSqrtN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSqrtNWithNumSegments
operation. - An instance of ‘SparseSegmentSqrtNWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSum
operation. - Builder for the
SparseSegmentSumGrad
operation. - An instance of ‘SparseSegmentSumGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSumWithNumSegments
operation. - An instance of ‘SparseSegmentSumWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSlice
operation. - Builder for the
SparseSliceGrad
operation. - An instance of ‘SparseSliceGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSoftmax
operation. - Builder for the
SparseSoftmaxCrossEntropyWithLogits
operation. - An instance of ‘SparseSoftmaxCrossEntropyWithLogits’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSparseMaximum
operation. - An instance of ‘SparseSparseMaximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSparseMinimum
operation. - An instance of ‘SparseSparseMinimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSplit
operation. - An instance of ‘SparseSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorDenseAdd
operation. - An instance of ‘SparseTensorDenseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorDenseMatMul
operation. - An instance of ‘SparseTensorDenseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorSliceDataset
operation. - An instance of ‘SparseTensorSliceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorToCSRSparseMatrix
operation. - An instance of ‘SparseTensorToCSRSparseMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseToDense
operation. - An instance of ‘SparseToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseToSparseSetOperation
operation. - An instance of ‘SparseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Spence
operation. - An instance of ‘Spence’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Split
operation. - Builder for the
SplitDedupData
operation. - An instance of ‘SplitDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Split’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SplitV
operation. - An instance of ‘SplitV’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SqlDataset
operation. - An instance of ‘SqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sqrt
operation. - Builder for the
SqrtGrad
operation. - An instance of ‘SqrtGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Sqrt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Square
operation. - An instance of ‘Square’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SquaredDifference
operation. - An instance of ‘SquaredDifference’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Squeeze
operation. - An instance of ‘Squeeze’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Stack
operation. - Builder for the
StackClose
operation. - An instance of ‘StackClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackCloseV2
operation. - An instance of ‘StackCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Stack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPop
operation. - An instance of ‘StackPop’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPopV2
operation. - An instance of ‘StackPopV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPush
operation. - An instance of ‘StackPush’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPushV2
operation. - An instance of ‘StackPushV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackV2
operation. - An instance of ‘StackV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Stage
operation. - Builder for the
StageClear
operation. - An instance of ‘StageClear’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Stage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StagePeek
operation. - An instance of ‘StagePeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StageSize
operation. - An instance of ‘StageSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulPartitionedCall
operation. - An instance of ‘StatefulPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulRandomBinomial
operation. - An instance of ‘StatefulRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulStandardNormal
operation. - An instance of ‘StatefulStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulStandardNormalV2
operation. - An instance of ‘StatefulStandardNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulTruncatedNormal
operation. - An instance of ‘StatefulTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulUniform
operation. - Builder for the
StatefulUniformFullInt
operation. - An instance of ‘StatefulUniformFullInt’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StatefulUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulUniformInt
operation. - An instance of ‘StatefulUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessCase
operation. - An instance of ‘StatelessCase’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessIf
operation. - An instance of ‘StatelessIf’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessMultinomial
operation. - An instance of ‘StatelessMultinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessParameterizedTruncatedNormal
operation. - An instance of ‘StatelessParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomBinomial
operation. - An instance of ‘StatelessRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGammaV2
operation. - An instance of ‘StatelessRandomGammaV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGammaV3
operation. - An instance of ‘StatelessRandomGammaV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGetAlg
operation. - An instance of ‘StatelessRandomGetAlg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGetKeyCounter
operation. - Builder for the
StatelessRandomGetKeyCounterAlg
operation. - An instance of ‘StatelessRandomGetKeyCounterAlg’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StatelessRandomGetKeyCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomNormal
operation. - An instance of ‘StatelessRandomNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomNormalV2
operation. - An instance of ‘StatelessRandomNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomPoisson
operation. - An instance of ‘StatelessRandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniform
operation. - Builder for the
StatelessRandomUniformFullInt
operation. - An instance of ‘StatelessRandomUniformFullInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformFullIntV2
operation. - An instance of ‘StatelessRandomUniformFullIntV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StatelessRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformInt
operation. - An instance of ‘StatelessRandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformIntV2
operation. - An instance of ‘StatelessRandomUniformIntV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformV2
operation. - An instance of ‘StatelessRandomUniformV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessSampleDistortedBoundingBox
operation. - An instance of ‘StatelessSampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessShuffle
operation. - An instance of ‘StatelessShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessTruncatedNormal
operation. - An instance of ‘StatelessTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessTruncatedNormalV2
operation. - An instance of ‘StatelessTruncatedNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessWhile
operation. - An instance of ‘StatelessWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StaticRegexFullMatch
operation. - An instance of ‘StaticRegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StaticRegexReplace
operation. - An instance of ‘StaticRegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorHandle
operation. - An instance of ‘StatsAggregatorHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorHandleV2
operation. - An instance of ‘StatsAggregatorHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorSetSummaryWriter
operation. - An instance of ‘StatsAggregatorSetSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorSummary
operation. - An instance of ‘StatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StochasticCastToInt
operation. - An instance of ‘StochasticCastToInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StopGradient
operation. - An instance of ‘StopGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StridedSlice
operation. - Builder for the
StridedSliceAssign
operation. - An instance of ‘StridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StridedSliceGrad
operation. - An instance of ‘StridedSliceGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StridedSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringFormat
operation. - An instance of ‘StringFormat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringJoin
operation. - An instance of ‘StringJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringLength
operation. - An instance of ‘StringLength’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringLower
operation. - An instance of ‘StringLower’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringNGrams
operation. - An instance of ‘StringNGrams’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringSplit
operation. - An instance of ‘StringSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringSplitV2
operation. - An instance of ‘StringSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringStrip
operation. - An instance of ‘StringStrip’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringToHashBucket
operation. - Builder for the
StringToHashBucketFast
operation. - An instance of ‘StringToHashBucketFast’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StringToHashBucket’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringToHashBucketStrong
operation. - An instance of ‘StringToHashBucketStrong’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringToNumber
operation. - An instance of ‘StringToNumber’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringUpper
operation. - An instance of ‘StringUpper’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sub
operation. - An instance of ‘Sub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Substr
operation. - An instance of ‘Substr’ Operation with it’s Outputs and Inputs exposed as methods.
- SubtractDeprecatedBuilder for the
Sub
operation. - Builder for the
Sum
operation. - An instance of ‘Sum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SummaryWriter
operation. - An instance of ‘SummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Svd
operation. - An instance of ‘Svd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Switch
operation. - An instance of ‘Switch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SymbolicGradient
operation. - An instance of ‘SymbolicGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SyncDevice
operation. - An instance of ‘SyncDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TFRecordDataset
operation. - An instance of ‘TFRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TFRecordReader
operation. - An instance of ‘TFRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TFRecordReaderV2
operation. - An instance of ‘TFRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUCompilationResult
operation. - An instance of ‘TPUCompilationResult’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUCompile
operation. - An instance of ‘TPUCompile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUCompileSucceededAssert
operation. - An instance of ‘TPUCompileSucceededAssert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUEmbeddingActivations
operation. - An instance of ‘TPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUExecute
operation. - Builder for the
TPUExecuteAndUpdateVariables
operation. - An instance of ‘TPUExecuteAndUpdateVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘TPUExecute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUOrdinalSelector
operation. - An instance of ‘TPUOrdinalSelector’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedCall
operation. - An instance of ‘TPUPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedInput
operation. - An instance of ‘TPUPartitionedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedInputV2
operation. - An instance of ‘TPUPartitionedInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedOutput
operation. - An instance of ‘TPUPartitionedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedOutputV2
operation. - An instance of ‘TPUPartitionedOutputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReplicateMetadata
operation. - An instance of ‘TPUReplicateMetadata’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReplicatedInput
operation. - An instance of ‘TPUReplicatedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReplicatedOutput
operation. - An instance of ‘TPUReplicatedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReshardVariables
operation. - An instance of ‘TPUReshardVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPURoundRobin
operation. - An instance of ‘TPURoundRobin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TakeDataset
operation. - An instance of ‘TakeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TakeManySparseFromTensorsMap
operation. - An instance of ‘TakeManySparseFromTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TakeWhileDataset
operation. - An instance of ‘TakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Tan
operation. - An instance of ‘Tan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Tanh
operation. - Builder for the
TanhGrad
operation. - An instance of ‘TanhGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Tanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TemporaryVariable
operation. - An instance of ‘TemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArray
operation. - Builder for the
TensorArrayClose
operation. - An instance of ‘TensorArrayClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayCloseV2
operation. - An instance of ‘TensorArrayCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayCloseV3
operation. - An instance of ‘TensorArrayCloseV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayConcat
operation. - An instance of ‘TensorArrayConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayConcatV2
operation. - An instance of ‘TensorArrayConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayConcatV3
operation. - An instance of ‘TensorArrayConcatV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGather
operation. - An instance of ‘TensorArrayGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGatherV2
operation. - An instance of ‘TensorArrayGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGatherV3
operation. - An instance of ‘TensorArrayGatherV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGrad
operation. - An instance of ‘TensorArrayGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradV2
operation. - An instance of ‘TensorArrayGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradV3
operation. - An instance of ‘TensorArrayGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradWithShape
operation. - An instance of ‘TensorArrayGradWithShape’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘TensorArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayPack
operation. - An instance of ‘TensorArrayPack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayRead
operation. - An instance of ‘TensorArrayRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayReadV2
operation. - An instance of ‘TensorArrayReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayReadV3
operation. - An instance of ‘TensorArrayReadV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayScatter
operation. - An instance of ‘TensorArrayScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayScatterV2
operation. - An instance of ‘TensorArrayScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayScatterV3
operation. - An instance of ‘TensorArrayScatterV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySize
operation. - An instance of ‘TensorArraySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySizeV2
operation. - An instance of ‘TensorArraySizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySizeV3
operation. - An instance of ‘TensorArraySizeV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySplit
operation. - An instance of ‘TensorArraySplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySplitV2
operation. - An instance of ‘TensorArraySplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySplitV3
operation. - An instance of ‘TensorArraySplitV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayUnpack
operation. - An instance of ‘TensorArrayUnpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayV2
operation. - An instance of ‘TensorArrayV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayV3
operation. - An instance of ‘TensorArrayV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayWrite
operation. - An instance of ‘TensorArrayWrite’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayWriteV2
operation. - An instance of ‘TensorArrayWriteV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayWriteV3
operation. - An instance of ‘TensorArrayWriteV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorDataset
operation. - An instance of ‘TensorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListConcat
operation. - An instance of ‘TensorListConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListConcatLists
operation. - An instance of ‘TensorListConcatLists’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListConcatV2
operation. - An instance of ‘TensorListConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListElementShape
operation. - An instance of ‘TensorListElementShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListFromTensor
operation. - An instance of ‘TensorListFromTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListGather
operation. - An instance of ‘TensorListGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListGetItem
operation. - An instance of ‘TensorListGetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListLength
operation. - An instance of ‘TensorListLength’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListPopBack
operation. - An instance of ‘TensorListPopBack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListPushBack
operation. - Builder for the
TensorListPushBackBatch
operation. - An instance of ‘TensorListPushBackBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘TensorListPushBack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListReserve
operation. - An instance of ‘TensorListReserve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListResize
operation. - An instance of ‘TensorListResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListScatter
operation. - An instance of ‘TensorListScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListScatterIntoExistingList
operation. - An instance of ‘TensorListScatterIntoExistingList’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListScatterV2
operation. - An instance of ‘TensorListScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListSetItem
operation. - An instance of ‘TensorListSetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListSplit
operation. - An instance of ‘TensorListSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListStack
operation. - An instance of ‘TensorListStack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapErase
operation. - An instance of ‘TensorMapErase’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapHasKey
operation. - An instance of ‘TensorMapHasKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapInsert
operation. - An instance of ‘TensorMapInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapLookup
operation. - An instance of ‘TensorMapLookup’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapSize
operation. - An instance of ‘TensorMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapStackKeys
operation. - An instance of ‘TensorMapStackKeys’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterAdd
operation. - An instance of ‘TensorScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterMax
operation. - An instance of ‘TensorScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterMin
operation. - An instance of ‘TensorScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterSub
operation. - An instance of ‘TensorScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterUpdate
operation. - An instance of ‘TensorScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorSliceDataset
operation. - An instance of ‘TensorSliceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorStridedSliceUpdate
operation. - An instance of ‘TensorStridedSliceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorSummary
operation. - An instance of ‘TensorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorSummaryV2
operation. - An instance of ‘TensorSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TextLineDataset
operation. - An instance of ‘TextLineDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TextLineReader
operation. - An instance of ‘TextLineReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TextLineReaderV2
operation. - An instance of ‘TextLineReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ThreadPoolDataset
operation. - An instance of ‘ThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ThreadPoolHandle
operation. - An instance of ‘ThreadPoolHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ThreadUnsafeUnigramCandidateSampler
operation. - An instance of ‘ThreadUnsafeUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Tile
operation. - Builder for the
TileGrad
operation. - An instance of ‘TileGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Tile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Timestamp
operation. - An instance of ‘Timestamp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ToBool
operation. - An instance of ‘ToBool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopK
operation. - An instance of ‘TopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKUnique
operation. - An instance of ‘TopKUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKV2
operation. - An instance of ‘TopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKWithUnique
operation. - An instance of ‘TopKWithUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TpuHandleToProtoKey
operation. - An instance of ‘TpuHandleToProtoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Transpose
operation. - An instance of ‘Transpose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TridiagonalMatMul
operation. - An instance of ‘TridiagonalMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TridiagonalSolve
operation. - An instance of ‘TridiagonalSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TruncateDiv
operation. - An instance of ‘TruncateDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TruncateMod
operation. - An instance of ‘TruncateMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TruncatedNormal
operation. - An instance of ‘TruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unbatch
operation. - Builder for the
UnbatchDataset
operation. - An instance of ‘UnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnbatchGrad
operation. - An instance of ‘UnbatchGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Unbatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UncompressElement
operation. - An instance of ‘UncompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeDecode
operation. - An instance of ‘UnicodeDecode’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeDecodeWithOffsets
operation. - An instance of ‘UnicodeDecodeWithOffsets’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeEncode
operation. - An instance of ‘UnicodeEncode’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeScript
operation. - An instance of ‘UnicodeScript’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeTranscode
operation. - An instance of ‘UnicodeTranscode’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformCandidateSampler
operation. - An instance of ‘UniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformDequantize
operation. - An instance of ‘UniformDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantize
operation. - An instance of ‘UniformQuantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedAdd
operation. - An instance of ‘UniformQuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedClipByValue
operation. - An instance of ‘UniformQuantizedClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedConvolution
operation. - Builder for the
UniformQuantizedConvolutionHybrid
operation. - An instance of ‘UniformQuantizedConvolutionHybrid’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘UniformQuantizedConvolution’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedDot
operation. - Builder for the
UniformQuantizedDotHybrid
operation. - An instance of ‘UniformQuantizedDotHybrid’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘UniformQuantizedDot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformRequantize
operation. - An instance of ‘UniformRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unique
operation. - Builder for the
UniqueDataset
operation. - An instance of ‘UniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Unique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniqueV2
operation. - An instance of ‘UniqueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniqueWithCounts
operation. - An instance of ‘UniqueWithCounts’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniqueWithCountsV2
operation. - An instance of ‘UniqueWithCountsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unpack
operation. - An instance of ‘Unpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnravelIndex
operation. - An instance of ‘UnravelIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentJoin
operation. - An instance of ‘UnsortedSegmentJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentMax
operation. - An instance of ‘UnsortedSegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentMin
operation. - An instance of ‘UnsortedSegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentProd
operation. - An instance of ‘UnsortedSegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentSum
operation. - An instance of ‘UnsortedSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unstage
operation. - An instance of ‘Unstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnwrapDatasetVariant
operation. - An instance of ‘UnwrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UpperBound
operation. - An instance of ‘UpperBound’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VarHandleOp
operation. - An instance of ‘VarHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VarIsInitializedOp
operation. - An instance of ‘VarIsInitializedOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Variable
operation. - An instance of ‘Variable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VariableShape
operation. - An instance of ‘VariableShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VariableV2
operation. - An instance of ‘VariableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Where
operation. - An instance of ‘Where’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
While
operation. - An instance of ‘While’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WholeFileReader
operation. - An instance of ‘WholeFileReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WholeFileReaderV2
operation. - An instance of ‘WholeFileReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WindowDataset
operation. - An instance of ‘WindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WindowOp
operation. - An instance of ‘WindowOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WorkerHeartbeat
operation. - An instance of ‘WorkerHeartbeat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WrapDatasetVariant
operation. - An instance of ‘WrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteAudioSummary
operation. - An instance of ‘WriteAudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteFile
operation. - An instance of ‘WriteFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteGraphSummary
operation. - An instance of ‘WriteGraphSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteHistogramSummary
operation. - An instance of ‘WriteHistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteImageSummary
operation. - An instance of ‘WriteImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteRawProtoSummary
operation. - An instance of ‘WriteRawProtoSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteScalarSummary
operation. - An instance of ‘WriteScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteSummary
operation. - An instance of ‘WriteSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Xdivy
operation. - An instance of ‘Xdivy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaConcatND
operation. - An instance of ‘XlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaHostCompute
operation. - An instance of ‘XlaHostCompute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaRecvFromHost
operation. - An instance of ‘XlaRecvFromHost’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaRecvTPUEmbeddingActivations
operation. - An instance of ‘XlaRecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaRecvTPUEmbeddingDeduplicationData
operation. - An instance of ‘XlaRecvTPUEmbeddingDeduplicationData’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaSendTPUEmbeddingGradients
operation. - An instance of ‘XlaSendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaSendToHost
operation. - An instance of ‘XlaSendToHost’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaSplitND
operation. - An instance of ‘XlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Xlog1py
operation. - An instance of ‘Xlog1py’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Xlogy
operation. - An instance of ‘Xlogy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ZerosLike
operation. - An instance of ‘ZerosLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Zeta
operation. - An instance of ‘Zeta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ZipDataset
operation. - An instance of ‘ZipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Functions
- Shorthand for
Abort::new().build(scope)
. - Shorthand for
Abs::new().build(x, scope)
. - Shorthand for
AccumulateNV2::new().build(inputs, scope)
. - Shorthand for
AccumulatorApplyGradient::new().build(handle, local_step, gradient, scope)
. - Shorthand for
AccumulatorNumAccumulated::new().build(handle, scope)
. - Shorthand for
AccumulatorSetGlobalStep::new().build(handle, new_global_step, scope)
. - Shorthand for
AccumulatorTakeGradient::new().build(handle, num_required, scope)
. - Shorthand for
Acos::new().build(x, scope)
. - Shorthand for
Acosh::new().build(x, scope)
. - Shorthand for
Add::new().build(x, y, scope)
. - Shorthand for
AddManySparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - Shorthand for
AddN::new().build(inputs, scope)
. - Shorthand for
AddSparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - Shorthand for
AddV2::new().build(x, y, scope)
. - Shorthand for
AdjustContrast::new().build(images, contrast_factor, min_value, max_value, scope)
. - Shorthand for
AdjustContrastv2::new().build(images, contrast_factor, scope)
. - Shorthand for
AdjustHue::new().build(images, delta, scope)
. - Shorthand for
AdjustSaturation::new().build(images, scale, scope)
. - Shorthand for
All::new().build(input, reduction_indices, scope)
. - Shorthand for
AllCandidateSampler::new().build(true_classes, scope)
. - Shorthand for
AllToAll::new().build(input, group_assignment, scope)
. - Shorthand for
Angle::new().build(input, scope)
. - Shorthand for
AnonymousHashTable::new().build(scope)
. - Shorthand for
AnonymousIterator::new().build(scope)
. - Shorthand for
AnonymousIteratorV2::new().build(scope)
. - Shorthand for
AnonymousIteratorV3::new().build(scope)
. - Shorthand for
AnonymousMemoryCache::new().build(scope)
. - Shorthand for
AnonymousMultiDeviceIterator::new().build(scope)
. - Shorthand for
AnonymousMultiDeviceIteratorV3::new().build(scope)
. - Shorthand for
AnonymousMutableDenseHashTable::new().build(empty_key, deleted_key, scope)
. - Shorthand for
AnonymousMutableHashTable::new().build(scope)
. - Shorthand for
AnonymousMutableHashTableOfTensors::new().build(scope)
. - Shorthand for
AnonymousRandomSeedGenerator::new().build(seed, seed2, scope)
. - Shorthand for
AnonymousSeedGenerator::new().build(seed, seed2, reshuffle, scope)
. - Shorthand for
Any::new().build(input, reduction_indices, scope)
. - Shorthand for
ApplyAdaMax::new().build(var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, scope)
. - Shorthand for
ApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, scope)
. - Shorthand for
ApplyAdagrad::new().build(var, accum, lr, grad, scope)
. - Shorthand for
ApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, lr, l1, l2, global_step, scope)
. - Shorthand for
ApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, scope)
. - Shorthand for
ApplyAdam::new().build(var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope)
. - Shorthand for
ApplyAddSign::new().build(var, m, lr, alpha, sign_decay, beta, grad, scope)
. - Shorthand for
ApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - Shorthand for
ApplyFtrl::new().build(var, accum, linear, grad, lr, l1, l2, lr_power, scope)
. - Shorthand for
ApplyFtrlV2::new().build(var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - Shorthand for
ApplyGradientDescent::new().build(var, alpha, delta, scope)
. - Shorthand for
ApplyMomentum::new().build(var, accum, lr, grad, momentum, scope)
. - Shorthand for
ApplyPowerSign::new().build(var, m, lr, logbase, sign_decay, beta, grad, scope)
. - Shorthand for
ApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, scope)
. - Shorthand for
ApplyProximalGradientDescent::new().build(var, alpha, l1, l2, delta, scope)
. - Shorthand for
ApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - Shorthand for
ApproxTopK::new().build(input, scope)
. - Shorthand for
ApproximateEqual::new().build(x, y, scope)
. - Shorthand for
ArgMax::new().build(input, dimension, scope)
. - Shorthand for
ArgMin::new().build(input, dimension, scope)
. - Shorthand for
AsString::new().build(input, scope)
. - Shorthand for
Asin::new().build(x, scope)
. - Shorthand for
Asinh::new().build(x, scope)
. - Shorthand for
Assert::new().build(condition, data, scope)
. - Shorthand for
AssertCardinalityDataset::new().build(input_dataset, cardinality, scope)
. - Shorthand for
AssertNextDataset::new().build(input_dataset, transformations, scope)
. - Shorthand for
AssertPrevDataset::new().build(input_dataset, transformations, scope)
. - Shorthand for
Assign::new().build(ref_, value, scope)
. - Shorthand for
AssignAdd::new().build(ref_, value, scope)
. - Shorthand for
AssignAddVariableOp::new().build(resource, value, scope)
. - Shorthand for
AssignSub::new().build(ref_, value, scope)
. - Shorthand for
AssignSubVariableOp::new().build(resource, value, scope)
. - Shorthand for
AssignVariableOp::new().build(resource, value, scope)
. - Shorthand for
AssignVariableXlaConcatND::new().build(resource, inputs, scope)
. - Shorthand for
Atan::new().build(x, scope)
. - Shorthand for
Atan2::new().build(y, x, scope)
. - Shorthand for
Atanh::new().build(x, scope)
. - Shorthand for
AudioSpectrogram::new().build(input, scope)
. - Shorthand for
AudioSummary::new().build(tag, tensor, scope)
. - Shorthand for
AudioSummaryV2::new().build(tag, tensor, sample_rate, scope)
. - Shorthand for
AutoShardDataset::new().build(input_dataset, num_workers, index, scope)
. - Shorthand for
AvgPool::new().build(value, scope)
. - Shorthand for
AvgPool3D::new().build(input, scope)
. - Shorthand for
AvgPool3DGrad::new().build(orig_input_shape, grad, scope)
. - Shorthand for
AvgPoolGrad::new().build(orig_input_shape, grad, scope)
. - Shorthand for
BandedTriangularSolve::new().build(matrix, rhs, scope)
. - Shorthand for
Barrier::new().build(scope)
. - Shorthand for
BarrierClose::new().build(handle, scope)
. - Shorthand for
BarrierIncompleteSize::new().build(handle, scope)
. - Shorthand for
BarrierInsertMany::new().build(handle, keys, values, scope)
. - Shorthand for
BarrierReadySize::new().build(handle, scope)
. - Shorthand for
BarrierTakeMany::new().build(handle, num_elements, scope)
. - Shorthand for
Batch::new().build(in_tensors, scope)
. - Shorthand for
BatchCholesky::new().build(input, scope)
. - Shorthand for
BatchCholeskyGrad::new().build(l, grad, scope)
. - Shorthand for
BatchDataset::new().build(input_dataset, batch_size, scope)
. - Shorthand for
BatchDatasetV2::new().build(input_dataset, batch_size, drop_remainder, scope)
. - Shorthand for
BatchFFT::new().build(input, scope)
. - Shorthand for
BatchFFT2D::new().build(input, scope)
. - Shorthand for
BatchFFT3D::new().build(input, scope)
. - Shorthand for
BatchFunction::new().build(in_tensors, captured_tensors, scope)
. - Shorthand for
BatchIFFT::new().build(input, scope)
. - Shorthand for
BatchIFFT2D::new().build(input, scope)
. - Shorthand for
BatchIFFT3D::new().build(input, scope)
. - Shorthand for
BatchMatMul::new().build(x, y, scope)
. - Shorthand for
BatchMatMulV2::new().build(x, y, scope)
. - Shorthand for
BatchMatMulV3::new().build(x, y, scope)
. - Shorthand for
BatchMatrixBandPart::new().build(input, num_lower, num_upper, scope)
. - Shorthand for
BatchMatrixDeterminant::new().build(input, scope)
. - Shorthand for
BatchMatrixDiag::new().build(diagonal, scope)
. - Shorthand for
BatchMatrixDiagPart::new().build(input, scope)
. - Shorthand for
BatchMatrixInverse::new().build(input, scope)
. - Shorthand for
BatchMatrixSetDiag::new().build(input, diagonal, scope)
. - Shorthand for
BatchMatrixSolve::new().build(matrix, rhs, scope)
. - Shorthand for
BatchMatrixSolveLs::new().build(matrix, rhs, l2_regularizer, scope)
. - Shorthand for
BatchMatrixTriangularSolve::new().build(matrix, rhs, scope)
. - Shorthand for
BatchNormWithGlobalNormalization::new().build(t, m, v, beta, gamma, scope)
. - Shorthand for
BatchNormWithGlobalNormalizationGrad::new().build(t, m, v, gamma, backprop, scope)
. - Shorthand for
BatchSelfAdjointEig::new().build(input, scope)
. - Shorthand for
BatchSelfAdjointEigV2::new().build(input, scope)
. - Shorthand for
BatchSvd::new().build(input, scope)
. - Shorthand for
BatchToSpace::new().build(input, crops, scope)
. - Shorthand for
BatchToSpaceND::new().build(input, block_shape, crops, scope)
. - Shorthand for
BesselI0::new().build(x, scope)
. - Shorthand for
BesselI0e::new().build(x, scope)
. - Shorthand for
BesselI1::new().build(x, scope)
. - Shorthand for
BesselI1e::new().build(x, scope)
. - Shorthand for
BesselJ0::new().build(x, scope)
. - Shorthand for
BesselJ1::new().build(x, scope)
. - Shorthand for
BesselK0::new().build(x, scope)
. - Shorthand for
BesselK0e::new().build(x, scope)
. - Shorthand for
BesselK1::new().build(x, scope)
. - Shorthand for
BesselK1e::new().build(x, scope)
. - Shorthand for
BesselY0::new().build(x, scope)
. - Shorthand for
BesselY1::new().build(x, scope)
. - Shorthand for
Betainc::new().build(a, b, x, scope)
. - Shorthand for
BiasAdd::new().build(value, bias, scope)
. - Shorthand for
BiasAddGrad::new().build(out_backprop, scope)
. - Shorthand for
BiasAddV1::new().build(value, bias, scope)
. - Shorthand for
Bincount::new().build(arr, size, weights, scope)
. - Shorthand for
Bitcast::new().build(input, scope)
. - Shorthand for
BitwiseAnd::new().build(x, y, scope)
. - Shorthand for
BitwiseOr::new().build(x, y, scope)
. - Shorthand for
BitwiseXor::new().build(x, y, scope)
. - Shorthand for
BlockLSTM::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, scope)
. - Shorthand for
BlockLSTMGrad::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, h, cs_grad, h_grad, scope)
. - Shorthand for
BlockLSTMGradV2::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, h, cs_grad, h_grad, scope)
. - Shorthand for
BlockLSTMV2::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, scope)
. - Shorthand for
BoostedTreesAggregateStats::new().build(node_ids, gradients, hessians, feature, scope)
. - Shorthand for
BoostedTreesBucketize::new().build(float_values, bucket_boundaries, scope)
. - Shorthand for
BoostedTreesCalculateBestFeatureSplit::new().build(node_id_range, stats_summary, l1, l2, tree_complexity, min_node_weight, scope)
. - Shorthand for
BoostedTreesCalculateBestFeatureSplitV2::new().build(node_id_range, stats_summaries_list, split_types, candidate_feature_ids, l1, l2, tree_complexity, min_node_weight, scope)
. - Shorthand for
BoostedTreesCalculateBestGainsPerFeature::new().build(node_id_range, stats_summary_list, l1, l2, tree_complexity, min_node_weight, scope)
. - Shorthand for
BoostedTreesCenterBias::new().build(tree_ensemble_handle, mean_gradients, mean_hessians, l1, l2, scope)
. - Shorthand for
BoostedTreesCreateEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope)
. - Shorthand for
BoostedTreesCreateQuantileStreamResource::new().build(quantile_stream_resource_handle, epsilon, num_streams, scope)
. - Shorthand for
BoostedTreesDeserializeEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope)
. - Shorthand for
BoostedTreesEnsembleResourceHandleOp::new().build(scope)
. - Shorthand for
BoostedTreesExampleDebugOutputs::new().build(tree_ensemble_handle, bucketized_features, scope)
. - Shorthand for
BoostedTreesFlushQuantileSummaries::new().build(quantile_stream_resource_handle, scope)
. - Shorthand for
BoostedTreesGetEnsembleStates::new().build(tree_ensemble_handle, scope)
. - Shorthand for
BoostedTreesMakeQuantileSummaries::new().build(float_values, example_weights, epsilon, scope)
. - Shorthand for
BoostedTreesMakeStatsSummary::new().build(node_ids, gradients, hessians, bucketized_features_list, scope)
. - Shorthand for
BoostedTreesPredict::new().build(tree_ensemble_handle, bucketized_features, scope)
. - Shorthand for
BoostedTreesQuantileStreamResourceAddSummaries::new().build(quantile_stream_resource_handle, summaries, scope)
. - Shorthand for
BoostedTreesQuantileStreamResourceDeserialize::new().build(quantile_stream_resource_handle, bucket_boundaries, scope)
. - Shorthand for
BoostedTreesQuantileStreamResourceFlush::new().build(quantile_stream_resource_handle, num_buckets, scope)
. - Shorthand for
BoostedTreesQuantileStreamResourceGetBucketBoundaries::new().build(quantile_stream_resource_handle, scope)
. - Shorthand for
BoostedTreesQuantileStreamResourceHandleOp::new().build(scope)
. - Shorthand for
BoostedTreesSerializeEnsemble::new().build(tree_ensemble_handle, scope)
. - Shorthand for
BoostedTreesSparseAggregateStats::new().build(node_ids, gradients, hessians, feature_indices, feature_values, feature_shape, scope)
. - Shorthand for
BoostedTreesSparseCalculateBestFeatureSplit::new().build(node_id_range, stats_summary_indices, stats_summary_values, stats_summary_shape, l1, l2, tree_complexity, min_node_weight, scope)
. - Shorthand for
BoostedTreesTrainingPredict::new().build(tree_ensemble_handle, cached_tree_ids, cached_node_ids, bucketized_features, scope)
. - Shorthand for
BoostedTreesUpdateEnsemble::new().build(tree_ensemble_handle, feature_ids, node_ids, gains, thresholds, left_node_contribs, right_node_contribs, max_depth, learning_rate, scope)
. - Shorthand for
BoostedTreesUpdateEnsembleV2::new().build(tree_ensemble_handle, feature_ids, dimension_ids, node_ids, gains, thresholds, left_node_contribs, right_node_contribs, split_types, max_depth, learning_rate, pruning_mode, scope)
. - Shorthand for
BroadcastArgs::new().build(s0, s1, scope)
. - Shorthand for
BroadcastGradientArgs::new().build(s0, s1, scope)
. - Shorthand for
BroadcastTo::new().build(input, shape, scope)
. - Shorthand for
Bucketize::new().build(input, scope)
. - Shorthand for
BytesProducedStatsDataset::new().build(input_dataset, tag, scope)
. - Shorthand for
CacheDataset::new().build(input_dataset, filename, scope)
. - Shorthand for
CacheDatasetV2::new().build(input_dataset, filename, cache, scope)
. - Shorthand for
Case::new().build(branch_index, input, scope)
. - Shorthand for
Cast::new().build(x, scope)
. - Shorthand for
Ceil::new().build(x, scope)
. - Shorthand for
CheckNumerics::new().build(tensor, scope)
. - Shorthand for
CheckNumericsV2::new().build(tensor, scope)
. - Shorthand for
Cholesky::new().build(input, scope)
. - Shorthand for
CholeskyGrad::new().build(l, grad, scope)
. - Shorthand for
ChooseFastestBranchDataset::new().build(input_dataset, ratio_numerator, ratio_denominator, other_arguments, scope)
. - Shorthand for
ChooseFastestDataset::new().build(input_datasets, scope)
. - Shorthand for
ClipByValue::new().build(t, clip_value_min, clip_value_max, scope)
. - Shorthand for
CloseSummaryWriter::new().build(writer, scope)
. - Shorthand for
CollateTPUEmbeddingMemory::new().build(memory_configs, scope)
. - Shorthand for
CollectiveAllToAllV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - Shorthand for
CollectiveAllToAllV3::new().build(input, communicator, group_assignment, scope)
. - Shorthand for
CollectiveAssignGroupV2::new().build(group_assignment, device_index, base_key, scope)
. - Shorthand for
CollectiveBcastRecv::new().build(scope)
. - Shorthand for
CollectiveBcastRecvV2::new().build(group_size, group_key, instance_key, shape, scope)
. - Shorthand for
CollectiveBcastSend::new().build(input, scope)
. - Shorthand for
CollectiveBcastSendV2::new().build(input, group_size, group_key, instance_key, scope)
. - Shorthand for
CollectiveGather::new().build(input, scope)
. - Shorthand for
CollectiveGatherV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - Shorthand for
CollectiveInitializeCommunicator::new().build(group_key, rank, group_size, scope)
. - Shorthand for
CollectivePermute::new().build(input, source_target_pairs, scope)
. - Shorthand for
CollectiveReduce::new().build(input, scope)
. - Shorthand for
CollectiveReduceScatterV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - Shorthand for
CollectiveReduceV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - Shorthand for
CollectiveReduceV3::new().build(input, communicator, group_assignment, scope)
. - Shorthand for
CombinedNonMaxSuppression::new().build(boxes, scores, max_output_size_per_class, max_total_size, iou_threshold, score_threshold, scope)
. - Shorthand for
Complex::new().build(real, imag, scope)
. - Shorthand for
ComplexAbs::new().build(x, scope)
. - Shorthand for
CompositeTensorVariantFromComponents::new().build(components, scope)
. - Shorthand for
CompositeTensorVariantToComponents::new().build(encoded, scope)
. - Shorthand for
CompressElement::new().build(components, scope)
. - Shorthand for
ComputeAccidentalHits::new().build(true_classes, sampled_candidates, scope)
. - Shorthand for
ComputeBatchSize::new().build(input_dataset, scope)
. - Shorthand for
ComputeDedupDataTupleMask::new().build(scope)
. - Shorthand for
Concat::new().build(concat_dim, values, scope)
. - Shorthand for
ConcatOffset::new().build(concat_dim, shape, scope)
. - Shorthand for
ConcatV2::new().build(values, axis, scope)
. - Shorthand for
ConcatenateDataset::new().build(input_dataset, another_dataset, scope)
. - Shorthand for
ConditionalAccumulator::new().build(scope)
. - Shorthand for
ConfigureAndInitializeGlobalTPU::new().build(scope)
. - Shorthand for
ConfigureDistributedTPU::new().build(scope)
. - Shorthand for
ConfigureTPUEmbedding::new().build(scope)
. - Shorthand for
ConfigureTPUEmbeddingHost::new().build(common_config, memory_config, scope)
. - Shorthand for
ConfigureTPUEmbeddingMemory::new().build(common_config, scope)
. - Shorthand for
Conj::new().build(input, scope)
. - Shorthand for
ConjugateTranspose::new().build(x, perm, scope)
. - Shorthand for
ConnectTPUEmbeddingHosts::new().build(network_configs, scope)
. - Shorthand for
Const::new().build(scope)
. - Creates a constant.
- Shorthand for
ConsumeMutexLock::new().build(mutex_lock, scope)
. - Shorthand for
ControlTrigger::new().build(scope)
. - Shorthand for
Conv2D::new().build(input, filter, scope)
. - Shorthand for
Conv2DBackpropFilter::new().build(input, filter_sizes, out_backprop, scope)
. - Shorthand for
Conv2DBackpropFilterV2::new().build(input, filter, out_backprop, scope)
. - Shorthand for
Conv2DBackpropInput::new().build(input_sizes, filter, out_backprop, scope)
. - Shorthand for
Conv2DBackpropInputV2::new().build(input, filter, out_backprop, scope)
. - Shorthand for
Conv3D::new().build(input, filter, scope)
. - Shorthand for
Conv3DBackpropFilter::new().build(input, filter, out_backprop, scope)
. - Shorthand for
Conv3DBackpropFilterV2::new().build(input, filter_sizes, out_backprop, scope)
. - Shorthand for
Conv3DBackpropInput::new().build(input, filter, out_backprop, scope)
. - Shorthand for
Conv3DBackpropInputV2::new().build(input_sizes, filter, out_backprop, scope)
. - Shorthand for
Copy::new().build(input, scope)
. - Shorthand for
CopyHost::new().build(input, scope)
. - Shorthand for
CopyToMesh::new().build(input, scope)
. - Shorthand for
CopyToMeshGrad::new().build(input, forward_input, scope)
. - Shorthand for
Cos::new().build(x, scope)
. - Shorthand for
Cosh::new().build(x, scope)
. - Shorthand for
CountUpTo::new().build(ref_, scope)
. - Shorthand for
CreateSummaryDbWriter::new().build(writer, db_uri, experiment_name, run_name, user_name, scope)
. - Shorthand for
CreateSummaryFileWriter::new().build(writer, logdir, max_queue, flush_millis, filename_suffix, scope)
. - Shorthand for
CropAndResize::new().build(image, boxes, box_ind, crop_size, scope)
. - Shorthand for
CropAndResizeGradBoxes::new().build(grads, image, boxes, box_ind, scope)
. - Shorthand for
CropAndResizeGradImage::new().build(grads, boxes, box_ind, image_size, scope)
. - Shorthand for
Cross::new().build(a, b, scope)
. - Shorthand for
CrossReplicaSum::new().build(input, group_assignment, scope)
. - Shorthand for
CSRSparseMatrixComponents::new().build(csr_sparse_matrix, index, scope)
. - Shorthand for
CSRSparseMatrixToDense::new().build(sparse_input, scope)
. - Shorthand for
CSRSparseMatrixToSparseTensor::new().build(sparse_matrix, scope)
. - Shorthand for
CSVDataset::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, scope)
. - Shorthand for
CSVDatasetV2::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, exclude_cols, scope)
. - Shorthand for
CTCBeamSearchDecoder::new().build(inputs, sequence_length, scope)
. - Shorthand for
CTCGreedyDecoder::new().build(inputs, sequence_length, scope)
. - Shorthand for
CTCLoss::new().build(inputs, labels_indices, labels_values, sequence_length, scope)
. - Shorthand for
CTCLossV2::new().build(inputs, labels_indices, labels_values, sequence_length, scope)
. - Shorthand for
CudnnRNN::new().build(input, input_h, input_c, params, scope)
. - Shorthand for
CudnnRNNBackprop::new().build(input, input_h, input_c, params, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, scope)
. - Shorthand for
CudnnRNNBackpropV2::new().build(input, input_h, input_c, params, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, scope)
. - Shorthand for
CudnnRNNBackpropV3::new().build(input, input_h, input_c, params, sequence_lengths, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, scope)
. - Shorthand for
CudnnRNNCanonicalToParams::new().build(num_layers, num_units, input_size, weights, biases, scope)
. - Shorthand for
CudnnRNNCanonicalToParamsV2::new().build(num_layers, num_units, input_size, weights, biases, scope)
. - Shorthand for
CudnnRNNParamsSize::new().build(num_layers, num_units, input_size, scope)
. - Shorthand for
CudnnRNNParamsToCanonical::new().build(num_layers, num_units, input_size, params, scope)
. - Shorthand for
CudnnRNNParamsToCanonicalV2::new().build(num_layers, num_units, input_size, params, scope)
. - Shorthand for
CudnnRNNV2::new().build(input, input_h, input_c, params, scope)
. - Shorthand for
CudnnRNNV3::new().build(input, input_h, input_c, params, sequence_lengths, scope)
. - Shorthand for
Cumprod::new().build(x, axis, scope)
. - Shorthand for
Cumsum::new().build(x, axis, scope)
. - Shorthand for
CumulativeLogsumexp::new().build(x, axis, scope)
. - Shorthand for
DataFormatDimMap::new().build(x, scope)
. - Shorthand for
DataFormatVecPermute::new().build(x, scope)
. - Shorthand for
DataServiceDataset::new().build(dataset_id, processing_mode, address, protocol, job_name, max_outstanding_requests, iteration_counter, scope)
. - Shorthand for
DataServiceDatasetV2::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
. - Shorthand for
DataServiceDatasetV3::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
. - Shorthand for
DataServiceDatasetV4::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
. - Shorthand for
DatasetCardinality::new().build(input_dataset, scope)
. - Shorthand for
DatasetFromGraph::new().build(graph_def, scope)
. - Shorthand for
DatasetToGraph::new().build(input_dataset, scope)
. - Shorthand for
DatasetToGraphV2::new().build(input_dataset, scope)
. - Shorthand for
DatasetToSingleElement::new().build(dataset, scope)
. - Shorthand for
DatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope)
. - Shorthand for
Dawsn::new().build(x, scope)
. - Shorthand for
DebugGradientIdentity::new().build(input, scope)
. - Shorthand for
DebugGradientRefIdentity::new().build(input, scope)
. - Shorthand for
DebugIdentity::new().build(input, scope)
. - Shorthand for
DebugIdentityV2::new().build(input, scope)
. - Shorthand for
DebugIdentityV3::new().build(input, scope)
. - Shorthand for
DebugNanCount::new().build(input, scope)
. - Shorthand for
DebugNumericSummary::new().build(input, scope)
. - Shorthand for
DebugNumericSummaryV2::new().build(input, scope)
. - Shorthand for
DecodeAndCropJpeg::new().build(contents, crop_window, scope)
. - Shorthand for
DecodeBase64::new().build(input, scope)
. - Shorthand for
DecodeBmp::new().build(contents, scope)
. - Shorthand for
DecodeCompressed::new().build(bytes, scope)
. - Shorthand for
DecodeCSV::new().build(records, record_defaults, scope)
. - Shorthand for
DecodeGif::new().build(contents, scope)
. - Shorthand for
DecodeImage::new().build(contents, scope)
. - Shorthand for
DecodeJpeg::new().build(contents, scope)
. - Shorthand for
DecodeJSONExample::new().build(json_examples, scope)
. - Shorthand for
DecodePaddedRaw::new().build(input_bytes, fixed_length, scope)
. - Shorthand for
DecodePng::new().build(contents, scope)
. - Shorthand for
DecodeProtoV2::new().build(bytes, scope)
. - Shorthand for
DecodeRaw::new().build(bytes, scope)
. - Shorthand for
DecodeWav::new().build(contents, scope)
. - Shorthand for
DeepCopy::new().build(x, scope)
. - Shorthand for
DeleteIterator::new().build(handle, deleter, scope)
. - Shorthand for
DeleteMemoryCache::new().build(handle, deleter, scope)
. - Shorthand for
DeleteMultiDeviceIterator::new().build(multi_device_iterator, iterators, deleter, scope)
. - Shorthand for
DeleteRandomSeedGenerator::new().build(handle, deleter, scope)
. - Shorthand for
DeleteSeedGenerator::new().build(handle, deleter, scope)
. - Shorthand for
DeleteSessionTensor::new().build(handle, scope)
. - Shorthand for
DenseBincount::new().build(input, size, weights, scope)
. - Shorthand for
DenseCountSparseOutput::new().build(values, weights, scope)
. - Shorthand for
DenseToCSRSparseMatrix::new().build(dense_input, indices, scope)
. - Shorthand for
DenseToDenseSetOperation::new().build(set1, set2, scope)
. - Shorthand for
DenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope)
. - Shorthand for
DenseToSparseSetOperation::new().build(set1, set2_indices, set2_values, set2_shape, scope)
. - Shorthand for
DepthToSpace::new().build(input, scope)
. - Shorthand for
DepthwiseConv2dNative::new().build(input, filter, scope)
. - Shorthand for
DepthwiseConv2dNativeBackpropFilter::new().build(input, filter_sizes, out_backprop, scope)
. - Shorthand for
DepthwiseConv2dNativeBackpropInput::new().build(input_sizes, filter, out_backprop, scope)
. - Shorthand for
Dequantize::new().build(input, min_range, max_range, scope)
. - Shorthand for
DeserializeIterator::new().build(resource_handle, serialized, scope)
. - Shorthand for
DeserializeManySparse::new().build(serialized_sparse, scope)
. - Shorthand for
DeserializeSparse::new().build(serialized_sparse, scope)
. - Shorthand for
DestroyResourceOp::new().build(resource, scope)
. - Shorthand for
DestroyTemporaryVariable::new().build(ref_, scope)
. - Shorthand for
DeviceIndex::new().build(scope)
. - Shorthand for
Diag::new().build(diagonal, scope)
. - Shorthand for
DiagPart::new().build(input, scope)
. - Shorthand for
Digamma::new().build(x, scope)
. - Shorthand for
Dilation2D::new().build(input, filter, scope)
. - Shorthand for
Dilation2DBackpropFilter::new().build(input, filter, out_backprop, scope)
. - Shorthand for
Dilation2DBackpropInput::new().build(input, filter, out_backprop, scope)
. - Shorthand for
DirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope)
. - Shorthand for
DisableCopyOnRead::new().build(resource, scope)
. - Shorthand for
DistributedSave::new().build(dataset, directory, address, scope)
. - Shorthand for
Div::new().build(x, y, scope)
. - Shorthand for
DivNoNan::new().build(x, y, scope)
. - Shorthand for
DrawBoundingBoxes::new().build(images, boxes, scope)
. - Shorthand for
DrawBoundingBoxesV2::new().build(images, boxes, colors, scope)
. - Shorthand for
DTensorRestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope)
. - Shorthand for
DTensorSetGlobalTPUArray::new().build(topology, scope)
. - Shorthand for
DummyIterationCounter::new().build(scope)
. - Shorthand for
DummyMemoryCache::new().build(scope)
. - Shorthand for
DummySeedGenerator::new().build(scope)
. - Shorthand for
DynamicEnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, device_ordinal, scope)
. - Shorthand for
DynamicPartition::new().build(data, partitions, scope)
. - Shorthand for
DynamicStitch::new().build(indices, data, scope)
. - Shorthand for
EagerPyFunc::new().build(input, scope)
. - Shorthand for
EditDistance::new().build(hypothesis_indices, hypothesis_values, hypothesis_shape, truth_indices, truth_values, truth_shape, scope)
. - Shorthand for
Eig::new().build(input, scope)
. - Shorthand for
Einsum::new().build(inputs, scope)
. - Shorthand for
Elu::new().build(features, scope)
. - Shorthand for
EluGrad::new().build(gradients, outputs, scope)
. - Shorthand for
Empty::new().build(shape, scope)
. - Shorthand for
EmptyTensorList::new().build(element_shape, max_num_elements, scope)
. - Shorthand for
EmptyTensorMap::new().build(scope)
. - Shorthand for
EncodeBase64::new().build(input, scope)
. - Shorthand for
EncodeJpeg::new().build(image, scope)
. - Shorthand for
EncodeJpegVariableQuality::new().build(images, quality, scope)
. - Shorthand for
EncodePng::new().build(image, scope)
. - Shorthand for
EncodeProto::new().build(sizes, values, scope)
. - Shorthand for
EncodeWav::new().build(audio, sample_rate, scope)
. - Shorthand for
EnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, scope)
. - Shorthand for
EnqueueTPUEmbeddingBatch::new().build(batch, mode_override, scope)
. - Shorthand for
EnqueueTPUEmbeddingIntegerBatch::new().build(batch, mode_override, scope)
. - Shorthand for
EnqueueTPUEmbeddingRaggedTensorBatch::new().build(sample_splits, embedding_indices, aggregation_weights, mode_override, scope)
. - Shorthand for
EnqueueTPUEmbeddingSparseBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope)
. - Shorthand for
EnqueueTPUEmbeddingSparseTensorBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope)
. - Shorthand for
EnsureShape::new().build(input, scope)
. - Shorthand for
Enter::new().build(data, scope)
. - Shorthand for
Equal::new().build(x, y, scope)
. - Shorthand for
Erf::new().build(x, scope)
. - Shorthand for
Erfc::new().build(x, scope)
. - Shorthand for
Erfinv::new().build(x, scope)
. - Shorthand for
EuclideanNorm::new().build(input, reduction_indices, scope)
. - Shorthand for
ExecuteTPUEmbeddingPartitioner::new().build(scope)
. - Shorthand for
Exit::new().build(data, scope)
. - Shorthand for
Exp::new().build(x, scope)
. - Shorthand for
ExpandDims::new().build(input, dim, scope)
. - Shorthand for
ExperimentalAssertNextDataset::new().build(input_dataset, transformations, scope)
. - Shorthand for
ExperimentalAutoShardDataset::new().build(input_dataset, num_workers, index, scope)
. - Shorthand for
ExperimentalBytesProducedStatsDataset::new().build(input_dataset, tag, scope)
. - Shorthand for
ExperimentalChooseFastestDataset::new().build(input_datasets, scope)
. - Shorthand for
ExperimentalCSVDataset::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, scope)
. - Shorthand for
ExperimentalDatasetCardinality::new().build(input_dataset, scope)
. - Shorthand for
ExperimentalDatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope)
. - Shorthand for
ExperimentalDenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope)
. - Shorthand for
ExperimentalDirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope)
. - Shorthand for
ExperimentalGroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope)
. - Shorthand for
ExperimentalGroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope)
. - Shorthand for
ExperimentalIgnoreErrorsDataset::new().build(input_dataset, scope)
. - Shorthand for
ExperimentalIteratorGetDevice::new().build(resource, scope)
. - Shorthand for
ExperimentalLatencyStatsDataset::new().build(input_dataset, tag, scope)
. - Shorthand for
ExperimentalLMDBDataset::new().build(filenames, scope)
. - Shorthand for
ExperimentalMapAndBatchDataset::new().build(input_dataset, other_arguments, batch_size, num_parallel_calls, drop_remainder, scope)
. - Shorthand for
ExperimentalMapDataset::new().build(input_dataset, other_arguments, scope)
. - Shorthand for
ExperimentalMatchingFilesDataset::new().build(patterns, scope)
. - Shorthand for
ExperimentalMaxIntraOpParallelismDataset::new().build(input_dataset, max_intra_op_parallelism, scope)
. - Shorthand for
ExperimentalNonSerializableDataset::new().build(input_dataset, scope)
. - Shorthand for
ExperimentalParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope)
. - Shorthand for
ExperimentalParseExampleDataset::new().build(input_dataset, num_parallel_calls, dense_defaults, scope)
. - Shorthand for
ExperimentalPrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope)
. - Shorthand for
ExperimentalRandomDataset::new().build(seed, seed2, scope)
. - Shorthand for
ExperimentalRebatchDataset::new().build(input_dataset, num_replicas, scope)
. - Shorthand for
ExperimentalScanDataset::new().build(input_dataset, initial_state, other_arguments, scope)
. - Shorthand for
ExperimentalSetStatsAggregatorDataset::new().build(input_dataset, stats_aggregator, tag, counter_prefix, scope)
. - Shorthand for
ExperimentalSleepDataset::new().build(input_dataset, sleep_microseconds, scope)
. - Shorthand for
ExperimentalSlidingWindowDataset::new().build(input_dataset, window_size, window_shift, window_stride, scope)
. - Shorthand for
ExperimentalSqlDataset::new().build(driver_name, data_source_name, query, scope)
. - Shorthand for
ExperimentalStatsAggregatorHandle::new().build(scope)
. - Shorthand for
ExperimentalStatsAggregatorSummary::new().build(iterator, scope)
. - Shorthand for
ExperimentalTakeWhileDataset::new().build(input_dataset, other_arguments, scope)
. - Shorthand for
ExperimentalThreadPoolDataset::new().build(input_dataset, thread_pool, scope)
. - Shorthand for
ExperimentalThreadPoolHandle::new().build(scope)
. - Shorthand for
ExperimentalUnbatchDataset::new().build(input_dataset, scope)
. - Shorthand for
ExperimentalUniqueDataset::new().build(input_dataset, scope)
. - Shorthand for
Expint::new().build(x, scope)
. - Shorthand for
Expm1::new().build(x, scope)
. - Shorthand for
ExtractGlimpse::new().build(input, size, offsets, scope)
. - Shorthand for
ExtractGlimpseV2::new().build(input, size, offsets, scope)
. - Shorthand for
ExtractImagePatches::new().build(images, scope)
. - Shorthand for
ExtractJpegShape::new().build(contents, scope)
. - Shorthand for
ExtractVolumePatches::new().build(input, scope)
. - Shorthand for
Fact::new().build(scope)
. - Shorthand for
FakeParam::new().build(scope)
. - Shorthand for
FakeQuantWithMinMaxArgs::new().build(inputs, scope)
. - Shorthand for
FakeQuantWithMinMaxArgsGradient::new().build(gradients, inputs, scope)
. - Shorthand for
FakeQuantWithMinMaxVars::new().build(inputs, min, max, scope)
. - Shorthand for
FakeQuantWithMinMaxVarsGradient::new().build(gradients, inputs, min, max, scope)
. - Shorthand for
FakeQuantWithMinMaxVarsPerChannel::new().build(inputs, min, max, scope)
. - Shorthand for
FakeQuantWithMinMaxVarsPerChannelGradient::new().build(gradients, inputs, min, max, scope)
. - Shorthand for
FakeQueue::new().build(resource, scope)
. - Shorthand for
FFT::new().build(input, scope)
. - Shorthand for
FFT2D::new().build(input, scope)
. - Shorthand for
FFT3D::new().build(input, scope)
. - Shorthand for
FIFOQueue::new().build(scope)
. - Shorthand for
FIFOQueueV2::new().build(scope)
. - Shorthand for
FileSystemSetConfiguration::new().build(scheme, key, value, scope)
. - Shorthand for
Fill::new().build(dims, value, scope)
. - Shorthand for
FilterByLastComponentDataset::new().build(input_dataset, scope)
. - Shorthand for
FilterDataset::new().build(input_dataset, other_arguments, scope)
. - Shorthand for
FinalizeDataset::new().build(input_dataset, scope)
. - Shorthand for
FinalizeTPUEmbedding::new().build(common_config, memory_config, scope)
. - Shorthand for
Fingerprint::new().build(data, method, scope)
. - Shorthand for
FixedLengthRecordDataset::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, scope)
. - Shorthand for
FixedLengthRecordDatasetV2::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, compression_type, scope)
. - Shorthand for
FixedLengthRecordReader::new().build(scope)
. - Shorthand for
FixedLengthRecordReaderV2::new().build(scope)
. - Shorthand for
FixedUnigramCandidateSampler::new().build(true_classes, scope)
. - Shorthand for
FlatMapDataset::new().build(input_dataset, other_arguments, scope)
. - Shorthand for
Floor::new().build(x, scope)
. - Shorthand for
FloorDiv::new().build(x, y, scope)
. - Shorthand for
FloorMod::new().build(x, y, scope)
. - Shorthand for
FlushSummaryWriter::new().build(writer, scope)
. - Shorthand for
For::new().build(start, limit, delta, input, scope)
. - Shorthand for
FractionalAvgPool::new().build(value, scope)
. - Shorthand for
FractionalAvgPoolGrad::new().build(orig_input_tensor_shape, out_backprop, row_pooling_sequence, col_pooling_sequence, scope)
. - Shorthand for
FractionalMaxPool::new().build(value, scope)
. - Shorthand for
FractionalMaxPoolGrad::new().build(orig_input, orig_output, out_backprop, row_pooling_sequence, col_pooling_sequence, scope)
. - Shorthand for
FresnelCos::new().build(x, scope)
. - Shorthand for
FresnelSin::new().build(x, scope)
. - Shorthand for
FusedBatchNorm::new().build(x, scale, offset, mean, variance, scope)
. - Shorthand for
FusedBatchNormGrad::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope)
. - Shorthand for
FusedBatchNormGradV2::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope)
. - Shorthand for
FusedBatchNormGradV3::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, reserve_space_3, scope)
. - Shorthand for
FusedBatchNormV2::new().build(x, scale, offset, mean, variance, scope)
. - Shorthand for
FusedBatchNormV3::new().build(x, scale, offset, mean, variance, scope)
. - Shorthand for
FusedPadConv2D::new().build(input, paddings, filter, scope)
. - Shorthand for
FusedResizeAndPadConv2D::new().build(input, size, paddings, filter, scope)
. - Shorthand for
Gather::new().build(params, indices, scope)
. - Shorthand for
GatherNd::new().build(params, indices, scope)
. - Shorthand for
GatherV2::new().build(params, indices, axis, scope)
. - Shorthand for
GenerateBoundingBoxProposals::new().build(scores, bbox_deltas, image_info, anchors, nms_threshold, pre_nms_topn, min_size, scope)
. - Shorthand for
GenerateVocabRemapping::new().build(new_vocab_file, old_vocab_file, scope)
. - Shorthand for
GeneratorDataset::new().build(init_func_other_args, next_func_other_args, finalize_func_other_args, scope)
. - Shorthand for
GetElementAtIndex::new().build(dataset, index, scope)
. - Shorthand for
GetOptions::new().build(input_dataset, scope)
. - Shorthand for
GetSessionHandle::new().build(value, scope)
. - Shorthand for
GetSessionHandleV2::new().build(value, scope)
. - Shorthand for
GetSessionTensor::new().build(handle, scope)
. - Shorthand for
Greater::new().build(x, y, scope)
. - Shorthand for
GreaterEqual::new().build(x, y, scope)
. - Shorthand for
GroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope)
. - Shorthand for
GroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope)
. - Shorthand for
GRUBlockCell::new().build(x, h_prev, w_ru, w_c, b_ru, b_c, scope)
. - Shorthand for
GRUBlockCellGrad::new().build(x, h_prev, w_ru, w_c, b_ru, b_c, r, u, c, d_h, scope)
. - Shorthand for
GuaranteeConst::new().build(input, scope)
. - Shorthand for
HashTable::new().build(scope)
. - Shorthand for
HashTableV2::new().build(scope)
. - Shorthand for
HistogramFixedWidth::new().build(values, value_range, nbins, scope)
. - Shorthand for
HistogramSummary::new().build(tag, values, scope)
. - Shorthand for
HostConst::new().build(scope)
. - Shorthand for
HSVToRGB::new().build(images, scope)
. - Shorthand for
Identity::new().build(input, scope)
. - Shorthand for
IdentityN::new().build(input, scope)
. - Shorthand for
IdentityReader::new().build(scope)
. - Shorthand for
IdentityReaderV2::new().build(scope)
. - Shorthand for
If::new().build(cond, input, scope)
. - Shorthand for
IFFT::new().build(input, scope)
. - Shorthand for
IFFT2D::new().build(input, scope)
. - Shorthand for
IFFT3D::new().build(input, scope)
. - Shorthand for
Igamma::new().build(a, x, scope)
. - Shorthand for
IgammaGradA::new().build(a, x, scope)
. - Shorthand for
Igammac::new().build(a, x, scope)
. - Shorthand for
IgnoreErrorsDataset::new().build(input_dataset, scope)
. - Shorthand for
Imag::new().build(input, scope)
. - Shorthand for
ImageProjectiveTransformV2::new().build(images, transforms, output_shape, scope)
. - Shorthand for
ImageProjectiveTransformV3::new().build(images, transforms, output_shape, fill_value, scope)
. - Shorthand for
ImageSummary::new().build(tag, tensor, scope)
. - Shorthand for
ImmutableConst::new().build(scope)
. - Shorthand for
ImportEvent::new().build(writer, event, scope)
. - Shorthand for
InTopK::new().build(predictions, targets, scope)
. - Shorthand for
InTopKV2::new().build(predictions, targets, k, scope)
. - Shorthand for
InfeedDequeue::new().build(scope)
. - Shorthand for
InfeedDequeueTuple::new().build(scope)
. - Shorthand for
InfeedEnqueue::new().build(input, scope)
. - Shorthand for
InfeedEnqueuePrelinearizedBuffer::new().build(input, scope)
. - Shorthand for
InfeedEnqueueTuple::new().build(inputs, scope)
. - Shorthand for
InitializeTable::new().build(table_handle, keys, values, scope)
. - Shorthand for
InitializeTableFromDataset::new().build(table_handle, dataset, scope)
. - Shorthand for
InitializeTableFromTextFile::new().build(table_handle, filename, scope)
. - Shorthand for
InitializeTableFromTextFileV2::new().build(table_handle, filename, scope)
. - Shorthand for
InitializeTableV2::new().build(table_handle, keys, values, scope)
. - Shorthand for
InplaceAdd::new().build(x, i, v, scope)
. - Shorthand for
InplaceSub::new().build(x, i, v, scope)
. - Shorthand for
InplaceUpdate::new().build(x, i, v, scope)
. - Shorthand for
InterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, scope)
. - Shorthand for
Inv::new().build(x, scope)
. - Shorthand for
InvGrad::new().build(y, dy, scope)
. - Shorthand for
Invert::new().build(x, scope)
. - Shorthand for
InvertPermutation::new().build(x, scope)
. - Shorthand for
IRFFT::new().build(input, fft_length, scope)
. - Shorthand for
IRFFT2D::new().build(input, fft_length, scope)
. - Shorthand for
IRFFT3D::new().build(input, fft_length, scope)
. - Shorthand for
IsBoostedTreesEnsembleInitialized::new().build(tree_ensemble_handle, scope)
. - Shorthand for
IsBoostedTreesQuantileStreamResourceInitialized::new().build(quantile_stream_resource_handle, scope)
. - Shorthand for
IsFinite::new().build(x, scope)
. - Shorthand for
IsInf::new().build(x, scope)
. - Shorthand for
IsNan::new().build(x, scope)
. - Shorthand for
IsTPUEmbeddingInitialized::new().build(scope)
. - Shorthand for
IsVariableInitialized::new().build(ref_, scope)
. - Shorthand for
IsotonicRegression::new().build(input, scope)
. - Shorthand for
Iterator::new().build(scope)
. - Shorthand for
IteratorFromStringHandle::new().build(string_handle, scope)
. - Shorthand for
IteratorFromStringHandleV2::new().build(string_handle, scope)
. - Shorthand for
IteratorGetDevice::new().build(resource, scope)
. - Shorthand for
IteratorGetNext::new().build(iterator, scope)
. - Shorthand for
IteratorGetNextAsOptional::new().build(iterator, scope)
. - Shorthand for
IteratorGetNextSync::new().build(iterator, scope)
. - Shorthand for
IteratorToStringHandle::new().build(resource_handle, scope)
. - Shorthand for
IteratorV2::new().build(scope)
. - Shorthand for
KMC2ChainInitialization::new().build(distances, seed, scope)
. - Shorthand for
KmeansPlusPlusInitialization::new().build(points, num_to_sample, seed, num_retries_per_sample, scope)
. - Shorthand for
KthOrderStatistic::new().build(input, scope)
. - Shorthand for
L2Loss::new().build(t, scope)
. - Shorthand for
LatencyStatsDataset::new().build(input_dataset, tag, scope)
. - Shorthand for
LeakyRelu::new().build(features, scope)
. - Shorthand for
LeakyReluGrad::new().build(gradients, features, scope)
. - Shorthand for
LearnedUnigramCandidateSampler::new().build(true_classes, scope)
. - Shorthand for
LeftShift::new().build(x, y, scope)
. - Shorthand for
LegacyParallelInterleaveDatasetV2::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, scope)
. - Shorthand for
Less::new().build(x, y, scope)
. - Shorthand for
LessEqual::new().build(x, y, scope)
. - Shorthand for
Lgamma::new().build(x, scope)
. - Shorthand for
LinSpace::new().build(start, stop, num, scope)
. - Shorthand for
ListDataset::new().build(tensors, scope)
. - Shorthand for
ListDiff::new().build(x, y, scope)
. - Shorthand for
LMDBDataset::new().build(filenames, scope)
. - Shorthand for
LMDBReader::new().build(scope)
. - Shorthand for
LoadAllTPUEmbeddingParameters::new().build(parameters, auxiliary1, auxiliary2, auxiliary3, auxiliary4, auxiliary5, auxiliary6, auxiliary7, scope)
. - Shorthand for
LoadAndRemapMatrix::new().build(ckpt_path, old_tensor_name, row_remapping, col_remapping, initializing_values, scope)
. - Shorthand for
LoadDataset::new().build(path, reader_func_other_args, scope)
. - Shorthand for
LoadTPUEmbeddingAdadeltaParameters::new().build(parameters, accumulators, updates, scope)
. - Shorthand for
LoadTPUEmbeddingAdagradMomentumParameters::new().build(parameters, accumulators, momenta, scope)
. - Shorthand for
LoadTPUEmbeddingAdagradParameters::new().build(parameters, accumulators, scope)
. - Shorthand for
LoadTPUEmbeddingADAMParameters::new().build(parameters, momenta, velocities, scope)
. - Shorthand for
LoadTPUEmbeddingCenteredRMSPropParameters::new().build(parameters, ms, mom, mg, scope)
. - Shorthand for
LoadTPUEmbeddingFrequencyEstimatorParameters::new().build(parameters, last_hit_step, scope)
. - Shorthand for
LoadTPUEmbeddingFTRLParameters::new().build(parameters, accumulators, linears, scope)
. - Shorthand for
LoadTPUEmbeddingMDLAdagradLightParameters::new().build(parameters, accumulators, weights, benefits, scope)
. - Shorthand for
LoadTPUEmbeddingMomentumParameters::new().build(parameters, momenta, scope)
. - Shorthand for
LoadTPUEmbeddingProximalAdagradParameters::new().build(parameters, accumulators, scope)
. - Shorthand for
LoadTPUEmbeddingProximalYogiParameters::new().build(parameters, v, m, scope)
. - Shorthand for
LoadTPUEmbeddingRMSPropParameters::new().build(parameters, ms, mom, scope)
. - Shorthand for
LoadTPUEmbeddingStochasticGradientDescentParameters::new().build(parameters, scope)
. - Shorthand for
Log::new().build(x, scope)
. - Shorthand for
Log1p::new().build(x, scope)
. - Shorthand for
LogMatrixDeterminant::new().build(input, scope)
. - Shorthand for
LogSoftmax::new().build(logits, scope)
. - Shorthand for
LogUniformCandidateSampler::new().build(true_classes, scope)
. - Shorthand for
LogicalAnd::new().build(x, y, scope)
. - Shorthand for
LogicalNot::new().build(x, scope)
. - Shorthand for
LogicalOr::new().build(x, y, scope)
. - Shorthand for
LookupTableExport::new().build(table_handle, scope)
. - Shorthand for
LookupTableExportV2::new().build(table_handle, scope)
. - Shorthand for
LookupTableFind::new().build(table_handle, keys, default_value, scope)
. - Shorthand for
LookupTableFindV2::new().build(table_handle, keys, default_value, scope)
. - Shorthand for
LookupTableImport::new().build(table_handle, keys, values, scope)
. - Shorthand for
LookupTableImportV2::new().build(table_handle, keys, values, scope)
. - Shorthand for
LookupTableInsert::new().build(table_handle, keys, values, scope)
. - Shorthand for
LookupTableInsertV2::new().build(table_handle, keys, values, scope)
. - Shorthand for
LookupTableRemoveV2::new().build(table_handle, keys, scope)
. - Shorthand for
LookupTableSize::new().build(table_handle, scope)
. - Shorthand for
LookupTableSizeV2::new().build(table_handle, scope)
. - Shorthand for
LoopCond::new().build(input, scope)
. - Shorthand for
LowerBound::new().build(sorted_inputs, values, scope)
. - Shorthand for
LRN::new().build(input, scope)
. - Shorthand for
LRNGrad::new().build(input_grads, input_image, output_image, scope)
. - Shorthand for
LSTMBlockCell::new().build(x, cs_prev, h_prev, w, wci, wcf, wco, b, scope)
. - Shorthand for
LSTMBlockCellGrad::new().build(x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, cs_grad, h_grad, scope)
. - Shorthand for
Lu::new().build(input, scope)
. - Shorthand for
MakeIterator::new().build(dataset, iterator, scope)
. - Shorthand for
MakeUnique::new().build(input, scope)
. - Shorthand for
MapAndBatchDataset::new().build(input_dataset, other_arguments, batch_size, num_parallel_calls, drop_remainder, scope)
. - Shorthand for
MapClear::new().build(scope)
. - Shorthand for
MapDataset::new().build(input_dataset, other_arguments, scope)
. - Shorthand for
MapDefun::new().build(arguments, captured_inputs, scope)
. - Shorthand for
MapIncompleteSize::new().build(scope)
. - Shorthand for
MapPeek::new().build(key, indices, scope)
. - Shorthand for
MapSize::new().build(scope)
. - Shorthand for
MapStage::new().build(key, indices, values, scope)
. - Shorthand for
MapUnstage::new().build(key, indices, scope)
. - Shorthand for
MapUnstageNoKey::new().build(indices, scope)
. - Shorthand for
MatMul::new().build(a, b, scope)
. - Shorthand for
MatchingFiles::new().build(pattern, scope)
. - Shorthand for
MatchingFilesDataset::new().build(patterns, scope)
. - Shorthand for
MatrixBandPart::new().build(input, num_lower, num_upper, scope)
. - Shorthand for
MatrixDeterminant::new().build(input, scope)
. - Shorthand for
MatrixDiag::new().build(diagonal, scope)
. - Shorthand for
MatrixDiagPart::new().build(input, scope)
. - Shorthand for
MatrixDiagPartV2::new().build(input, k, padding_value, scope)
. - Shorthand for
MatrixDiagPartV3::new().build(input, k, padding_value, scope)
. - Shorthand for
MatrixDiagV2::new().build(diagonal, k, num_rows, num_cols, padding_value, scope)
. - Shorthand for
MatrixDiagV3::new().build(diagonal, k, num_rows, num_cols, padding_value, scope)
. - Shorthand for
MatrixExponential::new().build(input, scope)
. - Shorthand for
MatrixInverse::new().build(input, scope)
. - Shorthand for
MatrixLogarithm::new().build(input, scope)
. - Shorthand for
MatrixSetDiag::new().build(input, diagonal, scope)
. - Shorthand for
MatrixSetDiagV2::new().build(input, diagonal, k, scope)
. - Shorthand for
MatrixSetDiagV3::new().build(input, diagonal, k, scope)
. - Shorthand for
MatrixSolve::new().build(matrix, rhs, scope)
. - Shorthand for
MatrixSolveLs::new().build(matrix, rhs, l2_regularizer, scope)
. - Shorthand for
MatrixSquareRoot::new().build(input, scope)
. - Shorthand for
MatrixTriangularSolve::new().build(matrix, rhs, scope)
. - Shorthand for
Max::new().build(input, reduction_indices, scope)
. - Shorthand for
MaxIntraOpParallelismDataset::new().build(input_dataset, max_intra_op_parallelism, scope)
. - Shorthand for
MaxPool::new().build(input, scope)
. - Shorthand for
MaxPool3D::new().build(input, scope)
. - Shorthand for
MaxPool3DGrad::new().build(orig_input, orig_output, grad, scope)
. - Shorthand for
MaxPool3DGradGrad::new().build(orig_input, orig_output, grad, scope)
. - Shorthand for
MaxPoolGrad::new().build(orig_input, orig_output, grad, scope)
. - Shorthand for
MaxPoolGradGrad::new().build(orig_input, orig_output, grad, scope)
. - Shorthand for
MaxPoolGradGradV2::new().build(orig_input, orig_output, grad, ksize, strides, scope)
. - Shorthand for
MaxPoolGradGradWithArgmax::new().build(input, grad, argmax, scope)
. - Shorthand for
MaxPoolGradV2::new().build(orig_input, orig_output, grad, ksize, strides, scope)
. - Shorthand for
MaxPoolGradWithArgmax::new().build(input, grad, argmax, scope)
. - Shorthand for
MaxPoolV2::new().build(input, ksize, strides, scope)
. - Shorthand for
MaxPoolWithArgmax::new().build(input, scope)
. - Shorthand for
Maximum::new().build(x, y, scope)
. - Shorthand for
Mean::new().build(input, reduction_indices, scope)
. - Shorthand for
Merge::new().build(inputs, scope)
. - Shorthand for
MergeDedupData::new().build(integer_tensor, float_tensor, scope)
. - Shorthand for
MergeSummary::new().build(inputs, scope)
. - Shorthand for
MergeV2Checkpoints::new().build(checkpoint_prefixes, destination_prefix, scope)
. - Shorthand for
Mfcc::new().build(spectrogram, sample_rate, scope)
. - Shorthand for
Min::new().build(input, reduction_indices, scope)
. - Shorthand for
Minimum::new().build(x, y, scope)
. - Shorthand for
MirrorPad::new().build(input, paddings, scope)
. - Shorthand for
MirrorPadGrad::new().build(input, paddings, scope)
. - Shorthand for
MlirPassthroughOp::new().build(inputs, scope)
. - Shorthand for
Mod::new().build(x, y, scope)
. - Shorthand for
ModelDataset::new().build(input_dataset, scope)
. - Shorthand for
Mul::new().build(x, y, scope)
. - Shorthand for
MulNoNan::new().build(x, y, scope)
. - Shorthand for
MultiDeviceIterator::new().build(scope)
. - Shorthand for
MultiDeviceIteratorFromStringHandle::new().build(string_handle, scope)
. - Shorthand for
MultiDeviceIteratorGetNextFromShard::new().build(multi_device_iterator, shard_num, incarnation_id, scope)
. - Shorthand for
MultiDeviceIteratorInit::new().build(dataset, multi_device_iterator, max_buffer_size, scope)
. - Shorthand for
MultiDeviceIteratorToStringHandle::new().build(multi_device_iterator, scope)
. - Shorthand for
Multinomial::new().build(logits, num_samples, scope)
. - multiplyDeprecatedShorthand for
Multiply::new().build(scope), a, b)
. - Shorthand for
MutableDenseHashTable::new().build(empty_key, scope)
. - Shorthand for
MutableDenseHashTableV2::new().build(empty_key, deleted_key, scope)
. - Shorthand for
MutableHashTable::new().build(scope)
. - Shorthand for
MutableHashTableOfTensors::new().build(scope)
. - Shorthand for
MutableHashTableOfTensorsV2::new().build(scope)
. - Shorthand for
MutableHashTableV2::new().build(scope)
. - Shorthand for
MutexLock::new().build(mutex, scope)
. - Shorthand for
MutexV2::new().build(scope)
. - Shorthand for
NcclAllReduce::new().build(input, scope)
. - Shorthand for
NcclBroadcast::new().build(input, scope)
. - Shorthand for
NcclReduce::new().build(input, scope)
. - Shorthand for
Ndtri::new().build(x, scope)
. - Shorthand for
NearestNeighbors::new().build(points, centers, k, scope)
. - Shorthand for
Neg::new().build(x, scope)
. - Shorthand for
NegTrain::new().build(w_in, w_out, examples, labels, lr, scope)
. - Shorthand for
NextAfter::new().build(x1, x2, scope)
. - Shorthand for
NextIteration::new().build(data, scope)
. - Shorthand for
NoOp::new().build(scope)
. - Shorthand for
NonDeterministicInts::new().build(shape, scope)
. - Shorthand for
NonMaxSuppression::new().build(boxes, scores, max_output_size, scope)
. - Shorthand for
NonMaxSuppressionV2::new().build(boxes, scores, max_output_size, iou_threshold, scope)
. - Shorthand for
NonMaxSuppressionV3::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, scope)
. - Shorthand for
NonMaxSuppressionV4::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, scope)
. - Shorthand for
NonMaxSuppressionV5::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, soft_nms_sigma, scope)
. - Shorthand for
NonMaxSuppressionWithOverlaps::new().build(overlaps, scores, max_output_size, overlap_threshold, score_threshold, scope)
. - Shorthand for
NonSerializableDataset::new().build(input_dataset, scope)
. - Shorthand for
NotEqual::new().build(x, y, scope)
. - Shorthand for
NthElement::new().build(input, n, scope)
. - Shorthand for
OneHot::new().build(indices, depth, on_value, off_value, scope)
. - Shorthand for
OneShotIterator::new().build(scope)
. - Shorthand for
OnesLike::new().build(x, scope)
. - Shorthand for
OptimizeDataset::new().build(input_dataset, optimizations, scope)
. - Shorthand for
OptimizeDatasetV2::new().build(input_dataset, optimizations_enabled, optimizations_disabled, optimizations_default, scope)
. - Shorthand for
OptionalFromValue::new().build(components, scope)
. - Shorthand for
OptionalGetValue::new().build(optional, scope)
. - Shorthand for
OptionalHasValue::new().build(optional, scope)
. - Shorthand for
OptionalNone::new().build(scope)
. - Shorthand for
OptionsDataset::new().build(input_dataset, scope)
. - Shorthand for
OrderedMapClear::new().build(scope)
. - Shorthand for
OrderedMapIncompleteSize::new().build(scope)
. - Shorthand for
OrderedMapPeek::new().build(key, indices, scope)
. - Shorthand for
OrderedMapSize::new().build(scope)
. - Shorthand for
OrderedMapStage::new().build(key, indices, values, scope)
. - Shorthand for
OrderedMapUnstage::new().build(key, indices, scope)
. - Shorthand for
OrderedMapUnstageNoKey::new().build(indices, scope)
. - Shorthand for
OutfeedDequeue::new().build(scope)
. - Shorthand for
OutfeedDequeueTuple::new().build(scope)
. - Shorthand for
OutfeedDequeueTupleV2::new().build(device_ordinal, scope)
. - Shorthand for
OutfeedDequeueV2::new().build(device_ordinal, scope)
. - Shorthand for
OutfeedEnqueue::new().build(input, scope)
. - Shorthand for
OutfeedEnqueueTuple::new().build(inputs, scope)
. - Shorthand for
Pack::new().build(values, scope)
. - Shorthand for
Pad::new().build(input, paddings, scope)
. - Shorthand for
PadV2::new().build(input, paddings, constant_values, scope)
. - Shorthand for
PaddedBatchDataset::new().build(input_dataset, batch_size, padded_shapes, padding_values, scope)
. - Shorthand for
PaddedBatchDatasetV2::new().build(input_dataset, batch_size, padded_shapes, padding_values, drop_remainder, scope)
. - Shorthand for
PaddingFIFOQueue::new().build(scope)
. - Shorthand for
PaddingFIFOQueueV2::new().build(scope)
. - Shorthand for
ParallelBatchDataset::new().build(input_dataset, batch_size, num_parallel_calls, drop_remainder, scope)
. - Shorthand for
ParallelConcat::new().build(values, scope)
. - Shorthand for
ParallelDynamicStitch::new().build(indices, data, scope)
. - Shorthand for
ParallelFilterDataset::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
. - Shorthand for
ParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope)
. - Shorthand for
ParallelInterleaveDatasetV2::new().build(input_dataset, other_arguments, cycle_length, block_length, num_parallel_calls, scope)
. - Shorthand for
ParallelInterleaveDatasetV3::new().build(input_dataset, other_arguments, cycle_length, block_length, num_parallel_calls, scope)
. - Shorthand for
ParallelInterleaveDatasetV4::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, num_parallel_calls, scope)
. - Shorthand for
ParallelMapDataset::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
. - Shorthand for
ParallelMapDatasetV2::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
. - Shorthand for
ParameterizedTruncatedNormal::new().build(shape, means, stdevs, minvals, maxvals, scope)
. - Shorthand for
ParseExample::new().build(serialized, names, sparse_keys, dense_keys, dense_defaults, scope)
. - Shorthand for
ParseExampleDataset::new().build(input_dataset, num_parallel_calls, dense_defaults, scope)
. - Shorthand for
ParseExampleDatasetV2::new().build(input_dataset, num_parallel_calls, dense_defaults, scope)
. - Shorthand for
ParseExampleV2::new().build(serialized, names, sparse_keys, dense_keys, ragged_keys, dense_defaults, scope)
. - Shorthand for
ParseSequenceExample::new().build(serialized, debug_name, context_dense_defaults, scope)
. - Shorthand for
ParseSequenceExampleV2::new().build(serialized, debug_name, context_sparse_keys, context_dense_keys, context_ragged_keys, feature_list_sparse_keys, feature_list_dense_keys, feature_list_ragged_keys, feature_list_dense_missing_assumed_empty, context_dense_defaults, scope)
. - Shorthand for
ParseSingleExample::new().build(serialized, dense_defaults, scope)
. - Shorthand for
ParseSingleSequenceExample::new().build(serialized, feature_list_dense_missing_assumed_empty, context_sparse_keys, context_dense_keys, feature_list_sparse_keys, feature_list_dense_keys, context_dense_defaults, debug_name, scope)
. - Shorthand for
ParseTensor::new().build(serialized, scope)
. - Shorthand for
PartitionedCall::new().build(args, scope)
. - Shorthand for
Placeholder::new().build(scope)
. - Shorthand for
PlaceholderV2::new().build(scope)
. - Shorthand for
PlaceholderWithDefault::new().build(input, scope)
. - Shorthand for
Polygamma::new().build(a, x, scope)
. - Shorthand for
PopulationCount::new().build(x, scope)
. - Shorthand for
Pow::new().build(x, y, scope)
. - Shorthand for
PrefetchDataset::new().build(input_dataset, buffer_size, scope)
. - Shorthand for
Prelinearize::new().build(input, scope)
. - Shorthand for
PrelinearizeTuple::new().build(inputs, scope)
. - Shorthand for
PreventGradient::new().build(input, scope)
. - Shorthand for
Print::new().build(input, data, scope)
. - Shorthand for
PrintV2::new().build(input, scope)
. - Shorthand for
PriorityQueue::new().build(scope)
. - Shorthand for
PriorityQueueV2::new().build(scope)
. - Shorthand for
PrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope)
. - Shorthand for
Prod::new().build(input, reduction_indices, scope)
. - Shorthand for
PyFunc::new().build(input, scope)
. - Shorthand for
PyFuncStateless::new().build(input, scope)
. - Shorthand for
Qr::new().build(input, scope)
. - Shorthand for
QuantizeAndDequantize::new().build(input, scope)
. - Shorthand for
QuantizeAndDequantizeV2::new().build(input, input_min, input_max, scope)
. - Shorthand for
QuantizeAndDequantizeV3::new().build(input, input_min, input_max, num_bits, scope)
. - Shorthand for
QuantizeAndDequantizeV4::new().build(input, input_min, input_max, scope)
. - Shorthand for
QuantizeAndDequantizeV4Grad::new().build(gradients, input, input_min, input_max, scope)
. - Shorthand for
QuantizeDownAndShrinkRange::new().build(input, input_min, input_max, scope)
. - Shorthand for
QuantizeV2::new().build(input, min_range, max_range, scope)
. - Shorthand for
QuantizedAdd::new().build(x, y, min_x, max_x, min_y, max_y, scope)
. - Shorthand for
QuantizedAvgPool::new().build(input, min_input, max_input, scope)
. - Shorthand for
QuantizedBatchNormWithGlobalNormalization::new().build(t, t_min, t_max, m, m_min, m_max, v, v_min, v_max, beta, beta_min, beta_max, gamma, gamma_min, gamma_max, scope)
. - Shorthand for
QuantizedBiasAdd::new().build(input, bias, min_input, max_input, min_bias, max_bias, scope)
. - Shorthand for
QuantizedConcat::new().build(concat_dim, values, input_mins, input_maxes, scope)
. - Shorthand for
QuantizedConv2D::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedConv2DAndRelu::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedConv2DAndReluAndRequantize::new().build(input, filter, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedConv2DAndRequantize::new().build(input, filter, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedConv2DPerChannel::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedConv2DWithBias::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedConv2DWithBiasAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedConv2DWithBiasAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedConv2DWithBiasAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedConv2DWithBiasSignedSumAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, summand, min_summand, max_summand, scope)
. - Shorthand for
QuantizedConv2DWithBiasSumAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, summand, scope)
. - Shorthand for
QuantizedConv2DWithBiasSumAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, summand, min_summand, max_summand, scope)
. - Shorthand for
QuantizedDepthwiseConv2D::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedDepthwiseConv2DWithBias::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedDepthwiseConv2DWithBiasAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - Shorthand for
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedInstanceNorm::new().build(x, x_min, x_max, scope)
. - Shorthand for
QuantizedMatMul::new().build(a, b, min_a, max_a, min_b, max_b, scope)
. - Shorthand for
QuantizedMatMulWithBias::new().build(a, b, bias, min_a, max_a, min_b, max_b, scope)
. - Shorthand for
QuantizedMatMulWithBiasAndDequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedMatMulWithBiasAndRelu::new().build(a, b, bias, min_a, max_a, min_b, max_b, scope)
. - Shorthand for
QuantizedMatMulWithBiasAndReluAndRequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedMatMulWithBiasAndRequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope)
. - Shorthand for
QuantizedMaxPool::new().build(input, min_input, max_input, scope)
. - Shorthand for
QuantizedMul::new().build(x, y, min_x, max_x, min_y, max_y, scope)
. - Shorthand for
QuantizedRelu::new().build(features, min_features, max_features, scope)
. - Shorthand for
QuantizedRelu6::new().build(features, min_features, max_features, scope)
. - Shorthand for
QuantizedReluX::new().build(features, max_value, min_features, max_features, scope)
. - Shorthand for
QuantizedReshape::new().build(tensor, shape, input_min, input_max, scope)
. - Shorthand for
QuantizedResizeBilinear::new().build(images, size, min, max, scope)
. - Shorthand for
QueueClose::new().build(handle, scope)
. - Shorthand for
QueueCloseV2::new().build(handle, scope)
. - Shorthand for
QueueDequeue::new().build(handle, scope)
. - Shorthand for
QueueDequeueMany::new().build(handle, n, scope)
. - Shorthand for
QueueDequeueManyV2::new().build(handle, n, scope)
. - Shorthand for
QueueDequeueUpTo::new().build(handle, n, scope)
. - Shorthand for
QueueDequeueUpToV2::new().build(handle, n, scope)
. - Shorthand for
QueueDequeueV2::new().build(handle, scope)
. - Shorthand for
QueueEnqueue::new().build(handle, components, scope)
. - Shorthand for
QueueEnqueueMany::new().build(handle, components, scope)
. - Shorthand for
QueueEnqueueManyV2::new().build(handle, components, scope)
. - Shorthand for
QueueEnqueueV2::new().build(handle, components, scope)
. - Shorthand for
QueueIsClosed::new().build(handle, scope)
. - Shorthand for
QueueIsClosedV2::new().build(handle, scope)
. - Shorthand for
QueueSize::new().build(handle, scope)
. - Shorthand for
QueueSizeV2::new().build(handle, scope)
. - Shorthand for
RaggedBincount::new().build(splits, values, size, weights, scope)
. - Shorthand for
RaggedCountSparseOutput::new().build(splits, values, weights, scope)
. - Shorthand for
RaggedCross::new().build(ragged_values, ragged_row_splits, sparse_indices, sparse_values, sparse_shape, dense_inputs, scope)
. - Shorthand for
RaggedFillEmptyRows::new().build(value_rowids, values, nrows, default_value, scope)
. - Shorthand for
RaggedFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope)
. - Shorthand for
RaggedGather::new().build(params_nested_splits, params_dense_values, indices, scope)
. - Shorthand for
RaggedRange::new().build(starts, limits, deltas, scope)
. - Shorthand for
RaggedTensorFromVariant::new().build(encoded_ragged, scope)
. - Shorthand for
RaggedTensorToSparse::new().build(rt_nested_splits, rt_dense_values, scope)
. - Shorthand for
RaggedTensorToTensor::new().build(shape, values, default_value, row_partition_tensors, scope)
. - Shorthand for
RaggedTensorToVariant::new().build(rt_nested_splits, rt_dense_values, scope)
. - Shorthand for
RaggedTensorToVariantGradient::new().build(encoded_ragged_grad, row_splits, dense_values_shape, scope)
. - Shorthand for
RandomCrop::new().build(image, size, scope)
. - Shorthand for
RandomDataset::new().build(seed, seed2, scope)
. - Shorthand for
RandomDatasetV2::new().build(seed, seed2, seed_generator, scope)
. - Shorthand for
RandomGamma::new().build(shape, alpha, scope)
. - Shorthand for
RandomGammaGrad::new().build(alpha, sample, scope)
. - Shorthand for
RandomIndexShuffle::new().build(index, seed, max_index, scope)
. - random_normalDeprecatedShorthand for
RandomNormal::new().build(scope), x)
. - Shorthand for
RandomPoisson::new().build(shape, rate, scope)
. - Shorthand for
RandomPoissonV2::new().build(shape, rate, scope)
. - Shorthand for
RandomShuffle::new().build(value, scope)
. - Shorthand for
RandomShuffleQueue::new().build(scope)
. - Shorthand for
RandomShuffleQueueV2::new().build(scope)
. - Shorthand for
RandomStandardNormal::new().build(shape, scope)
. - Shorthand for
RandomUniform::new().build(shape, scope)
. - Shorthand for
RandomUniformInt::new().build(shape, minval, maxval, scope)
. - Shorthand for
Range::new().build(start, limit, delta, scope)
. - Shorthand for
RangeDataset::new().build(start, stop, step, scope)
. - Shorthand for
Rank::new().build(input, scope)
. - Shorthand for
ReadFile::new().build(filename, scope)
. - Shorthand for
ReadVariableOp::new().build(resource, scope)
. - Shorthand for
ReadVariableXlaSplitND::new().build(resource, scope)
. - Shorthand for
ReaderNumRecordsProduced::new().build(reader_handle, scope)
. - Shorthand for
ReaderNumRecordsProducedV2::new().build(reader_handle, scope)
. - Shorthand for
ReaderNumWorkUnitsCompleted::new().build(reader_handle, scope)
. - Shorthand for
ReaderNumWorkUnitsCompletedV2::new().build(reader_handle, scope)
. - Shorthand for
ReaderRead::new().build(reader_handle, queue_handle, scope)
. - Shorthand for
ReaderReadUpTo::new().build(reader_handle, queue_handle, num_records, scope)
. - Shorthand for
ReaderReadUpToV2::new().build(reader_handle, queue_handle, num_records, scope)
. - Shorthand for
ReaderReadV2::new().build(reader_handle, queue_handle, scope)
. - Shorthand for
ReaderReset::new().build(reader_handle, scope)
. - Shorthand for
ReaderResetV2::new().build(reader_handle, scope)
. - Shorthand for
ReaderRestoreState::new().build(reader_handle, state, scope)
. - Shorthand for
ReaderRestoreStateV2::new().build(reader_handle, state, scope)
. - Shorthand for
ReaderSerializeState::new().build(reader_handle, scope)
. - Shorthand for
ReaderSerializeStateV2::new().build(reader_handle, scope)
. - Shorthand for
Real::new().build(input, scope)
. - Shorthand for
RealDiv::new().build(x, y, scope)
. - Shorthand for
RebatchDataset::new().build(input_dataset, num_replicas, scope)
. - Shorthand for
RebatchDatasetV2::new().build(input_dataset, batch_sizes, drop_remainder, scope)
. - Shorthand for
Reciprocal::new().build(x, scope)
. - Shorthand for
ReciprocalGrad::new().build(y, dy, scope)
. - Shorthand for
RecordInput::new().build(scope)
. - Shorthand for
Recv::new().build(scope)
. - Shorthand for
RecvTPUEmbeddingActivations::new().build(scope)
. - Shorthand for
ReduceDataset::new().build(input_dataset, initial_state, other_arguments, scope)
. - Shorthand for
ReduceJoin::new().build(inputs, reduction_indices, scope)
. - Shorthand for
RefEnter::new().build(data, scope)
. - Shorthand for
RefExit::new().build(data, scope)
. - Shorthand for
RefIdentity::new().build(input, scope)
. - Shorthand for
RefMerge::new().build(inputs, scope)
. - Shorthand for
RefNextIteration::new().build(data, scope)
. - Shorthand for
RefSelect::new().build(index, inputs, scope)
. - Shorthand for
RefSwitch::new().build(data, pred, scope)
. - Shorthand for
RegexFullMatch::new().build(input, pattern, scope)
. - Shorthand for
RegexReplace::new().build(input, pattern, rewrite, scope)
. - Shorthand for
RegisterDataset::new().build(dataset, address, protocol, scope)
. - Shorthand for
RegisterDatasetV2::new().build(dataset, address, protocol, scope)
. - Shorthand for
Relayout::new().build(input, scope)
. - Shorthand for
RelayoutGrad::new().build(input, forward_input, scope)
. - Shorthand for
Relu::new().build(features, scope)
. - Shorthand for
Relu6::new().build(features, scope)
. - Shorthand for
Relu6Grad::new().build(gradients, features, scope)
. - Shorthand for
ReluGrad::new().build(gradients, features, scope)
. - Shorthand for
RemoteCall::new().build(target, args, scope)
. - Shorthand for
RepeatDataset::new().build(input_dataset, count, scope)
. - Shorthand for
RequantizationRange::new().build(input, input_min, input_max, scope)
. - Shorthand for
RequantizationRangePerChannel::new().build(input, input_min, input_max, scope)
. - Shorthand for
Requantize::new().build(input, input_min, input_max, requested_output_min, requested_output_max, scope)
. - Shorthand for
RequantizePerChannel::new().build(input, input_min, input_max, requested_output_min, requested_output_max, scope)
. - Shorthand for
Reshape::new().build(tensor, shape, scope)
. - Shorthand for
ResizeArea::new().build(images, size, scope)
. - Shorthand for
ResizeBicubic::new().build(images, size, scope)
. - Shorthand for
ResizeBicubicGrad::new().build(grads, original_image, scope)
. - Shorthand for
ResizeBilinear::new().build(images, size, scope)
. - Shorthand for
ResizeBilinearGrad::new().build(grads, original_image, scope)
. - Shorthand for
ResizeNearestNeighbor::new().build(images, size, scope)
. - Shorthand for
ResizeNearestNeighborGrad::new().build(grads, size, scope)
. - Shorthand for
ResourceAccumulatorApplyGradient::new().build(handle, local_step, gradient, scope)
. - Shorthand for
ResourceAccumulatorNumAccumulated::new().build(handle, scope)
. - Shorthand for
ResourceAccumulatorSetGlobalStep::new().build(handle, new_global_step, scope)
. - Shorthand for
ResourceAccumulatorTakeGradient::new().build(handle, num_required, scope)
. - Shorthand for
ResourceApplyAdaMax::new().build(var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, scope)
. - Shorthand for
ResourceApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, scope)
. - Shorthand for
ResourceApplyAdagrad::new().build(var, accum, lr, grad, scope)
. - Shorthand for
ResourceApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, lr, l1, l2, global_step, scope)
. - Shorthand for
ResourceApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, scope)
. - Shorthand for
ResourceApplyAdam::new().build(var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope)
. - Shorthand for
ResourceApplyAdamWithAmsgrad::new().build(var, m, v, vhat, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope)
. - Shorthand for
ResourceApplyAddSign::new().build(var, m, lr, alpha, sign_decay, beta, grad, scope)
. - Shorthand for
ResourceApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - Shorthand for
ResourceApplyFtrl::new().build(var, accum, linear, grad, lr, l1, l2, lr_power, scope)
. - Shorthand for
ResourceApplyFtrlV2::new().build(var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - Shorthand for
ResourceApplyGradientDescent::new().build(var, alpha, delta, scope)
. - Shorthand for
ResourceApplyKerasMomentum::new().build(var, accum, lr, grad, momentum, scope)
. - Shorthand for
ResourceApplyMomentum::new().build(var, accum, lr, grad, momentum, scope)
. - Shorthand for
ResourceApplyPowerSign::new().build(var, m, lr, logbase, sign_decay, beta, grad, scope)
. - Shorthand for
ResourceApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, scope)
. - Shorthand for
ResourceApplyProximalGradientDescent::new().build(var, alpha, l1, l2, delta, scope)
. - Shorthand for
ResourceApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - Shorthand for
ResourceConditionalAccumulator::new().build(scope)
. - Shorthand for
ResourceCountUpTo::new().build(resource, scope)
. - Shorthand for
ResourceGather::new().build(resource, indices, scope)
. - Shorthand for
ResourceGatherNd::new().build(resource, indices, scope)
. - Shorthand for
ResourceScatterAdd::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceScatterDiv::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceScatterMax::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceScatterMin::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceScatterMul::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceScatterNdAdd::new().build(ref_, indices, updates, scope)
. - Shorthand for
ResourceScatterNdMax::new().build(ref_, indices, updates, scope)
. - Shorthand for
ResourceScatterNdMin::new().build(ref_, indices, updates, scope)
. - Shorthand for
ResourceScatterNdSub::new().build(ref_, indices, updates, scope)
. - Shorthand for
ResourceScatterNdUpdate::new().build(ref_, indices, updates, scope)
. - Shorthand for
ResourceScatterSub::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceScatterUpdate::new().build(resource, indices, updates, scope)
. - Shorthand for
ResourceSparseApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, indices, scope)
. - Shorthand for
ResourceSparseApplyAdagrad::new().build(var, accum, lr, grad, indices, scope)
. - Shorthand for
ResourceSparseApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, indices, lr, l1, l2, global_step, scope)
. - Shorthand for
ResourceSparseApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, indices, scope)
. - Shorthand for
ResourceSparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - Shorthand for
ResourceSparseApplyFtrl::new().build(var, accum, linear, grad, indices, lr, l1, l2, lr_power, scope)
. - Shorthand for
ResourceSparseApplyFtrlV2::new().build(var, accum, linear, grad, indices, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - Shorthand for
ResourceSparseApplyKerasMomentum::new().build(var, accum, lr, grad, indices, momentum, scope)
. - Shorthand for
ResourceSparseApplyMomentum::new().build(var, accum, lr, grad, indices, momentum, scope)
. - Shorthand for
ResourceSparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope)
. - Shorthand for
ResourceSparseApplyProximalGradientDescent::new().build(var, alpha, l1, l2, grad, indices, scope)
. - Shorthand for
ResourceSparseApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - Shorthand for
ResourceStridedSliceAssign::new().build(ref_, begin, end, strides, value, scope)
. - Shorthand for
Restore::new().build(file_pattern, tensor_name, scope)
. - Shorthand for
RestoreSlice::new().build(file_pattern, tensor_name, shape_and_slice, scope)
. - Shorthand for
RestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope)
. - Shorthand for
RetrieveAllTPUEmbeddingParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingAdadeltaParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingAdagradMomentumParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingAdagradParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingADAMParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingCenteredRMSPropParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingFrequencyEstimatorParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingFTRLParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingMDLAdagradLightParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingMomentumParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingProximalAdagradParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingProximalYogiParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingRMSPropParameters::new().build(scope)
. - Shorthand for
RetrieveTPUEmbeddingStochasticGradientDescentParameters::new().build(scope)
. - Shorthand for
Reverse::new().build(tensor, dims, scope)
. - Shorthand for
ReverseSequence::new().build(input, seq_lengths, scope)
. - Shorthand for
ReverseV2::new().build(tensor, axis, scope)
. - Shorthand for
RewriteDataset::new().build(input_dataset, rewrite_name, scope)
. - Shorthand for
RFFT::new().build(input, fft_length, scope)
. - Shorthand for
RFFT2D::new().build(input, fft_length, scope)
. - Shorthand for
RFFT3D::new().build(input, fft_length, scope)
. - Shorthand for
RGBToHSV::new().build(images, scope)
. - Shorthand for
RightShift::new().build(x, y, scope)
. - Shorthand for
Rint::new().build(x, scope)
. - Shorthand for
RiscAbs::new().build(x, scope)
. - Shorthand for
RiscAdd::new().build(x, y, scope)
. - Shorthand for
RiscBinaryArithmetic::new().build(x, y, scope)
. - Shorthand for
RiscBinaryComparison::new().build(x, y, scope)
. - Shorthand for
RiscBitcast::new().build(x, scope)
. - Shorthand for
RiscBroadcast::new().build(input, shape, scope)
. - Shorthand for
RiscCast::new().build(x, scope)
. - Shorthand for
RiscCeil::new().build(x, scope)
. - Shorthand for
RiscCholesky::new().build(input, scope)
. - Shorthand for
RiscConcat::new().build(values, axis, scope)
. - Shorthand for
RiscCondition::new().build(pred, input_true, input_false, scope)
. - Shorthand for
RiscConv::new().build(input, filter, scope)
. - Shorthand for
RiscCos::new().build(x, scope)
. - Shorthand for
RiscDiv::new().build(x, y, scope)
. - Shorthand for
RiscDot::new().build(a, b, scope)
. - Shorthand for
RiscExp::new().build(x, scope)
. - Shorthand for
RiscFft::new().build(input, scope)
. - Shorthand for
RiscFloor::new().build(x, scope)
. - Shorthand for
RiscGather::new().build(params, indices, axis, scope)
. - Shorthand for
RiscImag::new().build(input, scope)
. - Shorthand for
RiscIsFinite::new().build(x, scope)
. - Shorthand for
RiscLog::new().build(x, scope)
. - Shorthand for
RiscLogicalAnd::new().build(x, y, scope)
. - Shorthand for
RiscLogicalNot::new().build(x, scope)
. - Shorthand for
RiscLogicalOr::new().build(x, y, scope)
. - Shorthand for
RiscMax::new().build(x, y, scope)
. - Shorthand for
RiscMin::new().build(x, y, scope)
. - Shorthand for
RiscMul::new().build(x, y, scope)
. - Shorthand for
RiscNeg::new().build(x, scope)
. - Shorthand for
RiscPad::new().build(input, paddings, constant_values, scope)
. - Shorthand for
RiscPool::new().build(value, scope)
. - Shorthand for
RiscPow::new().build(x, y, scope)
. - Shorthand for
RiscRandomUniform::new().build(shape, scope)
. - Shorthand for
RiscReal::new().build(input, scope)
. - Shorthand for
RiscReduce::new().build(tensor, axis, scope)
. - Shorthand for
RiscRem::new().build(x, y, scope)
. - Shorthand for
RiscReshape::new().build(tensor, shape, scope)
. - Shorthand for
RiscReverse::new().build(tensor, axis, scope)
. - Shorthand for
RiscScatter::new().build(indices, updates, shape, scope)
. - Shorthand for
RiscShape::new().build(input, scope)
. - Shorthand for
RiscSign::new().build(x, scope)
. - Shorthand for
RiscSlice::new().build(input, begin, size, scope)
. - Shorthand for
RiscSort::new().build(input, axis, scope)
. - Shorthand for
RiscSqueeze::new().build(input, scope)
. - Shorthand for
RiscSub::new().build(x, y, scope)
. - Shorthand for
RiscTranspose::new().build(x, perm, scope)
. - Shorthand for
RiscTriangularSolve::new().build(matrix, rhs, scope)
. - Shorthand for
RiscUnary::new().build(x, scope)
. - Shorthand for
RiscWhile::new().build(input, scope)
. - Shorthand for
RngReadAndSkip::new().build(resource, alg, delta, scope)
. - Shorthand for
RngSkip::new().build(resource, algorithm, delta, scope)
. - Shorthand for
Roll::new().build(input, shift, axis, scope)
. - Shorthand for
Round::new().build(x, scope)
. - Shorthand for
Rsqrt::new().build(x, scope)
. - Shorthand for
RsqrtGrad::new().build(y, dy, scope)
. - Shorthand for
SampleDistortedBoundingBox::new().build(image_size, bounding_boxes, scope)
. - Shorthand for
SampleDistortedBoundingBoxV2::new().build(image_size, bounding_boxes, min_object_covered, scope)
. - Shorthand for
SamplingDataset::new().build(input_dataset, rate, seed, seed2, scope)
. - Shorthand for
Save::new().build(filename, tensor_names, data, scope)
. - Shorthand for
SaveDataset::new().build(input_dataset, path, shard_func_other_args, scope)
. - Shorthand for
SaveDatasetV2::new().build(input_dataset, path, shard_func_other_args, scope)
. - Shorthand for
SaveSlices::new().build(filename, tensor_names, shapes_and_slices, data, scope)
. - Shorthand for
SaveV2::new().build(prefix, tensor_names, shape_and_slices, tensors, scope)
. - Shorthand for
ScalarSummary::new().build(tags, values, scope)
. - Shorthand for
ScaleAndTranslate::new().build(images, size, scale, translation, scope)
. - Shorthand for
ScaleAndTranslateGrad::new().build(grads, original_image, scale, translation, scope)
. - Shorthand for
ScanDataset::new().build(input_dataset, initial_state, other_arguments, scope)
. - Shorthand for
ScatterAdd::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterDiv::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterMax::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterMin::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterMul::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterNd::new().build(indices, updates, shape, scope)
. - Shorthand for
ScatterNdAdd::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterNdMax::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterNdMin::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterNdNonAliasingAdd::new().build(input, indices, updates, scope)
. - Shorthand for
ScatterNdSub::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterNdUpdate::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterSub::new().build(ref_, indices, updates, scope)
. - Shorthand for
ScatterUpdate::new().build(ref_, indices, updates, scope)
. - Shorthand for
SdcaFprint::new().build(input, scope)
. - Shorthand for
SdcaOptimizer::new().build(sparse_example_indices, sparse_feature_indices, sparse_feature_values, dense_features, example_weights, example_labels, sparse_indices, sparse_weights, dense_weights, example_state_data, scope)
. - Shorthand for
SdcaOptimizerV2::new().build(sparse_example_indices, sparse_feature_indices, sparse_feature_values, dense_features, example_weights, example_labels, sparse_indices, sparse_weights, dense_weights, example_state_data, scope)
. - Shorthand for
SdcaShrinkL1::new().build(weights, scope)
. - Shorthand for
SegmentMax::new().build(data, segment_ids, scope)
. - Shorthand for
SegmentMaxV2::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
SegmentMean::new().build(data, segment_ids, scope)
. - Shorthand for
SegmentMin::new().build(data, segment_ids, scope)
. - Shorthand for
SegmentMinV2::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
SegmentProd::new().build(data, segment_ids, scope)
. - Shorthand for
SegmentProdV2::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
SegmentSum::new().build(data, segment_ids, scope)
. - Shorthand for
SegmentSumV2::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
Select::new().build(condition, t, e, scope)
. - Shorthand for
SelectV2::new().build(condition, t, e, scope)
. - Shorthand for
SelfAdjointEig::new().build(input, scope)
. - Shorthand for
SelfAdjointEigV2::new().build(input, scope)
. - Shorthand for
Selu::new().build(features, scope)
. - Shorthand for
SeluGrad::new().build(gradients, outputs, scope)
. - Shorthand for
Send::new().build(tensor, scope)
. - Shorthand for
SendTPUEmbeddingGradients::new().build(inputs, learning_rates, scope)
. - Shorthand for
SerializeIterator::new().build(resource_handle, scope)
. - Shorthand for
SerializeManySparse::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - Shorthand for
SerializeSparse::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - Shorthand for
SerializeTensor::new().build(tensor, scope)
. - Shorthand for
SetSize::new().build(set_indices, set_values, set_shape, scope)
. - Shorthand for
SetStatsAggregatorDataset::new().build(input_dataset, stats_aggregator, tag, counter_prefix, scope)
. - Shorthand for
Shape::new().build(input, scope)
. - Shorthand for
ShapeN::new().build(input, scope)
. - Shorthand for
ShardDataset::new().build(input_dataset, num_shards, index, scope)
. - Shorthand for
ShardedFilename::new().build(basename, shard, num_shards, scope)
. - Shorthand for
ShardedFilespec::new().build(basename, num_shards, scope)
. - Shorthand for
ShuffleAndRepeatDataset::new().build(input_dataset, buffer_size, seed, seed2, count, scope)
. - Shorthand for
ShuffleAndRepeatDatasetV2::new().build(input_dataset, buffer_size, seed, seed2, count, seed_generator, scope)
. - Shorthand for
ShuffleDataset::new().build(input_dataset, buffer_size, seed, seed2, scope)
. - Shorthand for
ShuffleDatasetV2::new().build(input_dataset, buffer_size, seed_generator, scope)
. - Shorthand for
ShuffleDatasetV3::new().build(input_dataset, buffer_size, seed, seed2, seed_generator, scope)
. - Shorthand for
ShutdownDistributedTPU::new().build(scope)
. - Shorthand for
ShutdownTPUSystem::new().build(scope)
. - Shorthand for
Sigmoid::new().build(x, scope)
. - Shorthand for
SigmoidGrad::new().build(y, dy, scope)
. - Shorthand for
Sign::new().build(x, scope)
. - Shorthand for
Sin::new().build(x, scope)
. - Shorthand for
Sinh::new().build(x, scope)
. - Shorthand for
Size::new().build(input, scope)
. - Shorthand for
SkipDataset::new().build(input_dataset, count, scope)
. - Shorthand for
Skipgram::new().build(scope)
. - Shorthand for
SleepDataset::new().build(input_dataset, sleep_microseconds, scope)
. - Shorthand for
Slice::new().build(input, begin, size, scope)
. - Shorthand for
SlidingWindowDataset::new().build(input_dataset, window_size, window_shift, window_stride, scope)
. - Shorthand for
Snapshot::new().build(input, scope)
. - Shorthand for
SnapshotChunkDataset::new().build(chunk_file, scope)
. - Shorthand for
SnapshotDataset::new().build(input_dataset, path, scope)
. - Shorthand for
SnapshotDatasetReader::new().build(shard_dir, start_index, scope)
. - Shorthand for
SnapshotDatasetV2::new().build(input_dataset, path, reader_func_other_args, shard_func_other_args, scope)
. - Shorthand for
SnapshotNestedDatasetReader::new().build(inputs, scope)
. - Shorthand for
SobolSample::new().build(dim, num_results, skip, scope)
. - Shorthand for
Softmax::new().build(logits, scope)
. - Shorthand for
SoftmaxCrossEntropyWithLogits::new().build(features, labels, scope)
. - Shorthand for
Softplus::new().build(features, scope)
. - Shorthand for
SoftplusGrad::new().build(gradients, features, scope)
. - Shorthand for
Softsign::new().build(features, scope)
. - Shorthand for
SoftsignGrad::new().build(gradients, features, scope)
. - Shorthand for
SpaceToBatch::new().build(input, paddings, scope)
. - Shorthand for
SpaceToBatchND::new().build(input, block_shape, paddings, scope)
. - Shorthand for
SpaceToDepth::new().build(input, scope)
. - Shorthand for
SparseAccumulatorApplyGradient::new().build(handle, local_step, gradient_indices, gradient_values, gradient_shape, scope)
. - Shorthand for
SparseAccumulatorTakeGradient::new().build(handle, num_required, scope)
. - Shorthand for
SparseAdd::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, thresh, scope)
. - Shorthand for
SparseAddGrad::new().build(backprop_val_grad, a_indices, b_indices, sum_indices, scope)
. - Shorthand for
SparseApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, indices, scope)
. - Shorthand for
SparseApplyAdagrad::new().build(var, accum, lr, grad, indices, scope)
. - Shorthand for
SparseApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, indices, lr, l1, l2, global_step, scope)
. - Shorthand for
SparseApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, indices, scope)
. - Shorthand for
SparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - Shorthand for
SparseApplyFtrl::new().build(var, accum, linear, grad, indices, lr, l1, l2, lr_power, scope)
. - Shorthand for
SparseApplyFtrlV2::new().build(var, accum, linear, grad, indices, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - Shorthand for
SparseApplyMomentum::new().build(var, accum, lr, grad, indices, momentum, scope)
. - Shorthand for
SparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope)
. - Shorthand for
SparseApplyProximalGradientDescent::new().build(var, alpha, l1, l2, grad, indices, scope)
. - Shorthand for
SparseApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - Shorthand for
SparseBincount::new().build(indices, values, dense_shape, size, weights, scope)
. - Shorthand for
SparseConcat::new().build(indices, values, shapes, scope)
. - Shorthand for
SparseConditionalAccumulator::new().build(scope)
. - Shorthand for
SparseCountSparseOutput::new().build(indices, values, dense_shape, weights, scope)
. - Shorthand for
SparseCross::new().build(indices, values, shapes, dense_inputs, scope)
. - Shorthand for
SparseCrossHashed::new().build(indices, values, shapes, dense_inputs, num_buckets, strong_hash, salt, scope)
. - Shorthand for
SparseCrossV2::new().build(indices, values, shapes, dense_inputs, sep, scope)
. - Shorthand for
SparseDenseCwiseAdd::new().build(sp_indices, sp_values, sp_shape, dense, scope)
. - Shorthand for
SparseDenseCwiseDiv::new().build(sp_indices, sp_values, sp_shape, dense, scope)
. - Shorthand for
SparseDenseCwiseMul::new().build(sp_indices, sp_values, sp_shape, dense, scope)
. - Shorthand for
SparseFillEmptyRows::new().build(indices, values, dense_shape, default_value, scope)
. - Shorthand for
SparseFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope)
. - Shorthand for
SparseMatMul::new().build(a, b, scope)
. - Shorthand for
SparseMatrixAdd::new().build(a, b, alpha, beta, scope)
. - Shorthand for
SparseMatrixMatMul::new().build(a, b, scope)
. - Shorthand for
SparseMatrixMul::new().build(a, b, scope)
. - Shorthand for
SparseMatrixNNZ::new().build(sparse_matrix, scope)
. - Shorthand for
SparseMatrixOrderingAMD::new().build(input, scope)
. - Shorthand for
SparseMatrixSoftmax::new().build(logits, scope)
. - Shorthand for
SparseMatrixSoftmaxGrad::new().build(softmax, grad_softmax, scope)
. - Shorthand for
SparseMatrixSparseCholesky::new().build(input, permutation, scope)
. - Shorthand for
SparseMatrixSparseMatMul::new().build(a, b, scope)
. - Shorthand for
SparseMatrixTranspose::new().build(input, scope)
. - Shorthand for
SparseMatrixZeros::new().build(dense_shape, scope)
. - Shorthand for
SparseReduceMax::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - Shorthand for
SparseReduceMaxSparse::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - Shorthand for
SparseReduceSum::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - Shorthand for
SparseReduceSumSparse::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - Shorthand for
SparseReorder::new().build(input_indices, input_values, input_shape, scope)
. - Shorthand for
SparseReshape::new().build(input_indices, input_shape, new_shape, scope)
. - Shorthand for
SparseSegmentMean::new().build(data, indices, segment_ids, scope)
. - Shorthand for
SparseSegmentMeanGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
. - Shorthand for
SparseSegmentMeanWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope)
. - Shorthand for
SparseSegmentSqrtN::new().build(data, indices, segment_ids, scope)
. - Shorthand for
SparseSegmentSqrtNGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
. - Shorthand for
SparseSegmentSqrtNWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope)
. - Shorthand for
SparseSegmentSum::new().build(data, indices, segment_ids, scope)
. - Shorthand for
SparseSegmentSumGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
. - Shorthand for
SparseSegmentSumWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope)
. - Shorthand for
SparseSlice::new().build(indices, values, shape, start, size, scope)
. - Shorthand for
SparseSliceGrad::new().build(backprop_val_grad, input_indices, input_start, output_indices, scope)
. - Shorthand for
SparseSoftmax::new().build(sp_indices, sp_values, sp_shape, scope)
. - Shorthand for
SparseSoftmaxCrossEntropyWithLogits::new().build(features, labels, scope)
. - Shorthand for
SparseSparseMaximum::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, scope)
. - Shorthand for
SparseSparseMinimum::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, scope)
. - Shorthand for
SparseSplit::new().build(split_dim, indices, values, shape, scope)
. - Shorthand for
SparseTensorDenseAdd::new().build(a_indices, a_values, a_shape, b, scope)
. - Shorthand for
SparseTensorDenseMatMul::new().build(a_indices, a_values, a_shape, b, scope)
. - Shorthand for
SparseTensorSliceDataset::new().build(indices, values, dense_shape, scope)
. - Shorthand for
SparseTensorToCSRSparseMatrix::new().build(indices, values, dense_shape, scope)
. - Shorthand for
SparseToDense::new().build(sparse_indices, output_shape, sparse_values, default_value, scope)
. - Shorthand for
SparseToSparseSetOperation::new().build(set1_indices, set1_values, set1_shape, set2_indices, set2_values, set2_shape, scope)
. - Shorthand for
Spence::new().build(x, scope)
. - Shorthand for
Split::new().build(split_dim, value, scope)
. - Shorthand for
SplitDedupData::new().build(input, scope)
. - Shorthand for
SplitV::new().build(value, size_splits, split_dim, scope)
. - Shorthand for
SqlDataset::new().build(driver_name, data_source_name, query, scope)
. - Shorthand for
Sqrt::new().build(x, scope)
. - Shorthand for
SqrtGrad::new().build(y, dy, scope)
. - Shorthand for
Square::new().build(x, scope)
. - Shorthand for
SquaredDifference::new().build(x, y, scope)
. - Shorthand for
Squeeze::new().build(input, scope)
. - Shorthand for
Stack::new().build(scope)
. - Shorthand for
StackClose::new().build(handle, scope)
. - Shorthand for
StackCloseV2::new().build(handle, scope)
. - Shorthand for
StackPop::new().build(handle, scope)
. - Shorthand for
StackPopV2::new().build(handle, scope)
. - Shorthand for
StackPush::new().build(handle, elem, scope)
. - Shorthand for
StackPushV2::new().build(handle, elem, scope)
. - Shorthand for
StackV2::new().build(max_size, scope)
. - Shorthand for
Stage::new().build(values, scope)
. - Shorthand for
StageClear::new().build(scope)
. - Shorthand for
StagePeek::new().build(index, scope)
. - Shorthand for
StageSize::new().build(scope)
. - Shorthand for
StatefulPartitionedCall::new().build(args, scope)
. - Shorthand for
StatefulRandomBinomial::new().build(resource, algorithm, shape, counts, probs, scope)
. - Shorthand for
StatefulStandardNormal::new().build(resource, shape, scope)
. - Shorthand for
StatefulStandardNormalV2::new().build(resource, algorithm, shape, scope)
. - Shorthand for
StatefulTruncatedNormal::new().build(resource, algorithm, shape, scope)
. - Shorthand for
StatefulUniform::new().build(resource, algorithm, shape, scope)
. - Shorthand for
StatefulUniformFullInt::new().build(resource, algorithm, shape, scope)
. - Shorthand for
StatefulUniformInt::new().build(resource, algorithm, shape, minval, maxval, scope)
. - Shorthand for
StatelessCase::new().build(branch_index, input, scope)
. - Shorthand for
StatelessIf::new().build(cond, input, scope)
. - Shorthand for
StatelessMultinomial::new().build(logits, num_samples, seed, scope)
. - Shorthand for
StatelessParameterizedTruncatedNormal::new().build(shape, seed, means, stddevs, minvals, maxvals, scope)
. - Shorthand for
StatelessRandomBinomial::new().build(shape, seed, counts, probs, scope)
. - Shorthand for
StatelessRandomGammaV2::new().build(shape, seed, alpha, scope)
. - Shorthand for
StatelessRandomGammaV3::new().build(shape, key, counter, alg, alpha, scope)
. - Shorthand for
StatelessRandomGetAlg::new().build(scope)
. - Shorthand for
StatelessRandomGetKeyCounter::new().build(seed, scope)
. - Shorthand for
StatelessRandomGetKeyCounterAlg::new().build(seed, scope)
. - Shorthand for
StatelessRandomNormal::new().build(shape, seed, scope)
. - Shorthand for
StatelessRandomNormalV2::new().build(shape, key, counter, alg, scope)
. - Shorthand for
StatelessRandomPoisson::new().build(shape, seed, lam, scope)
. - Shorthand for
StatelessRandomUniform::new().build(shape, seed, scope)
. - Shorthand for
StatelessRandomUniformFullInt::new().build(shape, seed, scope)
. - Shorthand for
StatelessRandomUniformFullIntV2::new().build(shape, key, counter, alg, scope)
. - Shorthand for
StatelessRandomUniformInt::new().build(shape, seed, minval, maxval, scope)
. - Shorthand for
StatelessRandomUniformIntV2::new().build(shape, key, counter, alg, minval, maxval, scope)
. - Shorthand for
StatelessRandomUniformV2::new().build(shape, key, counter, alg, scope)
. - Shorthand for
StatelessSampleDistortedBoundingBox::new().build(image_size, bounding_boxes, min_object_covered, seed, scope)
. - Shorthand for
StatelessShuffle::new().build(value, key, counter, alg, scope)
. - Shorthand for
StatelessTruncatedNormal::new().build(shape, seed, scope)
. - Shorthand for
StatelessTruncatedNormalV2::new().build(shape, key, counter, alg, scope)
. - Shorthand for
StatelessWhile::new().build(input, scope)
. - Shorthand for
StaticRegexFullMatch::new().build(input, scope)
. - Shorthand for
StaticRegexReplace::new().build(input, scope)
. - Shorthand for
StatsAggregatorHandle::new().build(scope)
. - Shorthand for
StatsAggregatorHandleV2::new().build(scope)
. - Shorthand for
StatsAggregatorSetSummaryWriter::new().build(stats_aggregator, summary, scope)
. - Shorthand for
StatsAggregatorSummary::new().build(iterator, scope)
. - Shorthand for
StochasticCastToInt::new().build(input, key, counter, alg, scope)
. - Shorthand for
StopGradient::new().build(input, scope)
. - Shorthand for
StridedSlice::new().build(input, begin, end, strides, scope)
. - Shorthand for
StridedSliceAssign::new().build(ref_, begin, end, strides, value, scope)
. - Shorthand for
StridedSliceGrad::new().build(shape, begin, end, strides, dy, scope)
. - Shorthand for
StringFormat::new().build(inputs, scope)
. - Shorthand for
StringJoin::new().build(inputs, scope)
. - Shorthand for
StringLength::new().build(input, scope)
. - Shorthand for
StringLower::new().build(input, scope)
. - Shorthand for
StringNGrams::new().build(data, data_splits, scope)
. - Shorthand for
StringSplit::new().build(input, delimiter, scope)
. - Shorthand for
StringSplitV2::new().build(input, sep, scope)
. - Shorthand for
StringStrip::new().build(input, scope)
. - Shorthand for
StringToHashBucket::new().build(string_tensor, scope)
. - Shorthand for
StringToHashBucketFast::new().build(input, scope)
. - Shorthand for
StringToHashBucketStrong::new().build(input, scope)
. - Shorthand for
StringToNumber::new().build(string_tensor, scope)
. - Shorthand for
StringUpper::new().build(input, scope)
. - Shorthand for
Sub::new().build(x, y, scope)
. - Shorthand for
Substr::new().build(input, pos, len, scope)
. - subtractDeprecatedShorthand for
Subtract::new().build(scope), a, b)
. - Shorthand for
Sum::new().build(input, reduction_indices, scope)
. - Shorthand for
SummaryWriter::new().build(scope)
. - Shorthand for
Svd::new().build(input, scope)
. - Shorthand for
Switch::new().build(data, pred, scope)
. - Shorthand for
SymbolicGradient::new().build(input, scope)
. - Shorthand for
SyncDevice::new().build(scope)
. - Shorthand for
TakeDataset::new().build(input_dataset, count, scope)
. - Shorthand for
TakeManySparseFromTensorsMap::new().build(sparse_handles, scope)
. - Shorthand for
TakeWhileDataset::new().build(input_dataset, other_arguments, scope)
. - Shorthand for
Tan::new().build(x, scope)
. - Shorthand for
Tanh::new().build(x, scope)
. - Shorthand for
TanhGrad::new().build(y, dy, scope)
. - Shorthand for
TemporaryVariable::new().build(scope)
. - Shorthand for
TensorArray::new().build(size, scope)
. - Shorthand for
TensorArrayClose::new().build(handle, scope)
. - Shorthand for
TensorArrayCloseV2::new().build(handle, scope)
. - Shorthand for
TensorArrayCloseV3::new().build(handle, scope)
. - Shorthand for
TensorArrayConcat::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayConcatV2::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayConcatV3::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayGather::new().build(handle, indices, flow_in, scope)
. - Shorthand for
TensorArrayGatherV2::new().build(handle, indices, flow_in, scope)
. - Shorthand for
TensorArrayGatherV3::new().build(handle, indices, flow_in, scope)
. - Shorthand for
TensorArrayGrad::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayGradV2::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayGradV3::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayGradWithShape::new().build(handle, flow_in, shape_to_prepend, scope)
. - Shorthand for
TensorArrayPack::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArrayRead::new().build(handle, index, flow_in, scope)
. - Shorthand for
TensorArrayReadV2::new().build(handle, index, flow_in, scope)
. - Shorthand for
TensorArrayReadV3::new().build(handle, index, flow_in, scope)
. - Shorthand for
TensorArrayScatter::new().build(handle, indices, value, flow_in, scope)
. - Shorthand for
TensorArrayScatterV2::new().build(handle, indices, value, flow_in, scope)
. - Shorthand for
TensorArrayScatterV3::new().build(handle, indices, value, flow_in, scope)
. - Shorthand for
TensorArraySize::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArraySizeV2::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArraySizeV3::new().build(handle, flow_in, scope)
. - Shorthand for
TensorArraySplit::new().build(handle, value, lengths, flow_in, scope)
. - Shorthand for
TensorArraySplitV2::new().build(handle, value, lengths, flow_in, scope)
. - Shorthand for
TensorArraySplitV3::new().build(handle, value, lengths, flow_in, scope)
. - Shorthand for
TensorArrayUnpack::new().build(handle, value, flow_in, scope)
. - Shorthand for
TensorArrayV2::new().build(size, scope)
. - Shorthand for
TensorArrayV3::new().build(size, scope)
. - Shorthand for
TensorArrayWrite::new().build(handle, index, value, flow_in, scope)
. - Shorthand for
TensorArrayWriteV2::new().build(handle, index, value, flow_in, scope)
. - Shorthand for
TensorArrayWriteV3::new().build(handle, index, value, flow_in, scope)
. - Shorthand for
TensorDataset::new().build(components, scope)
. - Shorthand for
TensorListConcat::new().build(input_handle, scope)
. - Shorthand for
TensorListConcatLists::new().build(input_a, input_b, scope)
. - Shorthand for
TensorListConcatV2::new().build(input_handle, element_shape, leading_dims, scope)
. - Shorthand for
TensorListElementShape::new().build(input_handle, scope)
. - Shorthand for
TensorListFromTensor::new().build(tensor, element_shape, scope)
. - Shorthand for
TensorListGather::new().build(input_handle, indices, element_shape, scope)
. - Shorthand for
TensorListGetItem::new().build(input_handle, index, element_shape, scope)
. - Shorthand for
TensorListLength::new().build(input_handle, scope)
. - Shorthand for
TensorListPopBack::new().build(input_handle, element_shape, scope)
. - Shorthand for
TensorListPushBack::new().build(input_handle, tensor, scope)
. - Shorthand for
TensorListPushBackBatch::new().build(input_handles, tensor, scope)
. - Shorthand for
TensorListReserve::new().build(element_shape, num_elements, scope)
. - Shorthand for
TensorListResize::new().build(input_handle, size, scope)
. - Shorthand for
TensorListScatter::new().build(tensor, indices, element_shape, scope)
. - Shorthand for
TensorListScatterIntoExistingList::new().build(input_handle, tensor, indices, scope)
. - Shorthand for
TensorListScatterV2::new().build(tensor, indices, element_shape, num_elements, scope)
. - Shorthand for
TensorListSetItem::new().build(input_handle, index, item, scope)
. - Shorthand for
TensorListSplit::new().build(tensor, element_shape, lengths, scope)
. - Shorthand for
TensorListStack::new().build(input_handle, element_shape, scope)
. - Shorthand for
TensorMapErase::new().build(input_handle, key, scope)
. - Shorthand for
TensorMapHasKey::new().build(input_handle, key, scope)
. - Shorthand for
TensorMapInsert::new().build(input_handle, key, value, scope)
. - Shorthand for
TensorMapLookup::new().build(input_handle, key, scope)
. - Shorthand for
TensorMapSize::new().build(input_handle, scope)
. - Shorthand for
TensorMapStackKeys::new().build(input_handle, scope)
. - Shorthand for
TensorScatterAdd::new().build(tensor, indices, updates, scope)
. - Shorthand for
TensorScatterMax::new().build(tensor, indices, updates, scope)
. - Shorthand for
TensorScatterMin::new().build(tensor, indices, updates, scope)
. - Shorthand for
TensorScatterSub::new().build(tensor, indices, updates, scope)
. - Shorthand for
TensorScatterUpdate::new().build(tensor, indices, updates, scope)
. - Shorthand for
TensorSliceDataset::new().build(components, scope)
. - Shorthand for
TensorStridedSliceUpdate::new().build(input, begin, end, strides, value, scope)
. - Shorthand for
TensorSummary::new().build(tensor, scope)
. - Shorthand for
TensorSummaryV2::new().build(tag, tensor, serialized_summary_metadata, scope)
. - Shorthand for
TextLineDataset::new().build(filenames, compression_type, buffer_size, scope)
. - Shorthand for
TextLineReader::new().build(scope)
. - Shorthand for
TextLineReaderV2::new().build(scope)
. - Shorthand for
TFRecordDataset::new().build(filenames, compression_type, buffer_size, scope)
. - Shorthand for
TFRecordReader::new().build(scope)
. - Shorthand for
TFRecordReaderV2::new().build(scope)
. - Shorthand for
ThreadPoolDataset::new().build(input_dataset, thread_pool, scope)
. - Shorthand for
ThreadPoolHandle::new().build(scope)
. - Shorthand for
ThreadUnsafeUnigramCandidateSampler::new().build(true_classes, scope)
. - Shorthand for
Tile::new().build(input, multiples, scope)
. - Shorthand for
TileGrad::new().build(input, multiples, scope)
. - Shorthand for
Timestamp::new().build(scope)
. - Shorthand for
ToBool::new().build(input, scope)
. - Shorthand for
TopK::new().build(input, scope)
. - Shorthand for
TopKUnique::new().build(input, scope)
. - Shorthand for
TopKV2::new().build(input, k, scope)
. - Shorthand for
TopKWithUnique::new().build(input, scope)
. - Shorthand for
TpuHandleToProtoKey::new().build(uid, scope)
. - Shorthand for
TPUCompilationResult::new().build(scope)
. - Shorthand for
TPUCompile::new().build(dynamic_shapes, guaranteed_constants, scope)
. - Shorthand for
TPUCompileSucceededAssert::new().build(compilation_status, scope)
. - Shorthand for
TPUEmbeddingActivations::new().build(embedding_variable, sliced_activations, scope)
. - Shorthand for
TPUExecute::new().build(args, key, scope)
. - Shorthand for
TPUExecuteAndUpdateVariables::new().build(args, key, scope)
. - Shorthand for
TPUOrdinalSelector::new().build(scope)
. - Shorthand for
TPUPartitionedCall::new().build(args, device_ordinal, scope)
. - Shorthand for
TPUPartitionedInput::new().build(inputs, scope)
. - Shorthand for
TPUPartitionedInputV2::new().build(inputs, scope)
. - Shorthand for
TPUPartitionedOutput::new().build(inputs, scope)
. - Shorthand for
TPUPartitionedOutputV2::new().build(inputs, scope)
. - Shorthand for
TPUReplicateMetadata::new().build(scope)
. - Shorthand for
TPUReplicatedInput::new().build(inputs, scope)
. - Shorthand for
TPUReplicatedOutput::new().build(input, scope)
. - Shorthand for
TPUReshardVariables::new().build(vars, new_format_key, format_state_var, scope)
. - Shorthand for
TPURoundRobin::new().build(scope)
. - Shorthand for
Transpose::new().build(x, perm, scope)
. - Shorthand for
TridiagonalMatMul::new().build(superdiag, maindiag, subdiag, rhs, scope)
. - Shorthand for
TridiagonalSolve::new().build(diagonals, rhs, scope)
. - Shorthand for
TruncateDiv::new().build(x, y, scope)
. - Shorthand for
TruncateMod::new().build(x, y, scope)
. - Shorthand for
TruncatedNormal::new().build(shape, scope)
. - Shorthand for
Unbatch::new().build(batched_tensor, batch_index, id, scope)
. - Shorthand for
UnbatchDataset::new().build(input_dataset, scope)
. - Shorthand for
UnbatchGrad::new().build(original_input, batch_index, grad, id, scope)
. - Shorthand for
UncompressElement::new().build(compressed, scope)
. - Shorthand for
UnicodeDecode::new().build(input, scope)
. - Shorthand for
UnicodeDecodeWithOffsets::new().build(input, scope)
. - Shorthand for
UnicodeEncode::new().build(input_values, input_splits, scope)
. - Shorthand for
UnicodeScript::new().build(input, scope)
. - Shorthand for
UnicodeTranscode::new().build(input, scope)
. - Shorthand for
UniformCandidateSampler::new().build(true_classes, scope)
. - Shorthand for
UniformDequantize::new().build(input, scales, zero_points, scope)
. - Shorthand for
UniformQuantize::new().build(input, scales, zero_points, scope)
. - Shorthand for
UniformQuantizedAdd::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope)
. - Shorthand for
UniformQuantizedClipByValue::new().build(operand, min, max, scales, zero_points, scope)
. - Shorthand for
UniformQuantizedConvolution::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope)
. - Shorthand for
UniformQuantizedConvolutionHybrid::new().build(lhs, rhs, rhs_scales, rhs_zero_points, scope)
. - Shorthand for
UniformQuantizedDot::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope)
. - Shorthand for
UniformQuantizedDotHybrid::new().build(lhs, rhs, rhs_scales, rhs_zero_points, scope)
. - Shorthand for
UniformRequantize::new().build(input, input_scales, input_zero_points, output_scales, output_zero_points, scope)
. - Shorthand for
Unique::new().build(x, scope)
. - Shorthand for
UniqueDataset::new().build(input_dataset, scope)
. - Shorthand for
UniqueV2::new().build(x, axis, scope)
. - Shorthand for
UniqueWithCounts::new().build(x, scope)
. - Shorthand for
UniqueWithCountsV2::new().build(x, axis, scope)
. - Shorthand for
Unpack::new().build(value, scope)
. - Shorthand for
UnravelIndex::new().build(indices, dims, scope)
. - Shorthand for
UnsortedSegmentJoin::new().build(inputs, segment_ids, num_segments, scope)
. - Shorthand for
UnsortedSegmentMax::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
UnsortedSegmentMin::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
UnsortedSegmentProd::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
UnsortedSegmentSum::new().build(data, segment_ids, num_segments, scope)
. - Shorthand for
Unstage::new().build(scope)
. - Shorthand for
UnwrapDatasetVariant::new().build(input_handle, scope)
. - Shorthand for
UpperBound::new().build(sorted_inputs, values, scope)
. - Shorthand for
VarHandleOp::new().build(scope)
. - Shorthand for
VarIsInitializedOp::new().build(resource, scope)
. - Shorthand for
Variable::new().build(scope)
. - Shorthand for
VariableShape::new().build(input, scope)
. - Shorthand for
VariableV2::new().build(scope)
. - Shorthand for
Where::new().build(input, scope)
. - Shorthand for
While::new().build(input, scope)
. - Shorthand for
WholeFileReader::new().build(scope)
. - Shorthand for
WholeFileReaderV2::new().build(scope)
. - Shorthand for
WindowDataset::new().build(input_dataset, size, shift, stride, drop_remainder, scope)
. - Shorthand for
WindowOp::new().build(inputs, scope)
. - Shorthand for
WorkerHeartbeat::new().build(request, scope)
. - Shorthand for
WrapDatasetVariant::new().build(input_handle, scope)
. - Shorthand for
WriteAudioSummary::new().build(writer, step, tag, tensor, sample_rate, scope)
. - Shorthand for
WriteFile::new().build(filename, contents, scope)
. - Shorthand for
WriteGraphSummary::new().build(writer, step, tensor, scope)
. - Shorthand for
WriteHistogramSummary::new().build(writer, step, tag, values, scope)
. - Shorthand for
WriteImageSummary::new().build(writer, step, tag, tensor, bad_color, scope)
. - Shorthand for
WriteRawProtoSummary::new().build(writer, step, tensor, scope)
. - Shorthand for
WriteScalarSummary::new().build(writer, step, tag, value, scope)
. - Shorthand for
WriteSummary::new().build(writer, step, tensor, tag, summary_metadata, scope)
. - Shorthand for
Xdivy::new().build(x, y, scope)
. - Shorthand for
XlaConcatND::new().build(inputs, scope)
. - Shorthand for
XlaHostCompute::new().build(inputs, scope)
. - Shorthand for
XlaRecvFromHost::new().build(scope)
. - Shorthand for
XlaRecvTPUEmbeddingActivations::new().build(deduplication_data, scope)
. - Shorthand for
XlaRecvTPUEmbeddingDeduplicationData::new().build(scope)
. - Shorthand for
XlaSendToHost::new().build(input, scope)
. - Shorthand for
XlaSendTPUEmbeddingGradients::new().build(gradients, learning_rates, deduplication_data, scope)
. - Shorthand for
XlaSplitND::new().build(input, scope)
. - Shorthand for
Xlog1py::new().build(x, y, scope)
. - Shorthand for
Xlogy::new().build(x, y, scope)
. - Shorthand for
ZerosLike::new().build(x, scope)
. - Shorthand for
Zeta::new().build(x, q, scope)
. - Shorthand for
ZipDataset::new().build(input_datasets, scope)
.