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§
- Abort
- Builder for the
Abort
operation. - Abort
Inst - An instance of ‘Abort’ Operation with it’s Outputs and Inputs exposed as methods.
- Abs
- Builder for the
Abs
operation. - AbsInst
- An instance of ‘Abs’ Operation with it’s Outputs and Inputs exposed as methods.
- AccumulateN
V2 - Builder for the
AccumulateNV2
operation. - AccumulateN
V2Inst - An instance of ‘AccumulateNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
Apply Gradient - Builder for the
AccumulatorApplyGradient
operation. - Accumulator
Apply Gradient Inst - An instance of ‘AccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
NumAccumulated - Builder for the
AccumulatorNumAccumulated
operation. - Accumulator
NumAccumulated Inst - An instance of ‘AccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
SetGlobal Step - Builder for the
AccumulatorSetGlobalStep
operation. - Accumulator
SetGlobal Step Inst - An instance of ‘AccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
Take Gradient - Builder for the
AccumulatorTakeGradient
operation. - Accumulator
Take Gradient Inst - An instance of ‘AccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Acos
- Builder for the
Acos
operation. - Acos
Inst - An instance of ‘Acos’ Operation with it’s Outputs and Inputs exposed as methods.
- Acosh
- Builder for the
Acosh
operation. - Acosh
Inst - An instance of ‘Acosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Add
- Builder for the
Add
operation. - AddInst
- An instance of ‘Add’ Operation with it’s Outputs and Inputs exposed as methods.
- AddMany
Sparse ToTensors Map - Builder for the
AddManySparseToTensorsMap
operation. - AddMany
Sparse ToTensors MapInst - An instance of ‘AddManySparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- AddN
- Builder for the
AddN
operation. - AddN
Inst - An instance of ‘AddN’ Operation with it’s Outputs and Inputs exposed as methods.
- AddSparse
ToTensors Map - Builder for the
AddSparseToTensorsMap
operation. - AddSparse
ToTensors MapInst - An instance of ‘AddSparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- AddV2
- Builder for the
AddV2
operation. - AddV2
Inst - An instance of ‘AddV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Contrast - Builder for the
AdjustContrast
operation. - Adjust
Contrast Inst - An instance of ‘AdjustContrast’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Contrastv2 - Builder for the
AdjustContrastv2
operation. - Adjust
Contrastv2 Inst - An instance of ‘AdjustContrastv2’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Hue - Builder for the
AdjustHue
operation. - Adjust
HueInst - An instance of ‘AdjustHue’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Saturation - Builder for the
AdjustSaturation
operation. - Adjust
Saturation Inst - An instance of ‘AdjustSaturation’ Operation with it’s Outputs and Inputs exposed as methods.
- All
- Builder for the
All
operation. - AllCandidate
Sampler - Builder for the
AllCandidateSampler
operation. - AllCandidate
Sampler Inst - An instance of ‘AllCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- AllInst
- An instance of ‘All’ Operation with it’s Outputs and Inputs exposed as methods.
- AllTo
All - Builder for the
AllToAll
operation. - AllTo
AllInst - An instance of ‘AllToAll’ Operation with it’s Outputs and Inputs exposed as methods.
- Angle
- Builder for the
Angle
operation. - Angle
Inst - An instance of ‘Angle’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Hash Table - Builder for the
AnonymousHashTable
operation. - Anonymous
Hash Table Inst - An instance of ‘AnonymousHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Iterator - Builder for the
AnonymousIterator
operation. - Anonymous
Iterator Inst - An instance of ‘AnonymousIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Iterator V2 - Builder for the
AnonymousIteratorV2
operation. - Anonymous
Iterator V3 - Builder for the
AnonymousIteratorV3
operation. - Anonymous
Iterator V2Inst - An instance of ‘AnonymousIteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Iterator V3Inst - An instance of ‘AnonymousIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Memory Cache - Builder for the
AnonymousMemoryCache
operation. - Anonymous
Memory Cache Inst - An instance of ‘AnonymousMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Multi Device Iterator - Builder for the
AnonymousMultiDeviceIterator
operation. - Anonymous
Multi Device Iterator Inst - An instance of ‘AnonymousMultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Multi Device Iterator V3 - Builder for the
AnonymousMultiDeviceIteratorV3
operation. - Anonymous
Multi Device Iterator V3Inst - An instance of ‘AnonymousMultiDeviceIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Mutable Dense Hash Table - Builder for the
AnonymousMutableDenseHashTable
operation. - Anonymous
Mutable Dense Hash Table Inst - An instance of ‘AnonymousMutableDenseHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Mutable Hash Table - Builder for the
AnonymousMutableHashTable
operation. - Anonymous
Mutable Hash Table Inst - An instance of ‘AnonymousMutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Mutable Hash Table OfTensors - Builder for the
AnonymousMutableHashTableOfTensors
operation. - Anonymous
Mutable Hash Table OfTensors Inst - An instance of ‘AnonymousMutableHashTableOfTensors’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Random Seed Generator - Builder for the
AnonymousRandomSeedGenerator
operation. - Anonymous
Random Seed Generator Inst - An instance of ‘AnonymousRandomSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Seed Generator - Builder for the
AnonymousSeedGenerator
operation. - Anonymous
Seed Generator Inst - An instance of ‘AnonymousSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Any
- Builder for the
Any
operation. - AnyInst
- An instance of ‘Any’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
AdaMax - Builder for the
ApplyAdaMax
operation. - Apply
AdaMax Inst - An instance of ‘ApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adadelta - Builder for the
ApplyAdadelta
operation. - Apply
Adadelta Inst - An instance of ‘ApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adagrad - Builder for the
ApplyAdagrad
operation. - Apply
AdagradDA - Builder for the
ApplyAdagradDA
operation. - Apply
AdagradDA Inst - An instance of ‘ApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adagrad Inst - An instance of ‘ApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adagrad V2 - Builder for the
ApplyAdagradV2
operation. - Apply
Adagrad V2Inst - An instance of ‘ApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adam - Builder for the
ApplyAdam
operation. - Apply
Adam Inst - An instance of ‘ApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
AddSign - Builder for the
ApplyAddSign
operation. - Apply
AddSign Inst - An instance of ‘ApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
CenteredRMS Prop - Builder for the
ApplyCenteredRMSProp
operation. - Apply
CenteredRMS Prop Inst - An instance of ‘ApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Ftrl - Builder for the
ApplyFtrl
operation. - Apply
Ftrl Inst - An instance of ‘ApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Ftrl V2 - Builder for the
ApplyFtrlV2
operation. - Apply
Ftrl V2Inst - An instance of ‘ApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Gradient Descent - Builder for the
ApplyGradientDescent
operation. - Apply
Gradient Descent Inst - An instance of ‘ApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Momentum - Builder for the
ApplyMomentum
operation. - Apply
Momentum Inst - An instance of ‘ApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Power Sign - Builder for the
ApplyPowerSign
operation. - Apply
Power Sign Inst - An instance of ‘ApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Proximal Adagrad - Builder for the
ApplyProximalAdagrad
operation. - Apply
Proximal Adagrad Inst - An instance of ‘ApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Proximal Gradient Descent - Builder for the
ApplyProximalGradientDescent
operation. - Apply
Proximal Gradient Descent Inst - An instance of ‘ApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- ApplyRMS
Prop - Builder for the
ApplyRMSProp
operation. - ApplyRMS
Prop Inst - An instance of ‘ApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Approx
TopK - Builder for the
ApproxTopK
operation. - Approx
TopK Inst - An instance of ‘ApproxTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Approximate
Equal - Builder for the
ApproximateEqual
operation. - Approximate
Equal Inst - An instance of ‘ApproximateEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- ArgMax
- Builder for the
ArgMax
operation. - ArgMax
Inst - An instance of ‘ArgMax’ Operation with it’s Outputs and Inputs exposed as methods.
- ArgMin
- Builder for the
ArgMin
operation. - ArgMin
Inst - An instance of ‘ArgMin’ Operation with it’s Outputs and Inputs exposed as methods.
- AsString
- Builder for the
AsString
operation. - AsString
Inst - An instance of ‘AsString’ Operation with it’s Outputs and Inputs exposed as methods.
- Asin
- Builder for the
Asin
operation. - Asin
Inst - An instance of ‘Asin’ Operation with it’s Outputs and Inputs exposed as methods.
- Asinh
- Builder for the
Asinh
operation. - Asinh
Inst - An instance of ‘Asinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Assert
- Builder for the
Assert
operation. - Assert
Cardinality Dataset - Builder for the
AssertCardinalityDataset
operation. - Assert
Cardinality Dataset Inst - An instance of ‘AssertCardinalityDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Assert
Inst - An instance of ‘Assert’ Operation with it’s Outputs and Inputs exposed as methods.
- Assert
Next Dataset - Builder for the
AssertNextDataset
operation. - Assert
Next Dataset Inst - An instance of ‘AssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Assert
Prev Dataset - Builder for the
AssertPrevDataset
operation. - Assert
Prev Dataset Inst - An instance of ‘AssertPrevDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
- Builder for the
Assign
operation. - Assign
Add - Builder for the
AssignAdd
operation. - Assign
AddInst - An instance of ‘AssignAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
AddVariable Op - Builder for the
AssignAddVariableOp
operation. - Assign
AddVariable OpInst - An instance of ‘AssignAddVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
Inst - An instance of ‘Assign’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
Sub - Builder for the
AssignSub
operation. - Assign
SubInst - An instance of ‘AssignSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
SubVariable Op - Builder for the
AssignSubVariableOp
operation. - Assign
SubVariable OpInst - An instance of ‘AssignSubVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
Variable Op - Builder for the
AssignVariableOp
operation. - Assign
Variable OpInst - An instance of ‘AssignVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
Variable XlaConcatND - Builder for the
AssignVariableXlaConcatND
operation. - Assign
Variable XlaConcatND Inst - An instance of ‘AssignVariableXlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- Atan
- Builder for the
Atan
operation. - Atan2
- Builder for the
Atan2
operation. - Atan2
Inst - An instance of ‘Atan2’ Operation with it’s Outputs and Inputs exposed as methods.
- Atan
Inst - An instance of ‘Atan’ Operation with it’s Outputs and Inputs exposed as methods.
- Atanh
- Builder for the
Atanh
operation. - Atanh
Inst - An instance of ‘Atanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Audio
Spectrogram - Builder for the
AudioSpectrogram
operation. - Audio
Spectrogram Inst - An instance of ‘AudioSpectrogram’ Operation with it’s Outputs and Inputs exposed as methods.
- Audio
Summary - Builder for the
AudioSummary
operation. - Audio
Summary Inst - An instance of ‘AudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Audio
Summary V2 - Builder for the
AudioSummaryV2
operation. - Audio
Summary V2Inst - An instance of ‘AudioSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Auto
Shard Dataset - Builder for the
AutoShardDataset
operation. - Auto
Shard Dataset Inst - An instance of ‘AutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- AvgPool
- Builder for the
AvgPool
operation. - AvgPool3D
- Builder for the
AvgPool3D
operation. - AvgPool3D
Grad - Builder for the
AvgPool3DGrad
operation. - AvgPool3D
Grad Inst - An instance of ‘AvgPool3DGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- AvgPool3D
Inst - An instance of ‘AvgPool3D’ Operation with it’s Outputs and Inputs exposed as methods.
- AvgPool
Grad - Builder for the
AvgPoolGrad
operation. - AvgPool
Grad Inst - An instance of ‘AvgPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- AvgPool
Inst - An instance of ‘AvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Banded
Triangular Solve - Builder for the
BandedTriangularSolve
operation. - Banded
Triangular Solve Inst - An instance of ‘BandedTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
- Builder for the
Barrier
operation. - Barrier
Close - Builder for the
BarrierClose
operation. - Barrier
Close Inst - An instance of ‘BarrierClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Incomplete Size - Builder for the
BarrierIncompleteSize
operation. - Barrier
Incomplete Size Inst - An instance of ‘BarrierIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Insert Many - Builder for the
BarrierInsertMany
operation. - Barrier
Insert Many Inst - An instance of ‘BarrierInsertMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Inst - An instance of ‘Barrier’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Ready Size - Builder for the
BarrierReadySize
operation. - Barrier
Ready Size Inst - An instance of ‘BarrierReadySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Take Many - Builder for the
BarrierTakeMany
operation. - Barrier
Take Many Inst - An instance of ‘BarrierTakeMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
- Builder for the
Batch
operation. - Batch
Cholesky - Builder for the
BatchCholesky
operation. - Batch
Cholesky Grad - Builder for the
BatchCholeskyGrad
operation. - Batch
Cholesky Grad Inst - An instance of ‘BatchCholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Cholesky Inst - An instance of ‘BatchCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Dataset - Builder for the
BatchDataset
operation. - Batch
Dataset Inst - An instance of ‘BatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Dataset V2 - Builder for the
BatchDatasetV2
operation. - Batch
Dataset V2Inst - An instance of ‘BatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchFFT
- Builder for the
BatchFFT
operation. - BatchFF
T2D - Builder for the
BatchFFT2D
operation. - BatchFF
T2DInst - An instance of ‘BatchFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchFF
T3D - Builder for the
BatchFFT3D
operation. - BatchFF
T3DInst - An instance of ‘BatchFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchFFT
Inst - An instance of ‘BatchFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Function - Builder for the
BatchFunction
operation. - Batch
Function Inst - An instance of ‘BatchFunction’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchIFFT
- Builder for the
BatchIFFT
operation. - BatchIFF
T2D - Builder for the
BatchIFFT2D
operation. - BatchIFF
T2DInst - An instance of ‘BatchIFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchIFF
T3D - Builder for the
BatchIFFT3D
operation. - BatchIFF
T3DInst - An instance of ‘BatchIFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchIFFT
Inst - An instance of ‘BatchIFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Inst - An instance of ‘Batch’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
MatMul - Builder for the
BatchMatMul
operation. - Batch
MatMul Inst - An instance of ‘BatchMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
MatMul V2 - Builder for the
BatchMatMulV2
operation. - Batch
MatMul V3 - Builder for the
BatchMatMulV3
operation. - Batch
MatMul V2Inst - An instance of ‘BatchMatMulV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
MatMul V3Inst - An instance of ‘BatchMatMulV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Band Part - Builder for the
BatchMatrixBandPart
operation. - Batch
Matrix Band Part Inst - An instance of ‘BatchMatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Determinant - Builder for the
BatchMatrixDeterminant
operation. - Batch
Matrix Determinant Inst - An instance of ‘BatchMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Diag - Builder for the
BatchMatrixDiag
operation. - Batch
Matrix Diag Inst - An instance of ‘BatchMatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Diag Part - Builder for the
BatchMatrixDiagPart
operation. - Batch
Matrix Diag Part Inst - An instance of ‘BatchMatrixDiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Inverse - Builder for the
BatchMatrixInverse
operation. - Batch
Matrix Inverse Inst - An instance of ‘BatchMatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix SetDiag - Builder for the
BatchMatrixSetDiag
operation. - Batch
Matrix SetDiag Inst - An instance of ‘BatchMatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Solve - Builder for the
BatchMatrixSolve
operation. - Batch
Matrix Solve Inst - An instance of ‘BatchMatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Solve Ls - Builder for the
BatchMatrixSolveLs
operation. - Batch
Matrix Solve LsInst - An instance of ‘BatchMatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Triangular Solve - Builder for the
BatchMatrixTriangularSolve
operation. - Batch
Matrix Triangular Solve Inst - An instance of ‘BatchMatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Norm With Global Normalization - Builder for the
BatchNormWithGlobalNormalization
operation. - Batch
Norm With Global Normalization Grad - Builder for the
BatchNormWithGlobalNormalizationGrad
operation. - Batch
Norm With Global Normalization Grad Inst - An instance of ‘BatchNormWithGlobalNormalizationGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Norm With Global Normalization Inst - An instance of ‘BatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Self Adjoint Eig - Builder for the
BatchSelfAdjointEig
operation. - Batch
Self Adjoint EigInst - An instance of ‘BatchSelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Self Adjoint EigV2 - Builder for the
BatchSelfAdjointEigV2
operation. - Batch
Self Adjoint EigV2 Inst - An instance of ‘BatchSelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Svd - Builder for the
BatchSvd
operation. - Batch
SvdInst - An instance of ‘BatchSvd’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
ToSpace - Builder for the
BatchToSpace
operation. - Batch
ToSpace Inst - An instance of ‘BatchToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
ToSpaceND - Builder for the
BatchToSpaceND
operation. - Batch
ToSpaceND Inst - An instance of ‘BatchToSpaceND’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I0 - Builder for the
BesselI0
operation. - Bessel
I0Inst - An instance of ‘BesselI0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I0e - Builder for the
BesselI0e
operation. - Bessel
I0eInst - An instance of ‘BesselI0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I1 - Builder for the
BesselI1
operation. - Bessel
I1Inst - An instance of ‘BesselI1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I1e - Builder for the
BesselI1e
operation. - Bessel
I1eInst - An instance of ‘BesselI1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
J0 - Builder for the
BesselJ0
operation. - Bessel
J0Inst - An instance of ‘BesselJ0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
J1 - Builder for the
BesselJ1
operation. - Bessel
J1Inst - An instance of ‘BesselJ1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K0 - Builder for the
BesselK0
operation. - Bessel
K0Inst - An instance of ‘BesselK0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K0e - Builder for the
BesselK0e
operation. - Bessel
K0eInst - An instance of ‘BesselK0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K1 - Builder for the
BesselK1
operation. - Bessel
K1Inst - An instance of ‘BesselK1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K1e - Builder for the
BesselK1e
operation. - Bessel
K1eInst - An instance of ‘BesselK1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
Y0 - Builder for the
BesselY0
operation. - Bessel
Y0Inst - An instance of ‘BesselY0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
Y1 - Builder for the
BesselY1
operation. - Bessel
Y1Inst - An instance of ‘BesselY1’ Operation with it’s Outputs and Inputs exposed as methods.
- Betainc
- Builder for the
Betainc
operation. - Betainc
Inst - An instance of ‘Betainc’ Operation with it’s Outputs and Inputs exposed as methods.
- BiasAdd
- Builder for the
BiasAdd
operation. - Bias
AddGrad - Builder for the
BiasAddGrad
operation. - Bias
AddGrad Inst - An instance of ‘BiasAddGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Bias
AddInst - An instance of ‘BiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Bias
AddV1 - Builder for the
BiasAddV1
operation. - Bias
AddV1 Inst - An instance of ‘BiasAddV1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bincount
- Builder for the
Bincount
operation. - Bincount
Inst - An instance of ‘Bincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitcast
- Builder for the
Bitcast
operation. - Bitcast
Inst - An instance of ‘Bitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitwise
And - Builder for the
BitwiseAnd
operation. - Bitwise
AndInst - An instance of ‘BitwiseAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitwise
Or - Builder for the
BitwiseOr
operation. - Bitwise
OrInst - An instance of ‘BitwiseOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitwise
Xor - Builder for the
BitwiseXor
operation. - Bitwise
XorInst - An instance of ‘BitwiseXor’ Operation with it’s Outputs and Inputs exposed as methods.
- BlockLSTM
- Builder for the
BlockLSTM
operation. - BlockLSTM
Grad - Builder for the
BlockLSTMGrad
operation. - BlockLSTM
Grad Inst - An instance of ‘BlockLSTMGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- BlockLSTM
Grad V2 - Builder for the
BlockLSTMGradV2
operation. - BlockLSTM
Grad V2Inst - An instance of ‘BlockLSTMGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- BlockLSTM
Inst - An instance of ‘BlockLSTM’ Operation with it’s Outputs and Inputs exposed as methods.
- BlockLSTM
V2 - Builder for the
BlockLSTMV2
operation. - BlockLSTM
V2Inst - An instance of ‘BlockLSTMV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Aggregate Stats - Builder for the
BoostedTreesAggregateStats
operation. - Boosted
Trees Aggregate Stats Inst - An instance of ‘BoostedTreesAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Bucketize - Builder for the
BoostedTreesBucketize
operation. - Boosted
Trees Bucketize Inst - An instance of ‘BoostedTreesBucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Calculate Best Feature Split - Builder for the
BoostedTreesCalculateBestFeatureSplit
operation. - Boosted
Trees Calculate Best Feature Split Inst - An instance of ‘BoostedTreesCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Calculate Best Feature Split V2 - Builder for the
BoostedTreesCalculateBestFeatureSplitV2
operation. - Boosted
Trees Calculate Best Feature Split V2Inst - An instance of ‘BoostedTreesCalculateBestFeatureSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Calculate Best Gains PerFeature - Builder for the
BoostedTreesCalculateBestGainsPerFeature
operation. - Boosted
Trees Calculate Best Gains PerFeature Inst - An instance of ‘BoostedTreesCalculateBestGainsPerFeature’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Center Bias - Builder for the
BoostedTreesCenterBias
operation. - Boosted
Trees Center Bias Inst - An instance of ‘BoostedTreesCenterBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Create Ensemble - Builder for the
BoostedTreesCreateEnsemble
operation. - Boosted
Trees Create Ensemble Inst - An instance of ‘BoostedTreesCreateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Create Quantile Stream Resource - Builder for the
BoostedTreesCreateQuantileStreamResource
operation. - Boosted
Trees Create Quantile Stream Resource Inst - An instance of ‘BoostedTreesCreateQuantileStreamResource’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Deserialize Ensemble - Builder for the
BoostedTreesDeserializeEnsemble
operation. - Boosted
Trees Deserialize Ensemble Inst - An instance of ‘BoostedTreesDeserializeEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Ensemble Resource Handle Op - Builder for the
BoostedTreesEnsembleResourceHandleOp
operation. - Boosted
Trees Ensemble Resource Handle OpInst - An instance of ‘BoostedTreesEnsembleResourceHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Example Debug Outputs - Builder for the
BoostedTreesExampleDebugOutputs
operation. - Boosted
Trees Example Debug Outputs Inst - An instance of ‘BoostedTreesExampleDebugOutputs’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Flush Quantile Summaries - Builder for the
BoostedTreesFlushQuantileSummaries
operation. - Boosted
Trees Flush Quantile Summaries Inst - An instance of ‘BoostedTreesFlushQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees GetEnsemble States - Builder for the
BoostedTreesGetEnsembleStates
operation. - Boosted
Trees GetEnsemble States Inst - An instance of ‘BoostedTreesGetEnsembleStates’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Make Quantile Summaries - Builder for the
BoostedTreesMakeQuantileSummaries
operation. - Boosted
Trees Make Quantile Summaries Inst - An instance of ‘BoostedTreesMakeQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Make Stats Summary - Builder for the
BoostedTreesMakeStatsSummary
operation. - Boosted
Trees Make Stats Summary Inst - An instance of ‘BoostedTreesMakeStatsSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Predict - Builder for the
BoostedTreesPredict
operation. - Boosted
Trees Predict Inst - An instance of ‘BoostedTreesPredict’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Quantile Stream Resource AddSummaries - Builder for the
BoostedTreesQuantileStreamResourceAddSummaries
operation. - Boosted
Trees Quantile Stream Resource AddSummaries Inst - An instance of ‘BoostedTreesQuantileStreamResourceAddSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Quantile Stream Resource Deserialize - Builder for the
BoostedTreesQuantileStreamResourceDeserialize
operation. - Boosted
Trees Quantile Stream Resource Deserialize Inst - An instance of ‘BoostedTreesQuantileStreamResourceDeserialize’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Quantile Stream Resource Flush - Builder for the
BoostedTreesQuantileStreamResourceFlush
operation. - Boosted
Trees Quantile Stream Resource Flush Inst - An instance of ‘BoostedTreesQuantileStreamResourceFlush’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Quantile Stream Resource GetBucket Boundaries - Builder for the
BoostedTreesQuantileStreamResourceGetBucketBoundaries
operation. - Boosted
Trees Quantile Stream Resource GetBucket Boundaries Inst - An instance of ‘BoostedTreesQuantileStreamResourceGetBucketBoundaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Quantile Stream Resource Handle Op - Builder for the
BoostedTreesQuantileStreamResourceHandleOp
operation. - Boosted
Trees Quantile Stream Resource Handle OpInst - An instance of ‘BoostedTreesQuantileStreamResourceHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Serialize Ensemble - Builder for the
BoostedTreesSerializeEnsemble
operation. - Boosted
Trees Serialize Ensemble Inst - An instance of ‘BoostedTreesSerializeEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Sparse Aggregate Stats - Builder for the
BoostedTreesSparseAggregateStats
operation. - Boosted
Trees Sparse Aggregate Stats Inst - An instance of ‘BoostedTreesSparseAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Sparse Calculate Best Feature Split - Builder for the
BoostedTreesSparseCalculateBestFeatureSplit
operation. - Boosted
Trees Sparse Calculate Best Feature Split Inst - An instance of ‘BoostedTreesSparseCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Training Predict - Builder for the
BoostedTreesTrainingPredict
operation. - Boosted
Trees Training Predict Inst - An instance of ‘BoostedTreesTrainingPredict’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Update Ensemble - Builder for the
BoostedTreesUpdateEnsemble
operation. - Boosted
Trees Update Ensemble Inst - An instance of ‘BoostedTreesUpdateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Update Ensemble V2 - Builder for the
BoostedTreesUpdateEnsembleV2
operation. - Boosted
Trees Update Ensemble V2Inst - An instance of ‘BoostedTreesUpdateEnsembleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Broadcast
Args - Builder for the
BroadcastArgs
operation. - Broadcast
Args Inst - An instance of ‘BroadcastArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Broadcast
Gradient Args - Builder for the
BroadcastGradientArgs
operation. - Broadcast
Gradient Args Inst - An instance of ‘BroadcastGradientArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Broadcast
To - Builder for the
BroadcastTo
operation. - Broadcast
ToInst - An instance of ‘BroadcastTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Bucketize
- Builder for the
Bucketize
operation. - Bucketize
Inst - An instance of ‘Bucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Bytes
Produced Stats Dataset - Builder for the
BytesProducedStatsDataset
operation. - Bytes
Produced Stats Dataset Inst - An instance of ‘BytesProducedStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- CSRSparse
Matrix Components - Builder for the
CSRSparseMatrixComponents
operation. - CSRSparse
Matrix Components Inst - An instance of ‘CSRSparseMatrixComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- CSRSparse
Matrix ToDense - Builder for the
CSRSparseMatrixToDense
operation. - CSRSparse
Matrix ToDense Inst - An instance of ‘CSRSparseMatrixToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- CSRSparse
Matrix ToSparse Tensor - Builder for the
CSRSparseMatrixToSparseTensor
operation. - CSRSparse
Matrix ToSparse Tensor Inst - An instance of ‘CSRSparseMatrixToSparseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- CSVDataset
- Builder for the
CSVDataset
operation. - CSVDataset
Inst - An instance of ‘CSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- CSVDataset
V2 - Builder for the
CSVDatasetV2
operation. - CSVDataset
V2Inst - An instance of ‘CSVDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCBeam
Search Decoder - Builder for the
CTCBeamSearchDecoder
operation. - CTCBeam
Search Decoder Inst - An instance of ‘CTCBeamSearchDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCGreedy
Decoder - Builder for the
CTCGreedyDecoder
operation. - CTCGreedy
Decoder Inst - An instance of ‘CTCGreedyDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCLoss
- Builder for the
CTCLoss
operation. - CTCLoss
Inst - An instance of ‘CTCLoss’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCLoss
V2 - Builder for the
CTCLossV2
operation. - CTCLoss
V2Inst - An instance of ‘CTCLossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Cache
Dataset - Builder for the
CacheDataset
operation. - Cache
Dataset Inst - An instance of ‘CacheDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Cache
Dataset V2 - Builder for the
CacheDatasetV2
operation. - Cache
Dataset V2Inst - An instance of ‘CacheDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Case
- Builder for the
Case
operation. - Case
Inst - An instance of ‘Case’ Operation with it’s Outputs and Inputs exposed as methods.
- Cast
- Builder for the
Cast
operation. - Cast
Inst - An instance of ‘Cast’ Operation with it’s Outputs and Inputs exposed as methods.
- Ceil
- Builder for the
Ceil
operation. - Ceil
Inst - An instance of ‘Ceil’ Operation with it’s Outputs and Inputs exposed as methods.
- Check
Numerics - Builder for the
CheckNumerics
operation. - Check
Numerics Inst - An instance of ‘CheckNumerics’ Operation with it’s Outputs and Inputs exposed as methods.
- Check
Numerics V2 - Builder for the
CheckNumericsV2
operation. - Check
Numerics V2Inst - An instance of ‘CheckNumericsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Cholesky
- Builder for the
Cholesky
operation. - Cholesky
Grad - Builder for the
CholeskyGrad
operation. - Cholesky
Grad Inst - An instance of ‘CholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Cholesky
Inst - An instance of ‘Cholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Choose
Fastest Branch Dataset - Builder for the
ChooseFastestBranchDataset
operation. - Choose
Fastest Branch Dataset Inst - An instance of ‘ChooseFastestBranchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Choose
Fastest Dataset - Builder for the
ChooseFastestDataset
operation. - Choose
Fastest Dataset Inst - An instance of ‘ChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Clip
ByValue - Builder for the
ClipByValue
operation. - Clip
ByValue Inst - An instance of ‘ClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Close
Summary Writer - Builder for the
CloseSummaryWriter
operation. - Close
Summary Writer Inst - An instance of ‘CloseSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- CollateTPU
Embedding Memory - Builder for the
CollateTPUEmbeddingMemory
operation. - CollateTPU
Embedding Memory Inst - An instance of ‘CollateTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
AllTo AllV2 - Builder for the
CollectiveAllToAllV2
operation. - Collective
AllTo AllV3 - Builder for the
CollectiveAllToAllV3
operation. - Collective
AllTo AllV2 Inst - An instance of ‘CollectiveAllToAllV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
AllTo AllV3 Inst - An instance of ‘CollectiveAllToAllV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Assign Group V2 - Builder for the
CollectiveAssignGroupV2
operation. - Collective
Assign Group V2Inst - An instance of ‘CollectiveAssignGroupV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Bcast Recv - Builder for the
CollectiveBcastRecv
operation. - Collective
Bcast Recv Inst - An instance of ‘CollectiveBcastRecv’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Bcast Recv V2 - Builder for the
CollectiveBcastRecvV2
operation. - Collective
Bcast Recv V2Inst - An instance of ‘CollectiveBcastRecvV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Bcast Send - Builder for the
CollectiveBcastSend
operation. - Collective
Bcast Send Inst - An instance of ‘CollectiveBcastSend’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Bcast Send V2 - Builder for the
CollectiveBcastSendV2
operation. - Collective
Bcast Send V2Inst - An instance of ‘CollectiveBcastSendV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Gather - Builder for the
CollectiveGather
operation. - Collective
Gather Inst - An instance of ‘CollectiveGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Gather V2 - Builder for the
CollectiveGatherV2
operation. - Collective
Gather V2Inst - An instance of ‘CollectiveGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Initialize Communicator - Builder for the
CollectiveInitializeCommunicator
operation. - Collective
Initialize Communicator Inst - An instance of ‘CollectiveInitializeCommunicator’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Permute - Builder for the
CollectivePermute
operation. - Collective
Permute Inst - An instance of ‘CollectivePermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce - Builder for the
CollectiveReduce
operation. - Collective
Reduce Inst - An instance of ‘CollectiveReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce Scatter V2 - Builder for the
CollectiveReduceScatterV2
operation. - Collective
Reduce Scatter V2Inst - An instance of ‘CollectiveReduceScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce V2 - Builder for the
CollectiveReduceV2
operation. - Collective
Reduce V3 - Builder for the
CollectiveReduceV3
operation. - Collective
Reduce V2Inst - An instance of ‘CollectiveReduceV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce V3Inst - An instance of ‘CollectiveReduceV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Combined
NonMax Suppression - Builder for the
CombinedNonMaxSuppression
operation. - Combined
NonMax Suppression Inst - An instance of ‘CombinedNonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- Complex
- Builder for the
Complex
operation. - Complex
Abs - Builder for the
ComplexAbs
operation. - Complex
AbsInst - An instance of ‘ComplexAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- Complex
Inst - An instance of ‘Complex’ Operation with it’s Outputs and Inputs exposed as methods.
- Composite
Tensor Variant From Components - Builder for the
CompositeTensorVariantFromComponents
operation. - Composite
Tensor Variant From Components Inst - An instance of ‘CompositeTensorVariantFromComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Composite
Tensor Variant ToComponents - Builder for the
CompositeTensorVariantToComponents
operation. - Composite
Tensor Variant ToComponents Inst - An instance of ‘CompositeTensorVariantToComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Compress
Element - Builder for the
CompressElement
operation. - Compress
Element Inst - An instance of ‘CompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Compute
Accidental Hits - Builder for the
ComputeAccidentalHits
operation. - Compute
Accidental Hits Inst - An instance of ‘ComputeAccidentalHits’ Operation with it’s Outputs and Inputs exposed as methods.
- Compute
Batch Size - Builder for the
ComputeBatchSize
operation. - Compute
Batch Size Inst - An instance of ‘ComputeBatchSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Compute
Dedup Data Tuple Mask - Builder for the
ComputeDedupDataTupleMask
operation. - Compute
Dedup Data Tuple Mask Inst - An instance of ‘ComputeDedupDataTupleMask’ Operation with it’s Outputs and Inputs exposed as methods.
- Concat
- Builder for the
Concat
operation. - Concat
Inst - An instance of ‘Concat’ Operation with it’s Outputs and Inputs exposed as methods.
- Concat
Offset - Builder for the
ConcatOffset
operation. - Concat
Offset Inst - An instance of ‘ConcatOffset’ Operation with it’s Outputs and Inputs exposed as methods.
- Concat
V2 - Builder for the
ConcatV2
operation. - Concat
V2Inst - An instance of ‘ConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Concatenate
Dataset - Builder for the
ConcatenateDataset
operation. - Concatenate
Dataset Inst - An instance of ‘ConcatenateDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Conditional
Accumulator - Builder for the
ConditionalAccumulator
operation. - Conditional
Accumulator Inst - An instance of ‘ConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Configure
AndInitialize GlobalTPU - Builder for the
ConfigureAndInitializeGlobalTPU
operation. - Configure
AndInitialize GlobalTPU Inst - An instance of ‘ConfigureAndInitializeGlobalTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Configure
DistributedTPU - Builder for the
ConfigureDistributedTPU
operation. - Configure
DistributedTPU Inst - An instance of ‘ConfigureDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- ConfigureTPU
Embedding - Builder for the
ConfigureTPUEmbedding
operation. - ConfigureTPU
Embedding Host - Builder for the
ConfigureTPUEmbeddingHost
operation. - ConfigureTPU
Embedding Host Inst - An instance of ‘ConfigureTPUEmbeddingHost’ Operation with it’s Outputs and Inputs exposed as methods.
- ConfigureTPU
Embedding Inst - An instance of ‘ConfigureTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- ConfigureTPU
Embedding Memory - Builder for the
ConfigureTPUEmbeddingMemory
operation. - ConfigureTPU
Embedding Memory Inst - An instance of ‘ConfigureTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Conj
- Builder for the
Conj
operation. - Conj
Inst - An instance of ‘Conj’ Operation with it’s Outputs and Inputs exposed as methods.
- Conjugate
Transpose - Builder for the
ConjugateTranspose
operation. - Conjugate
Transpose Inst - An instance of ‘ConjugateTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- ConnectTPU
Embedding Hosts - Builder for the
ConnectTPUEmbeddingHosts
operation. - ConnectTPU
Embedding Hosts Inst - An instance of ‘ConnectTPUEmbeddingHosts’ Operation with it’s Outputs and Inputs exposed as methods.
- Const
- Builder for the
Const
operation. - Const
Inst - An instance of ‘Const’ Operation with it’s Outputs and Inputs exposed as methods.
- Consume
Mutex Lock - Builder for the
ConsumeMutexLock
operation. - Consume
Mutex Lock Inst - An instance of ‘ConsumeMutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- Control
Trigger - Builder for the
ControlTrigger
operation. - Control
Trigger Inst - An instance of ‘ControlTrigger’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
- Builder for the
Conv2D
operation. - Conv2D
Backprop Filter - Builder for the
Conv2DBackpropFilter
operation. - Conv2D
Backprop Filter Inst - An instance of ‘Conv2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
Backprop Filter V2 - Builder for the
Conv2DBackpropFilterV2
operation. - Conv2D
Backprop Filter V2Inst - An instance of ‘Conv2DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
Backprop Input - Builder for the
Conv2DBackpropInput
operation. - Conv2D
Backprop Input Inst - An instance of ‘Conv2DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
Backprop Input V2 - Builder for the
Conv2DBackpropInputV2
operation. - Conv2D
Backprop Input V2Inst - An instance of ‘Conv2DBackpropInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
Inst - An instance of ‘Conv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv3D
- Builder for the
Conv3D
operation. - Conv3D
Backprop Filter - Builder for the
Conv3DBackpropFilter
operation. - Conv3D
Backprop Filter Inst - An instance of ‘Conv3DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv3D
Backprop Filter V2 - Builder for the
Conv3DBackpropFilterV2
operation. - Conv3D
Backprop Filter V2Inst - An instance of ‘Conv3DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv3D
Backprop Input - Builder for the
Conv3DBackpropInput
operation. - Conv3D
Backprop Input Inst - An instance of ‘Conv3DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv3D
Backprop Input V2 - Builder for the
Conv3DBackpropInputV2
operation. - Conv3D
Backprop Input V2Inst - An instance of ‘Conv3DBackpropInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv3D
Inst - An instance of ‘Conv3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Copy
- Builder for the
Copy
operation. - Copy
Host - Builder for the
CopyHost
operation. - Copy
Host Inst - An instance of ‘CopyHost’ Operation with it’s Outputs and Inputs exposed as methods.
- Copy
Inst - An instance of ‘Copy’ Operation with it’s Outputs and Inputs exposed as methods.
- Copy
ToMesh - Builder for the
CopyToMesh
operation. - Copy
ToMesh Grad - Builder for the
CopyToMeshGrad
operation. - Copy
ToMesh Grad Inst - An instance of ‘CopyToMeshGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Copy
ToMesh Inst - An instance of ‘CopyToMesh’ Operation with it’s Outputs and Inputs exposed as methods.
- Cos
- Builder for the
Cos
operation. - CosInst
- An instance of ‘Cos’ Operation with it’s Outputs and Inputs exposed as methods.
- Cosh
- Builder for the
Cosh
operation. - Cosh
Inst - An instance of ‘Cosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Count
UpTo - Builder for the
CountUpTo
operation. - Count
UpTo Inst - An instance of ‘CountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Create
Summary DbWriter - Builder for the
CreateSummaryDbWriter
operation. - Create
Summary DbWriter Inst - An instance of ‘CreateSummaryDbWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Create
Summary File Writer - Builder for the
CreateSummaryFileWriter
operation. - Create
Summary File Writer Inst - An instance of ‘CreateSummaryFileWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Crop
AndResize - Builder for the
CropAndResize
operation. - Crop
AndResize Grad Boxes - Builder for the
CropAndResizeGradBoxes
operation. - Crop
AndResize Grad Boxes Inst - An instance of ‘CropAndResizeGradBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
- Crop
AndResize Grad Image - Builder for the
CropAndResizeGradImage
operation. - Crop
AndResize Grad Image Inst - An instance of ‘CropAndResizeGradImage’ Operation with it’s Outputs and Inputs exposed as methods.
- Crop
AndResize Inst - An instance of ‘CropAndResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Cross
- Builder for the
Cross
operation. - Cross
Inst - An instance of ‘Cross’ Operation with it’s Outputs and Inputs exposed as methods.
- Cross
Replica Sum - Builder for the
CrossReplicaSum
operation. - Cross
Replica SumInst - An instance of ‘CrossReplicaSum’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
- Builder for the
CudnnRNN
operation. - CudnnRNN
Backprop - Builder for the
CudnnRNNBackprop
operation. - CudnnRNN
Backprop Inst - An instance of ‘CudnnRNNBackprop’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Backprop V2 - Builder for the
CudnnRNNBackpropV2
operation. - CudnnRNN
Backprop V3 - Builder for the
CudnnRNNBackpropV3
operation. - CudnnRNN
Backprop V2Inst - An instance of ‘CudnnRNNBackpropV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Backprop V3Inst - An instance of ‘CudnnRNNBackpropV3’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Canonical ToParams - Builder for the
CudnnRNNCanonicalToParams
operation. - CudnnRNN
Canonical ToParams Inst - An instance of ‘CudnnRNNCanonicalToParams’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Canonical ToParams V2 - Builder for the
CudnnRNNCanonicalToParamsV2
operation. - CudnnRNN
Canonical ToParams V2Inst - An instance of ‘CudnnRNNCanonicalToParamsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Inst - An instance of ‘CudnnRNN’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Params Size - Builder for the
CudnnRNNParamsSize
operation. - CudnnRNN
Params Size Inst - An instance of ‘CudnnRNNParamsSize’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Params ToCanonical - Builder for the
CudnnRNNParamsToCanonical
operation. - CudnnRNN
Params ToCanonical Inst - An instance of ‘CudnnRNNParamsToCanonical’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Params ToCanonical V2 - Builder for the
CudnnRNNParamsToCanonicalV2
operation. - CudnnRNN
Params ToCanonical V2Inst - An instance of ‘CudnnRNNParamsToCanonicalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
V2 - Builder for the
CudnnRNNV2
operation. - CudnnRNN
V3 - Builder for the
CudnnRNNV3
operation. - CudnnRNN
V2Inst - An instance of ‘CudnnRNNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
V3Inst - An instance of ‘CudnnRNNV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Cumprod
- Builder for the
Cumprod
operation. - Cumprod
Inst - An instance of ‘Cumprod’ Operation with it’s Outputs and Inputs exposed as methods.
- Cumsum
- Builder for the
Cumsum
operation. - Cumsum
Inst - An instance of ‘Cumsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Cumulative
Logsumexp - Builder for the
CumulativeLogsumexp
operation. - Cumulative
Logsumexp Inst - An instance of ‘CumulativeLogsumexp’ Operation with it’s Outputs and Inputs exposed as methods.
- DTensor
Restore V2 - Builder for the
DTensorRestoreV2
operation. - DTensor
Restore V2Inst - An instance of ‘DTensorRestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- DTensor
SetGlobalTPU Array - Builder for the
DTensorSetGlobalTPUArray
operation. - DTensor
SetGlobalTPU Array Inst - An instance of ‘DTensorSetGlobalTPUArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Format DimMap - Builder for the
DataFormatDimMap
operation. - Data
Format DimMap Inst - An instance of ‘DataFormatDimMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Format VecPermute - Builder for the
DataFormatVecPermute
operation. - Data
Format VecPermute Inst - An instance of ‘DataFormatVecPermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Service Dataset - Builder for the
DataServiceDataset
operation. - Data
Service Dataset Inst - An instance of ‘DataServiceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Service Dataset V2 - Builder for the
DataServiceDatasetV2
operation. - Data
Service Dataset V3 - Builder for the
DataServiceDatasetV3
operation. - Data
Service Dataset V4 - Builder for the
DataServiceDatasetV4
operation. - Data
Service Dataset V2Inst - An instance of ‘DataServiceDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Service Dataset V3Inst - An instance of ‘DataServiceDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Service Dataset V4Inst - An instance of ‘DataServiceDatasetV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
Cardinality - Builder for the
DatasetCardinality
operation. - Dataset
Cardinality Inst - An instance of ‘DatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
From Graph - Builder for the
DatasetFromGraph
operation. - Dataset
From Graph Inst - An instance of ‘DatasetFromGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToGraph - Builder for the
DatasetToGraph
operation. - Dataset
ToGraph Inst - An instance of ‘DatasetToGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToGraph V2 - Builder for the
DatasetToGraphV2
operation. - Dataset
ToGraph V2Inst - An instance of ‘DatasetToGraphV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToSingle Element - Builder for the
DatasetToSingleElement
operation. - Dataset
ToSingle Element Inst - An instance of ‘DatasetToSingleElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToTF Record - Builder for the
DatasetToTFRecord
operation. - Dataset
ToTF Record Inst - An instance of ‘DatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Dawsn
- Builder for the
Dawsn
operation. - Dawsn
Inst - An instance of ‘Dawsn’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Gradient Identity - Builder for the
DebugGradientIdentity
operation. - Debug
Gradient Identity Inst - An instance of ‘DebugGradientIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Gradient RefIdentity - Builder for the
DebugGradientRefIdentity
operation. - Debug
Gradient RefIdentity Inst - An instance of ‘DebugGradientRefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Identity - Builder for the
DebugIdentity
operation. - Debug
Identity Inst - An instance of ‘DebugIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Identity V2 - Builder for the
DebugIdentityV2
operation. - Debug
Identity V3 - Builder for the
DebugIdentityV3
operation. - Debug
Identity V2Inst - An instance of ‘DebugIdentityV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Identity V3Inst - An instance of ‘DebugIdentityV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
NanCount - Builder for the
DebugNanCount
operation. - Debug
NanCount Inst - An instance of ‘DebugNanCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Numeric Summary - Builder for the
DebugNumericSummary
operation. - Debug
Numeric Summary Inst - An instance of ‘DebugNumericSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Numeric Summary V2 - Builder for the
DebugNumericSummaryV2
operation. - Debug
Numeric Summary V2Inst - An instance of ‘DebugNumericSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
AndCrop Jpeg - Builder for the
DecodeAndCropJpeg
operation. - Decode
AndCrop Jpeg Inst - An instance of ‘DecodeAndCropJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Base64 - Builder for the
DecodeBase64
operation. - Decode
Base64 Inst - An instance of ‘DecodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Bmp - Builder for the
DecodeBmp
operation. - Decode
BmpInst - An instance of ‘DecodeBmp’ Operation with it’s Outputs and Inputs exposed as methods.
- DecodeCSV
- Builder for the
DecodeCSV
operation. - DecodeCSV
Inst - An instance of ‘DecodeCSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Compressed - Builder for the
DecodeCompressed
operation. - Decode
Compressed Inst - An instance of ‘DecodeCompressed’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Gif - Builder for the
DecodeGif
operation. - Decode
GifInst - An instance of ‘DecodeGif’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Image - Builder for the
DecodeImage
operation. - Decode
Image Inst - An instance of ‘DecodeImage’ Operation with it’s Outputs and Inputs exposed as methods.
- DecodeJSON
Example - Builder for the
DecodeJSONExample
operation. - DecodeJSON
Example Inst - An instance of ‘DecodeJSONExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Jpeg - Builder for the
DecodeJpeg
operation. - Decode
Jpeg Inst - An instance of ‘DecodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Padded Raw - Builder for the
DecodePaddedRaw
operation. - Decode
Padded RawInst - An instance of ‘DecodePaddedRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Png - Builder for the
DecodePng
operation. - Decode
PngInst - An instance of ‘DecodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Proto V2 - Builder for the
DecodeProtoV2
operation. - Decode
Proto V2Inst - An instance of ‘DecodeProtoV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Raw - Builder for the
DecodeRaw
operation. - Decode
RawInst - An instance of ‘DecodeRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Wav - Builder for the
DecodeWav
operation. - Decode
WavInst - An instance of ‘DecodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- Deep
Copy - Builder for the
DeepCopy
operation. - Deep
Copy Inst - An instance of ‘DeepCopy’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Iterator - Builder for the
DeleteIterator
operation. - Delete
Iterator Inst - An instance of ‘DeleteIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Memory Cache - Builder for the
DeleteMemoryCache
operation. - Delete
Memory Cache Inst - An instance of ‘DeleteMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Multi Device Iterator - Builder for the
DeleteMultiDeviceIterator
operation. - Delete
Multi Device Iterator Inst - An instance of ‘DeleteMultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Random Seed Generator - Builder for the
DeleteRandomSeedGenerator
operation. - Delete
Random Seed Generator Inst - An instance of ‘DeleteRandomSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Seed Generator - Builder for the
DeleteSeedGenerator
operation. - Delete
Seed Generator Inst - An instance of ‘DeleteSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Session Tensor - Builder for the
DeleteSessionTensor
operation. - Delete
Session Tensor Inst - An instance of ‘DeleteSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
Bincount - Builder for the
DenseBincount
operation. - Dense
Bincount Inst - An instance of ‘DenseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
Count Sparse Output - Builder for the
DenseCountSparseOutput
operation. - Dense
Count Sparse Output Inst - An instance of ‘DenseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
ToCSR Sparse Matrix - Builder for the
DenseToCSRSparseMatrix
operation. - Dense
ToCSR Sparse Matrix Inst - An instance of ‘DenseToCSRSparseMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
ToDense SetOperation - Builder for the
DenseToDenseSetOperation
operation. - Dense
ToDense SetOperation Inst - An instance of ‘DenseToDenseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
ToSparse Batch Dataset - Builder for the
DenseToSparseBatchDataset
operation. - Dense
ToSparse Batch Dataset Inst - An instance of ‘DenseToSparseBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
ToSparse SetOperation - Builder for the
DenseToSparseSetOperation
operation. - Dense
ToSparse SetOperation Inst - An instance of ‘DenseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Depth
ToSpace - Builder for the
DepthToSpace
operation. - Depth
ToSpace Inst - An instance of ‘DepthToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Depthwise
Conv2d Native - Builder for the
DepthwiseConv2dNative
operation. - Depthwise
Conv2d Native Backprop Filter - Builder for the
DepthwiseConv2dNativeBackpropFilter
operation. - Depthwise
Conv2d Native Backprop Filter Inst - An instance of ‘DepthwiseConv2dNativeBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Depthwise
Conv2d Native Backprop Input - Builder for the
DepthwiseConv2dNativeBackpropInput
operation. - Depthwise
Conv2d Native Backprop Input Inst - An instance of ‘DepthwiseConv2dNativeBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Depthwise
Conv2d Native Inst - An instance of ‘DepthwiseConv2dNative’ Operation with it’s Outputs and Inputs exposed as methods.
- Dequantize
- Builder for the
Dequantize
operation. - Dequantize
Inst - An instance of ‘Dequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Deserialize
Iterator - Builder for the
DeserializeIterator
operation. - Deserialize
Iterator Inst - An instance of ‘DeserializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Deserialize
Many Sparse - Builder for the
DeserializeManySparse
operation. - Deserialize
Many Sparse Inst - An instance of ‘DeserializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Deserialize
Sparse - Builder for the
DeserializeSparse
operation. - Deserialize
Sparse Inst - An instance of ‘DeserializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Destroy
Resource Op - Builder for the
DestroyResourceOp
operation. - Destroy
Resource OpInst - An instance of ‘DestroyResourceOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Destroy
Temporary Variable - Builder for the
DestroyTemporaryVariable
operation. - Destroy
Temporary Variable Inst - An instance of ‘DestroyTemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Device
Index - Builder for the
DeviceIndex
operation. - Device
Index Inst - An instance of ‘DeviceIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Diag
- Builder for the
Diag
operation. - Diag
Inst - An instance of ‘Diag’ Operation with it’s Outputs and Inputs exposed as methods.
- Diag
Part - Builder for the
DiagPart
operation. - Diag
Part Inst - An instance of ‘DiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Digamma
- Builder for the
Digamma
operation. - Digamma
Inst - An instance of ‘Digamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Dilation2D
- Builder for the
Dilation2D
operation. - Dilation2D
Backprop Filter - Builder for the
Dilation2DBackpropFilter
operation. - Dilation2D
Backprop Filter Inst - An instance of ‘Dilation2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Dilation2D
Backprop Input - Builder for the
Dilation2DBackpropInput
operation. - Dilation2D
Backprop Input Inst - An instance of ‘Dilation2DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Dilation2D
Inst - An instance of ‘Dilation2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Directed
Interleave Dataset - Builder for the
DirectedInterleaveDataset
operation. - Directed
Interleave Dataset Inst - An instance of ‘DirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Disable
Copy OnRead - Builder for the
DisableCopyOnRead
operation. - Disable
Copy OnRead Inst - An instance of ‘DisableCopyOnRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Distributed
Save - Builder for the
DistributedSave
operation. - Distributed
Save Inst - An instance of ‘DistributedSave’ Operation with it’s Outputs and Inputs exposed as methods.
- Div
- Builder for the
Div
operation. - DivInst
- An instance of ‘Div’ Operation with it’s Outputs and Inputs exposed as methods.
- DivNo
Nan - Builder for the
DivNoNan
operation. - DivNo
NanInst - An instance of ‘DivNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Draw
Bounding Boxes - Builder for the
DrawBoundingBoxes
operation. - Draw
Bounding Boxes Inst - An instance of ‘DrawBoundingBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
- Draw
Bounding Boxes V2 - Builder for the
DrawBoundingBoxesV2
operation. - Draw
Bounding Boxes V2Inst - An instance of ‘DrawBoundingBoxesV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Dummy
Iteration Counter - Builder for the
DummyIterationCounter
operation. - Dummy
Iteration Counter Inst - An instance of ‘DummyIterationCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Dummy
Memory Cache - Builder for the
DummyMemoryCache
operation. - Dummy
Memory Cache Inst - An instance of ‘DummyMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Dummy
Seed Generator - Builder for the
DummySeedGenerator
operation. - Dummy
Seed Generator Inst - An instance of ‘DummySeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Dynamic
EnqueueTPU Embedding Arbitrary Tensor Batch - Builder for the
DynamicEnqueueTPUEmbeddingArbitraryTensorBatch
operation. - Dynamic
EnqueueTPU Embedding Arbitrary Tensor Batch Inst - An instance of ‘DynamicEnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Dynamic
Partition - Builder for the
DynamicPartition
operation. - Dynamic
Partition Inst - An instance of ‘DynamicPartition’ Operation with it’s Outputs and Inputs exposed as methods.
- Dynamic
Stitch - Builder for the
DynamicStitch
operation. - Dynamic
Stitch Inst - An instance of ‘DynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Eager
PyFunc - Builder for the
EagerPyFunc
operation. - Eager
PyFunc Inst - An instance of ‘EagerPyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- Edit
Distance - Builder for the
EditDistance
operation. - Edit
Distance Inst - An instance of ‘EditDistance’ Operation with it’s Outputs and Inputs exposed as methods.
- Eig
- Builder for the
Eig
operation. - EigInst
- An instance of ‘Eig’ Operation with it’s Outputs and Inputs exposed as methods.
- Einsum
- Builder for the
Einsum
operation. - Einsum
Inst - An instance of ‘Einsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Elu
- Builder for the
Elu
operation. - EluGrad
- Builder for the
EluGrad
operation. - EluGrad
Inst - An instance of ‘EluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- EluInst
- An instance of ‘Elu’ Operation with it’s Outputs and Inputs exposed as methods.
- Empty
- Builder for the
Empty
operation. - Empty
Inst - An instance of ‘Empty’ Operation with it’s Outputs and Inputs exposed as methods.
- Empty
Tensor List - Builder for the
EmptyTensorList
operation. - Empty
Tensor List Inst - An instance of ‘EmptyTensorList’ Operation with it’s Outputs and Inputs exposed as methods.
- Empty
Tensor Map - Builder for the
EmptyTensorMap
operation. - Empty
Tensor MapInst - An instance of ‘EmptyTensorMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Base64 - Builder for the
EncodeBase64
operation. - Encode
Base64 Inst - An instance of ‘EncodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Jpeg - Builder for the
EncodeJpeg
operation. - Encode
Jpeg Inst - An instance of ‘EncodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Jpeg Variable Quality - Builder for the
EncodeJpegVariableQuality
operation. - Encode
Jpeg Variable Quality Inst - An instance of ‘EncodeJpegVariableQuality’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Png - Builder for the
EncodePng
operation. - Encode
PngInst - An instance of ‘EncodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Proto - Builder for the
EncodeProto
operation. - Encode
Proto Inst - An instance of ‘EncodeProto’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Wav - Builder for the
EncodeWav
operation. - Encode
WavInst - An instance of ‘EncodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Arbitrary Tensor Batch - Builder for the
EnqueueTPUEmbeddingArbitraryTensorBatch
operation. - EnqueueTPU
Embedding Arbitrary Tensor Batch Inst - An instance of ‘EnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Batch - Builder for the
EnqueueTPUEmbeddingBatch
operation. - EnqueueTPU
Embedding Batch Inst - An instance of ‘EnqueueTPUEmbeddingBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Integer Batch - Builder for the
EnqueueTPUEmbeddingIntegerBatch
operation. - EnqueueTPU
Embedding Integer Batch Inst - An instance of ‘EnqueueTPUEmbeddingIntegerBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Ragged Tensor Batch - Builder for the
EnqueueTPUEmbeddingRaggedTensorBatch
operation. - EnqueueTPU
Embedding Ragged Tensor Batch Inst - An instance of ‘EnqueueTPUEmbeddingRaggedTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Sparse Batch - Builder for the
EnqueueTPUEmbeddingSparseBatch
operation. - EnqueueTPU
Embedding Sparse Batch Inst - An instance of ‘EnqueueTPUEmbeddingSparseBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Sparse Tensor Batch - Builder for the
EnqueueTPUEmbeddingSparseTensorBatch
operation. - EnqueueTPU
Embedding Sparse Tensor Batch Inst - An instance of ‘EnqueueTPUEmbeddingSparseTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Ensure
Shape - Builder for the
EnsureShape
operation. - Ensure
Shape Inst - An instance of ‘EnsureShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Enter
- Builder for the
Enter
operation. - Enter
Inst - An instance of ‘Enter’ Operation with it’s Outputs and Inputs exposed as methods.
- Equal
- Builder for the
Equal
operation. - Equal
Inst - An instance of ‘Equal’ Operation with it’s Outputs and Inputs exposed as methods.
- Erf
- Builder for the
Erf
operation. - ErfInst
- An instance of ‘Erf’ Operation with it’s Outputs and Inputs exposed as methods.
- Erfc
- Builder for the
Erfc
operation. - Erfc
Inst - An instance of ‘Erfc’ Operation with it’s Outputs and Inputs exposed as methods.
- Erfinv
- Builder for the
Erfinv
operation. - Erfinv
Inst - An instance of ‘Erfinv’ Operation with it’s Outputs and Inputs exposed as methods.
- Euclidean
Norm - Builder for the
EuclideanNorm
operation. - Euclidean
Norm Inst - An instance of ‘EuclideanNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- ExecuteTPU
Embedding Partitioner - Builder for the
ExecuteTPUEmbeddingPartitioner
operation. - ExecuteTPU
Embedding Partitioner Inst - An instance of ‘ExecuteTPUEmbeddingPartitioner’ Operation with it’s Outputs and Inputs exposed as methods.
- Exit
- Builder for the
Exit
operation. - Exit
Inst - An instance of ‘Exit’ Operation with it’s Outputs and Inputs exposed as methods.
- Exp
- Builder for the
Exp
operation. - ExpInst
- An instance of ‘Exp’ Operation with it’s Outputs and Inputs exposed as methods.
- Expand
Dims - Builder for the
ExpandDims
operation. - Expand
Dims Inst - An instance of ‘ExpandDims’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Assert Next Dataset - Builder for the
ExperimentalAssertNextDataset
operation. - Experimental
Assert Next Dataset Inst - An instance of ‘ExperimentalAssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Auto Shard Dataset - Builder for the
ExperimentalAutoShardDataset
operation. - Experimental
Auto Shard Dataset Inst - An instance of ‘ExperimentalAutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Bytes Produced Stats Dataset - Builder for the
ExperimentalBytesProducedStatsDataset
operation. - Experimental
Bytes Produced Stats Dataset Inst - An instance of ‘ExperimentalBytesProducedStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- ExperimentalCSV
Dataset - Builder for the
ExperimentalCSVDataset
operation. - ExperimentalCSV
Dataset Inst - An instance of ‘ExperimentalCSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Choose Fastest Dataset - Builder for the
ExperimentalChooseFastestDataset
operation. - Experimental
Choose Fastest Dataset Inst - An instance of ‘ExperimentalChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Dataset Cardinality - Builder for the
ExperimentalDatasetCardinality
operation. - Experimental
Dataset Cardinality Inst - An instance of ‘ExperimentalDatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Dataset ToTF Record - Builder for the
ExperimentalDatasetToTFRecord
operation. - Experimental
Dataset ToTF Record Inst - An instance of ‘ExperimentalDatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Dense ToSparse Batch Dataset - Builder for the
ExperimentalDenseToSparseBatchDataset
operation. - Experimental
Dense ToSparse Batch Dataset Inst - An instance of ‘ExperimentalDenseToSparseBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Directed Interleave Dataset - Builder for the
ExperimentalDirectedInterleaveDataset
operation. - Experimental
Directed Interleave Dataset Inst - An instance of ‘ExperimentalDirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Group ByReducer Dataset - Builder for the
ExperimentalGroupByReducerDataset
operation. - Experimental
Group ByReducer Dataset Inst - An instance of ‘ExperimentalGroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Group ByWindow Dataset - Builder for the
ExperimentalGroupByWindowDataset
operation. - Experimental
Group ByWindow Dataset Inst - An instance of ‘ExperimentalGroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Ignore Errors Dataset - Builder for the
ExperimentalIgnoreErrorsDataset
operation. - Experimental
Ignore Errors Dataset Inst - An instance of ‘ExperimentalIgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Iterator GetDevice - Builder for the
ExperimentalIteratorGetDevice
operation. - Experimental
Iterator GetDevice Inst - An instance of ‘ExperimentalIteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- ExperimentalLMDB
Dataset - Builder for the
ExperimentalLMDBDataset
operation. - ExperimentalLMDB
Dataset Inst - An instance of ‘ExperimentalLMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Latency Stats Dataset - Builder for the
ExperimentalLatencyStatsDataset
operation. - Experimental
Latency Stats Dataset Inst - An instance of ‘ExperimentalLatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
MapAnd Batch Dataset - Builder for the
ExperimentalMapAndBatchDataset
operation. - Experimental
MapAnd Batch Dataset Inst - An instance of ‘ExperimentalMapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
MapDataset - Builder for the
ExperimentalMapDataset
operation. - Experimental
MapDataset Inst - An instance of ‘ExperimentalMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Matching Files Dataset - Builder for the
ExperimentalMatchingFilesDataset
operation. - Experimental
Matching Files Dataset Inst - An instance of ‘ExperimentalMatchingFilesDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
MaxIntra OpParallelism Dataset - Builder for the
ExperimentalMaxIntraOpParallelismDataset
operation. - Experimental
MaxIntra OpParallelism Dataset Inst - An instance of ‘ExperimentalMaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
NonSerializable Dataset - Builder for the
ExperimentalNonSerializableDataset
operation. - Experimental
NonSerializable Dataset Inst - An instance of ‘ExperimentalNonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Parallel Interleave Dataset - Builder for the
ExperimentalParallelInterleaveDataset
operation. - Experimental
Parallel Interleave Dataset Inst - An instance of ‘ExperimentalParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Parse Example Dataset - Builder for the
ExperimentalParseExampleDataset
operation. - Experimental
Parse Example Dataset Inst - An instance of ‘ExperimentalParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Private Thread Pool Dataset - Builder for the
ExperimentalPrivateThreadPoolDataset
operation. - Experimental
Private Thread Pool Dataset Inst - An instance of ‘ExperimentalPrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Random Dataset - Builder for the
ExperimentalRandomDataset
operation. - Experimental
Random Dataset Inst - An instance of ‘ExperimentalRandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Rebatch Dataset - Builder for the
ExperimentalRebatchDataset
operation. - Experimental
Rebatch Dataset Inst - An instance of ‘ExperimentalRebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Scan Dataset - Builder for the
ExperimentalScanDataset
operation. - Experimental
Scan Dataset Inst - An instance of ‘ExperimentalScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
SetStats Aggregator Dataset - Builder for the
ExperimentalSetStatsAggregatorDataset
operation. - Experimental
SetStats Aggregator Dataset Inst - An instance of ‘ExperimentalSetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Sleep Dataset - Builder for the
ExperimentalSleepDataset
operation. - Experimental
Sleep Dataset Inst - An instance of ‘ExperimentalSleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Sliding Window Dataset - Builder for the
ExperimentalSlidingWindowDataset
operation. - Experimental
Sliding Window Dataset Inst - An instance of ‘ExperimentalSlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
SqlDataset - Builder for the
ExperimentalSqlDataset
operation. - Experimental
SqlDataset Inst - An instance of ‘ExperimentalSqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Stats Aggregator Handle - Builder for the
ExperimentalStatsAggregatorHandle
operation. - Experimental
Stats Aggregator Handle Inst - An instance of ‘ExperimentalStatsAggregatorHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Stats Aggregator Summary - Builder for the
ExperimentalStatsAggregatorSummary
operation. - Experimental
Stats Aggregator Summary Inst - An instance of ‘ExperimentalStatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Take While Dataset - Builder for the
ExperimentalTakeWhileDataset
operation. - Experimental
Take While Dataset Inst - An instance of ‘ExperimentalTakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Thread Pool Dataset - Builder for the
ExperimentalThreadPoolDataset
operation. - Experimental
Thread Pool Dataset Inst - An instance of ‘ExperimentalThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Thread Pool Handle - Builder for the
ExperimentalThreadPoolHandle
operation. - Experimental
Thread Pool Handle Inst - An instance of ‘ExperimentalThreadPoolHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Unbatch Dataset - Builder for the
ExperimentalUnbatchDataset
operation. - Experimental
Unbatch Dataset Inst - An instance of ‘ExperimentalUnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Unique Dataset - Builder for the
ExperimentalUniqueDataset
operation. - Experimental
Unique Dataset Inst - An instance of ‘ExperimentalUniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Expint
- Builder for the
Expint
operation. - Expint
Inst - An instance of ‘Expint’ Operation with it’s Outputs and Inputs exposed as methods.
- Expm1
- Builder for the
Expm1
operation. - Expm1
Inst - An instance of ‘Expm1’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Glimpse - Builder for the
ExtractGlimpse
operation. - Extract
Glimpse Inst - An instance of ‘ExtractGlimpse’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Glimpse V2 - Builder for the
ExtractGlimpseV2
operation. - Extract
Glimpse V2Inst - An instance of ‘ExtractGlimpseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Image Patches - Builder for the
ExtractImagePatches
operation. - Extract
Image Patches Inst - An instance of ‘ExtractImagePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Jpeg Shape - Builder for the
ExtractJpegShape
operation. - Extract
Jpeg Shape Inst - An instance of ‘ExtractJpegShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Volume Patches - Builder for the
ExtractVolumePatches
operation. - Extract
Volume Patches Inst - An instance of ‘ExtractVolumePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- FFT
- Builder for the
FFT
operation. - FFT2D
- Builder for the
FFT2D
operation. - FFT2D
Inst - An instance of ‘FFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- FFT3D
- Builder for the
FFT3D
operation. - FFT3D
Inst - An instance of ‘FFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- FFTInst
- An instance of ‘FFT’ Operation with it’s Outputs and Inputs exposed as methods.
- FIFO
Queue - Builder for the
FIFOQueue
operation. - FIFO
Queue Inst - An instance of ‘FIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- FIFO
Queue V2 - Builder for the
FIFOQueueV2
operation. - FIFO
Queue V2Inst - An instance of ‘FIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Fact
- Builder for the
Fact
operation. - Fact
Inst - An instance of ‘Fact’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Param - Builder for the
FakeParam
operation. - Fake
Param Inst - An instance of ‘FakeParam’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Quant With MinMax Args - Builder for the
FakeQuantWithMinMaxArgs
operation. - Fake
Quant With MinMax Args Gradient - Builder for the
FakeQuantWithMinMaxArgsGradient
operation. - Fake
Quant With MinMax Args Gradient Inst - An instance of ‘FakeQuantWithMinMaxArgsGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Quant With MinMax Args Inst - An instance of ‘FakeQuantWithMinMaxArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Quant With MinMax Vars - Builder for the
FakeQuantWithMinMaxVars
operation. - Fake
Quant With MinMax Vars Gradient - Builder for the
FakeQuantWithMinMaxVarsGradient
operation. - Fake
Quant With MinMax Vars Gradient Inst - An instance of ‘FakeQuantWithMinMaxVarsGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Quant With MinMax Vars Inst - An instance of ‘FakeQuantWithMinMaxVars’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Quant With MinMax Vars PerChannel - Builder for the
FakeQuantWithMinMaxVarsPerChannel
operation. - Fake
Quant With MinMax Vars PerChannel Gradient - Builder for the
FakeQuantWithMinMaxVarsPerChannelGradient
operation. - Fake
Quant With MinMax Vars PerChannel Gradient Inst - An instance of ‘FakeQuantWithMinMaxVarsPerChannelGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Quant With MinMax Vars PerChannel Inst - An instance of ‘FakeQuantWithMinMaxVarsPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Queue - Builder for the
FakeQueue
operation. - Fake
Queue Inst - An instance of ‘FakeQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- File
System SetConfiguration - Builder for the
FileSystemSetConfiguration
operation. - File
System SetConfiguration Inst - An instance of ‘FileSystemSetConfiguration’ Operation with it’s Outputs and Inputs exposed as methods.
- Fill
- Builder for the
Fill
operation. - Fill
Inst - An instance of ‘Fill’ Operation with it’s Outputs and Inputs exposed as methods.
- Filter
ByLast Component Dataset - Builder for the
FilterByLastComponentDataset
operation. - Filter
ByLast Component Dataset Inst - An instance of ‘FilterByLastComponentDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Filter
Dataset - Builder for the
FilterDataset
operation. - Filter
Dataset Inst - An instance of ‘FilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Finalize
Dataset - Builder for the
FinalizeDataset
operation. - Finalize
Dataset Inst - An instance of ‘FinalizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- FinalizeTPU
Embedding - Builder for the
FinalizeTPUEmbedding
operation. - FinalizeTPU
Embedding Inst - An instance of ‘FinalizeTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- Fingerprint
- Builder for the
Fingerprint
operation. - Fingerprint
Inst - An instance of ‘Fingerprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Fixed
Length Record Dataset - Builder for the
FixedLengthRecordDataset
operation. - Fixed
Length Record Dataset Inst - An instance of ‘FixedLengthRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Fixed
Length Record Dataset V2 - Builder for the
FixedLengthRecordDatasetV2
operation. - Fixed
Length Record Dataset V2Inst - An instance of ‘FixedLengthRecordDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Fixed
Length Record Reader - Builder for the
FixedLengthRecordReader
operation. - Fixed
Length Record Reader Inst - An instance of ‘FixedLengthRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Fixed
Length Record Reader V2 - Builder for the
FixedLengthRecordReaderV2
operation. - Fixed
Length Record Reader V2Inst - An instance of ‘FixedLengthRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Fixed
Unigram Candidate Sampler - Builder for the
FixedUnigramCandidateSampler
operation. - Fixed
Unigram Candidate Sampler Inst - An instance of ‘FixedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Flat
MapDataset - Builder for the
FlatMapDataset
operation. - Flat
MapDataset Inst - An instance of ‘FlatMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Floor
- Builder for the
Floor
operation. - Floor
Div - Builder for the
FloorDiv
operation. - Floor
DivInst - An instance of ‘FloorDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Floor
Inst - An instance of ‘Floor’ Operation with it’s Outputs and Inputs exposed as methods.
- Floor
Mod - Builder for the
FloorMod
operation. - Floor
ModInst - An instance of ‘FloorMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Flush
Summary Writer - Builder for the
FlushSummaryWriter
operation. - Flush
Summary Writer Inst - An instance of ‘FlushSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- For
- Builder for the
For
operation. - ForInst
- An instance of ‘For’ Operation with it’s Outputs and Inputs exposed as methods.
- Fractional
AvgPool - Builder for the
FractionalAvgPool
operation. - Fractional
AvgPool Grad - Builder for the
FractionalAvgPoolGrad
operation. - Fractional
AvgPool Grad Inst - An instance of ‘FractionalAvgPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Fractional
AvgPool Inst - An instance of ‘FractionalAvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Fractional
MaxPool - Builder for the
FractionalMaxPool
operation. - Fractional
MaxPool Grad - Builder for the
FractionalMaxPoolGrad
operation. - Fractional
MaxPool Grad Inst - An instance of ‘FractionalMaxPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Fractional
MaxPool Inst - An instance of ‘FractionalMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Fresnel
Cos - Builder for the
FresnelCos
operation. - Fresnel
CosInst - An instance of ‘FresnelCos’ Operation with it’s Outputs and Inputs exposed as methods.
- Fresnel
Sin - Builder for the
FresnelSin
operation. - Fresnel
SinInst - An instance of ‘FresnelSin’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm - Builder for the
FusedBatchNorm
operation. - Fused
Batch Norm Grad - Builder for the
FusedBatchNormGrad
operation. - Fused
Batch Norm Grad Inst - An instance of ‘FusedBatchNormGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm Grad V2 - Builder for the
FusedBatchNormGradV2
operation. - Fused
Batch Norm Grad V3 - Builder for the
FusedBatchNormGradV3
operation. - Fused
Batch Norm Grad V2Inst - An instance of ‘FusedBatchNormGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm Grad V3Inst - An instance of ‘FusedBatchNormGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm Inst - An instance of ‘FusedBatchNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm V2 - Builder for the
FusedBatchNormV2
operation. - Fused
Batch Norm V3 - Builder for the
FusedBatchNormV3
operation. - Fused
Batch Norm V2Inst - An instance of ‘FusedBatchNormV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm V3Inst - An instance of ‘FusedBatchNormV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
PadConv2D - Builder for the
FusedPadConv2D
operation. - Fused
PadConv2D Inst - An instance of ‘FusedPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Resize AndPad Conv2D - Builder for the
FusedResizeAndPadConv2D
operation. - Fused
Resize AndPad Conv2D Inst - An instance of ‘FusedResizeAndPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- GRUBlock
Cell - Builder for the
GRUBlockCell
operation. - GRUBlock
Cell Grad - Builder for the
GRUBlockCellGrad
operation. - GRUBlock
Cell Grad Inst - An instance of ‘GRUBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- GRUBlock
Cell Inst - An instance of ‘GRUBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
- Gather
- Builder for the
Gather
operation. - Gather
Inst - An instance of ‘Gather’ Operation with it’s Outputs and Inputs exposed as methods.
- Gather
Nd - Builder for the
GatherNd
operation. - Gather
NdInst - An instance of ‘GatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Gather
V2 - Builder for the
GatherV2
operation. - Gather
V2Inst - An instance of ‘GatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Generate
Bounding BoxProposals - Builder for the
GenerateBoundingBoxProposals
operation. - Generate
Bounding BoxProposals Inst - An instance of ‘GenerateBoundingBoxProposals’ Operation with it’s Outputs and Inputs exposed as methods.
- Generate
Vocab Remapping - Builder for the
GenerateVocabRemapping
operation. - Generate
Vocab Remapping Inst - An instance of ‘GenerateVocabRemapping’ Operation with it’s Outputs and Inputs exposed as methods.
- Generator
Dataset - Builder for the
GeneratorDataset
operation. - Generator
Dataset Inst - An instance of ‘GeneratorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- GetElement
AtIndex - Builder for the
GetElementAtIndex
operation. - GetElement
AtIndex Inst - An instance of ‘GetElementAtIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- GetOptions
- Builder for the
GetOptions
operation. - GetOptions
Inst - An instance of ‘GetOptions’ Operation with it’s Outputs and Inputs exposed as methods.
- GetSession
Handle - Builder for the
GetSessionHandle
operation. - GetSession
Handle Inst - An instance of ‘GetSessionHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- GetSession
Handle V2 - Builder for the
GetSessionHandleV2
operation. - GetSession
Handle V2Inst - An instance of ‘GetSessionHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- GetSession
Tensor - Builder for the
GetSessionTensor
operation. - GetSession
Tensor Inst - An instance of ‘GetSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Greater
- Builder for the
Greater
operation. - Greater
Equal - Builder for the
GreaterEqual
operation. - Greater
Equal Inst - An instance of ‘GreaterEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- Greater
Inst - An instance of ‘Greater’ Operation with it’s Outputs and Inputs exposed as methods.
- Group
ByReducer Dataset - Builder for the
GroupByReducerDataset
operation. - Group
ByReducer Dataset Inst - An instance of ‘GroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Group
ByWindow Dataset - Builder for the
GroupByWindowDataset
operation. - Group
ByWindow Dataset Inst - An instance of ‘GroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Guarantee
Const - Builder for the
GuaranteeConst
operation. - Guarantee
Const Inst - An instance of ‘GuaranteeConst’ Operation with it’s Outputs and Inputs exposed as methods.
- HSVToRGB
- Builder for the
HSVToRGB
operation. - HSVToRGB
Inst - An instance of ‘HSVToRGB’ Operation with it’s Outputs and Inputs exposed as methods.
- Hash
Table - Builder for the
HashTable
operation. - Hash
Table Inst - An instance of ‘HashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Hash
Table V2 - Builder for the
HashTableV2
operation. - Hash
Table V2Inst - An instance of ‘HashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Histogram
Fixed Width - Builder for the
HistogramFixedWidth
operation. - Histogram
Fixed Width Inst - An instance of ‘HistogramFixedWidth’ Operation with it’s Outputs and Inputs exposed as methods.
- Histogram
Summary - Builder for the
HistogramSummary
operation. - Histogram
Summary Inst - An instance of ‘HistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Host
Const - Builder for the
HostConst
operation. - Host
Const Inst - An instance of ‘HostConst’ Operation with it’s Outputs and Inputs exposed as methods.
- IFFT
- Builder for the
IFFT
operation. - IFFT2D
- Builder for the
IFFT2D
operation. - IFFT2D
Inst - An instance of ‘IFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- IFFT3D
- Builder for the
IFFT3D
operation. - IFFT3D
Inst - An instance of ‘IFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- IFFT
Inst - An instance of ‘IFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- IRFFT
- Builder for the
IRFFT
operation. - IRFFT2D
- Builder for the
IRFFT2D
operation. - IRFF
T2DInst - An instance of ‘IRFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- IRFFT3D
- Builder for the
IRFFT3D
operation. - IRFF
T3DInst - An instance of ‘IRFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- IRFFT
Inst - An instance of ‘IRFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Identity
- Builder for the
Identity
operation. - Identity
Inst - An instance of ‘Identity’ Operation with it’s Outputs and Inputs exposed as methods.
- IdentityN
- Builder for the
IdentityN
operation. - IdentityN
Inst - An instance of ‘IdentityN’ Operation with it’s Outputs and Inputs exposed as methods.
- Identity
Reader - Builder for the
IdentityReader
operation. - Identity
Reader Inst - An instance of ‘IdentityReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Identity
Reader V2 - Builder for the
IdentityReaderV2
operation. - Identity
Reader V2Inst - An instance of ‘IdentityReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- If
- Builder for the
If
operation. - IfInst
- An instance of ‘If’ Operation with it’s Outputs and Inputs exposed as methods.
- Igamma
- Builder for the
Igamma
operation. - Igamma
GradA - Builder for the
IgammaGradA
operation. - Igamma
GradA Inst - An instance of ‘IgammaGradA’ Operation with it’s Outputs and Inputs exposed as methods.
- Igamma
Inst - An instance of ‘Igamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Igammac
- Builder for the
Igammac
operation. - Igammac
Inst - An instance of ‘Igammac’ Operation with it’s Outputs and Inputs exposed as methods.
- Ignore
Errors Dataset - Builder for the
IgnoreErrorsDataset
operation. - Ignore
Errors Dataset Inst - An instance of ‘IgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Imag
- Builder for the
Imag
operation. - Imag
Inst - An instance of ‘Imag’ Operation with it’s Outputs and Inputs exposed as methods.
- Image
Projective Transform V2 - Builder for the
ImageProjectiveTransformV2
operation. - Image
Projective Transform V3 - Builder for the
ImageProjectiveTransformV3
operation. - Image
Projective Transform V2Inst - An instance of ‘ImageProjectiveTransformV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Image
Projective Transform V3Inst - An instance of ‘ImageProjectiveTransformV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Image
Summary - Builder for the
ImageSummary
operation. - Image
Summary Inst - An instance of ‘ImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Immutable
Const - Builder for the
ImmutableConst
operation. - Immutable
Const Inst - An instance of ‘ImmutableConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Import
Event - Builder for the
ImportEvent
operation. - Import
Event Inst - An instance of ‘ImportEvent’ Operation with it’s Outputs and Inputs exposed as methods.
- InTopK
- Builder for the
InTopK
operation. - InTopK
Inst - An instance of ‘InTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- InTopK
V2 - Builder for the
InTopKV2
operation. - InTopK
V2Inst - An instance of ‘InTopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Dequeue - Builder for the
InfeedDequeue
operation. - Infeed
Dequeue Inst - An instance of ‘InfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Dequeue Tuple - Builder for the
InfeedDequeueTuple
operation. - Infeed
Dequeue Tuple Inst - An instance of ‘InfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Enqueue - Builder for the
InfeedEnqueue
operation. - Infeed
Enqueue Inst - An instance of ‘InfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Enqueue Prelinearized Buffer - Builder for the
InfeedEnqueuePrelinearizedBuffer
operation. - Infeed
Enqueue Prelinearized Buffer Inst - An instance of ‘InfeedEnqueuePrelinearizedBuffer’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Enqueue Tuple - Builder for the
InfeedEnqueueTuple
operation. - Infeed
Enqueue Tuple Inst - An instance of ‘InfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Initialize
Table - Builder for the
InitializeTable
operation. - Initialize
Table From Dataset - Builder for the
InitializeTableFromDataset
operation. - Initialize
Table From Dataset Inst - An instance of ‘InitializeTableFromDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Initialize
Table From Text File - Builder for the
InitializeTableFromTextFile
operation. - Initialize
Table From Text File Inst - An instance of ‘InitializeTableFromTextFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Initialize
Table From Text File V2 - Builder for the
InitializeTableFromTextFileV2
operation. - Initialize
Table From Text File V2Inst - An instance of ‘InitializeTableFromTextFileV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Initialize
Table Inst - An instance of ‘InitializeTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Initialize
Table V2 - Builder for the
InitializeTableV2
operation. - Initialize
Table V2Inst - An instance of ‘InitializeTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Inplace
Add - Builder for the
InplaceAdd
operation. - Inplace
AddInst - An instance of ‘InplaceAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Inplace
Sub - Builder for the
InplaceSub
operation. - Inplace
SubInst - An instance of ‘InplaceSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Inplace
Update - Builder for the
InplaceUpdate
operation. - Inplace
Update Inst - An instance of ‘InplaceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Interleave
Dataset - Builder for the
InterleaveDataset
operation. - Interleave
Dataset Inst - An instance of ‘InterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Inv
- Builder for the
Inv
operation. - InvGrad
- Builder for the
InvGrad
operation. - InvGrad
Inst - An instance of ‘InvGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- InvInst
- An instance of ‘Inv’ Operation with it’s Outputs and Inputs exposed as methods.
- Invert
- Builder for the
Invert
operation. - Invert
Inst - An instance of ‘Invert’ Operation with it’s Outputs and Inputs exposed as methods.
- Invert
Permutation - Builder for the
InvertPermutation
operation. - Invert
Permutation Inst - An instance of ‘InvertPermutation’ Operation with it’s Outputs and Inputs exposed as methods.
- IsBoosted
Trees Ensemble Initialized - Builder for the
IsBoostedTreesEnsembleInitialized
operation. - IsBoosted
Trees Ensemble Initialized Inst - An instance of ‘IsBoostedTreesEnsembleInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- IsBoosted
Trees Quantile Stream Resource Initialized - Builder for the
IsBoostedTreesQuantileStreamResourceInitialized
operation. - IsBoosted
Trees Quantile Stream Resource Initialized Inst - An instance of ‘IsBoostedTreesQuantileStreamResourceInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- IsFinite
- Builder for the
IsFinite
operation. - IsFinite
Inst - An instance of ‘IsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- IsInf
- Builder for the
IsInf
operation. - IsInf
Inst - An instance of ‘IsInf’ Operation with it’s Outputs and Inputs exposed as methods.
- IsNan
- Builder for the
IsNan
operation. - IsNan
Inst - An instance of ‘IsNan’ Operation with it’s Outputs and Inputs exposed as methods.
- IsTPU
Embedding Initialized - Builder for the
IsTPUEmbeddingInitialized
operation. - IsTPU
Embedding Initialized Inst - An instance of ‘IsTPUEmbeddingInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- IsVariable
Initialized - Builder for the
IsVariableInitialized
operation. - IsVariable
Initialized Inst - An instance of ‘IsVariableInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Isotonic
Regression - Builder for the
IsotonicRegression
operation. - Isotonic
Regression Inst - An instance of ‘IsotonicRegression’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
- Builder for the
Iterator
operation. - Iterator
From String Handle - Builder for the
IteratorFromStringHandle
operation. - Iterator
From String Handle Inst - An instance of ‘IteratorFromStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
From String Handle V2 - Builder for the
IteratorFromStringHandleV2
operation. - Iterator
From String Handle V2Inst - An instance of ‘IteratorFromStringHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
GetDevice - Builder for the
IteratorGetDevice
operation. - Iterator
GetDevice Inst - An instance of ‘IteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
GetNext - Builder for the
IteratorGetNext
operation. - Iterator
GetNext AsOptional - Builder for the
IteratorGetNextAsOptional
operation. - Iterator
GetNext AsOptional Inst - An instance of ‘IteratorGetNextAsOptional’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
GetNext Inst - An instance of ‘IteratorGetNext’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
GetNext Sync - Builder for the
IteratorGetNextSync
operation. - Iterator
GetNext Sync Inst - An instance of ‘IteratorGetNextSync’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
Inst - An instance of ‘Iterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
ToString Handle - Builder for the
IteratorToStringHandle
operation. - Iterator
ToString Handle Inst - An instance of ‘IteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
V2 - Builder for the
IteratorV2
operation. - Iterator
V2Inst - An instance of ‘IteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- KMC2
Chain Initialization - Builder for the
KMC2ChainInitialization
operation. - KMC2
Chain Initialization Inst - An instance of ‘KMC2ChainInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- Kmeans
Plus Plus Initialization - Builder for the
KmeansPlusPlusInitialization
operation. - Kmeans
Plus Plus Initialization Inst - An instance of ‘KmeansPlusPlusInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- KthOrder
Statistic - Builder for the
KthOrderStatistic
operation. - KthOrder
Statistic Inst - An instance of ‘KthOrderStatistic’ Operation with it’s Outputs and Inputs exposed as methods.
- L2Loss
- Builder for the
L2Loss
operation. - L2Loss
Inst - An instance of ‘L2Loss’ Operation with it’s Outputs and Inputs exposed as methods.
- LMDB
Dataset - Builder for the
LMDBDataset
operation. - LMDB
Dataset Inst - An instance of ‘LMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- LMDB
Reader - Builder for the
LMDBReader
operation. - LMDB
Reader Inst - An instance of ‘LMDBReader’ Operation with it’s Outputs and Inputs exposed as methods.
- LRN
- Builder for the
LRN
operation. - LRNGrad
- Builder for the
LRNGrad
operation. - LRNGrad
Inst - An instance of ‘LRNGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- LRNInst
- An instance of ‘LRN’ Operation with it’s Outputs and Inputs exposed as methods.
- LSTM
Block Cell - Builder for the
LSTMBlockCell
operation. - LSTM
Block Cell Grad - Builder for the
LSTMBlockCellGrad
operation. - LSTM
Block Cell Grad Inst - An instance of ‘LSTMBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- LSTM
Block Cell Inst - An instance of ‘LSTMBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
- Latency
Stats Dataset - Builder for the
LatencyStatsDataset
operation. - Latency
Stats Dataset Inst - An instance of ‘LatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Leaky
Relu - Builder for the
LeakyRelu
operation. - Leaky
Relu Grad - Builder for the
LeakyReluGrad
operation. - Leaky
Relu Grad Inst - An instance of ‘LeakyReluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Leaky
Relu Inst - An instance of ‘LeakyRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Learned
Unigram Candidate Sampler - Builder for the
LearnedUnigramCandidateSampler
operation. - Learned
Unigram Candidate Sampler Inst - An instance of ‘LearnedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Left
Shift - Builder for the
LeftShift
operation. - Left
Shift Inst - An instance of ‘LeftShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Legacy
Parallel Interleave Dataset V2 - Builder for the
LegacyParallelInterleaveDatasetV2
operation. - Legacy
Parallel Interleave Dataset V2Inst - An instance of ‘LegacyParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Less
- Builder for the
Less
operation. - Less
Equal - Builder for the
LessEqual
operation. - Less
Equal Inst - An instance of ‘LessEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- Less
Inst - An instance of ‘Less’ Operation with it’s Outputs and Inputs exposed as methods.
- Lgamma
- Builder for the
Lgamma
operation. - Lgamma
Inst - An instance of ‘Lgamma’ Operation with it’s Outputs and Inputs exposed as methods.
- LinSpace
- Builder for the
LinSpace
operation. - LinSpace
Inst - An instance of ‘LinSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- List
Dataset - Builder for the
ListDataset
operation. - List
Dataset Inst - An instance of ‘ListDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- List
Diff - Builder for the
ListDiff
operation. - List
Diff Inst - An instance of ‘ListDiff’ Operation with it’s Outputs and Inputs exposed as methods.
- Load
AllTPU Embedding Parameters - Builder for the
LoadAllTPUEmbeddingParameters
operation. - Load
AllTPU Embedding Parameters Inst - An instance of ‘LoadAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Load
AndRemap Matrix - Builder for the
LoadAndRemapMatrix
operation. - Load
AndRemap Matrix Inst - An instance of ‘LoadAndRemapMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Load
Dataset - Builder for the
LoadDataset
operation. - Load
Dataset Inst - An instance of ‘LoadDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
EmbeddingADAM Parameters - Builder for the
LoadTPUEmbeddingADAMParameters
operation. - LoadTPU
EmbeddingADAM Parameters Inst - An instance of ‘LoadTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Adadelta Parameters - Builder for the
LoadTPUEmbeddingAdadeltaParameters
operation. - LoadTPU
Embedding Adadelta Parameters Inst - An instance of ‘LoadTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Adagrad Momentum Parameters - Builder for the
LoadTPUEmbeddingAdagradMomentumParameters
operation. - LoadTPU
Embedding Adagrad Momentum Parameters Inst - An instance of ‘LoadTPUEmbeddingAdagradMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Adagrad Parameters - Builder for the
LoadTPUEmbeddingAdagradParameters
operation. - LoadTPU
Embedding Adagrad Parameters Inst - An instance of ‘LoadTPUEmbeddingAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding CenteredRMS Prop Parameters - Builder for the
LoadTPUEmbeddingCenteredRMSPropParameters
operation. - LoadTPU
Embedding CenteredRMS Prop Parameters Inst - An instance of ‘LoadTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
EmbeddingFTRL Parameters - Builder for the
LoadTPUEmbeddingFTRLParameters
operation. - LoadTPU
EmbeddingFTRL Parameters Inst - An instance of ‘LoadTPUEmbeddingFTRLParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Frequency Estimator Parameters - Builder for the
LoadTPUEmbeddingFrequencyEstimatorParameters
operation. - LoadTPU
Embedding Frequency Estimator Parameters Inst - An instance of ‘LoadTPUEmbeddingFrequencyEstimatorParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
EmbeddingMDL Adagrad Light Parameters - Builder for the
LoadTPUEmbeddingMDLAdagradLightParameters
operation. - LoadTPU
EmbeddingMDL Adagrad Light Parameters Inst - An instance of ‘LoadTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Momentum Parameters - Builder for the
LoadTPUEmbeddingMomentumParameters
operation. - LoadTPU
Embedding Momentum Parameters Inst - An instance of ‘LoadTPUEmbeddingMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Proximal Adagrad Parameters - Builder for the
LoadTPUEmbeddingProximalAdagradParameters
operation. - LoadTPU
Embedding Proximal Adagrad Parameters Inst - An instance of ‘LoadTPUEmbeddingProximalAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Proximal Yogi Parameters - Builder for the
LoadTPUEmbeddingProximalYogiParameters
operation. - LoadTPU
Embedding Proximal Yogi Parameters Inst - An instance of ‘LoadTPUEmbeddingProximalYogiParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
EmbeddingRMS Prop Parameters - Builder for the
LoadTPUEmbeddingRMSPropParameters
operation. - LoadTPU
EmbeddingRMS Prop Parameters Inst - An instance of ‘LoadTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
Embedding Stochastic Gradient Descent Parameters - Builder for the
LoadTPUEmbeddingStochasticGradientDescentParameters
operation. - LoadTPU
Embedding Stochastic Gradient Descent Parameters Inst - An instance of ‘LoadTPUEmbeddingStochasticGradientDescentParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Log
- Builder for the
Log
operation. - Log1p
- Builder for the
Log1p
operation. - Log1p
Inst - An instance of ‘Log1p’ Operation with it’s Outputs and Inputs exposed as methods.
- LogInst
- An instance of ‘Log’ Operation with it’s Outputs and Inputs exposed as methods.
- LogMatrix
Determinant - Builder for the
LogMatrixDeterminant
operation. - LogMatrix
Determinant Inst - An instance of ‘LogMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- LogSoftmax
- Builder for the
LogSoftmax
operation. - LogSoftmax
Inst - An instance of ‘LogSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- LogUniform
Candidate Sampler - Builder for the
LogUniformCandidateSampler
operation. - LogUniform
Candidate Sampler Inst - An instance of ‘LogUniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Logical
And - Builder for the
LogicalAnd
operation. - Logical
AndInst - An instance of ‘LogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Logical
Not - Builder for the
LogicalNot
operation. - Logical
NotInst - An instance of ‘LogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Logical
Or - Builder for the
LogicalOr
operation. - Logical
OrInst - An instance of ‘LogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Export - Builder for the
LookupTableExport
operation. - Lookup
Table Export Inst - An instance of ‘LookupTableExport’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Export V2 - Builder for the
LookupTableExportV2
operation. - Lookup
Table Export V2Inst - An instance of ‘LookupTableExportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Find - Builder for the
LookupTableFind
operation. - Lookup
Table Find Inst - An instance of ‘LookupTableFind’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Find V2 - Builder for the
LookupTableFindV2
operation. - Lookup
Table Find V2Inst - An instance of ‘LookupTableFindV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Import - Builder for the
LookupTableImport
operation. - Lookup
Table Import Inst - An instance of ‘LookupTableImport’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Import V2 - Builder for the
LookupTableImportV2
operation. - Lookup
Table Import V2Inst - An instance of ‘LookupTableImportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Insert - Builder for the
LookupTableInsert
operation. - Lookup
Table Insert Inst - An instance of ‘LookupTableInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Insert V2 - Builder for the
LookupTableInsertV2
operation. - Lookup
Table Insert V2Inst - An instance of ‘LookupTableInsertV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Remove V2 - Builder for the
LookupTableRemoveV2
operation. - Lookup
Table Remove V2Inst - An instance of ‘LookupTableRemoveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Size - Builder for the
LookupTableSize
operation. - Lookup
Table Size Inst - An instance of ‘LookupTableSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Size V2 - Builder for the
LookupTableSizeV2
operation. - Lookup
Table Size V2Inst - An instance of ‘LookupTableSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Loop
Cond - Builder for the
LoopCond
operation. - Loop
Cond Inst - An instance of ‘LoopCond’ Operation with it’s Outputs and Inputs exposed as methods.
- Lower
Bound - Builder for the
LowerBound
operation. - Lower
Bound Inst - An instance of ‘LowerBound’ Operation with it’s Outputs and Inputs exposed as methods.
- Lu
- Builder for the
Lu
operation. - LuInst
- An instance of ‘Lu’ Operation with it’s Outputs and Inputs exposed as methods.
- Make
Iterator - Builder for the
MakeIterator
operation. - Make
Iterator Inst - An instance of ‘MakeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Make
Unique - Builder for the
MakeUnique
operation. - Make
Unique Inst - An instance of ‘MakeUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- MapAnd
Batch Dataset - Builder for the
MapAndBatchDataset
operation. - MapAnd
Batch Dataset Inst - An instance of ‘MapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- MapClear
- Builder for the
MapClear
operation. - MapClear
Inst - An instance of ‘MapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- MapDataset
- Builder for the
MapDataset
operation. - MapDataset
Inst - An instance of ‘MapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- MapDefun
- Builder for the
MapDefun
operation. - MapDefun
Inst - An instance of ‘MapDefun’ Operation with it’s Outputs and Inputs exposed as methods.
- MapIncomplete
Size - Builder for the
MapIncompleteSize
operation. - MapIncomplete
Size Inst - An instance of ‘MapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- MapPeek
- Builder for the
MapPeek
operation. - MapPeek
Inst - An instance of ‘MapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- MapSize
- Builder for the
MapSize
operation. - MapSize
Inst - An instance of ‘MapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- MapStage
- Builder for the
MapStage
operation. - MapStage
Inst - An instance of ‘MapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- MapUnstage
- Builder for the
MapUnstage
operation. - MapUnstage
Inst - An instance of ‘MapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- MapUnstage
NoKey - Builder for the
MapUnstageNoKey
operation. - MapUnstage
NoKey Inst - An instance of ‘MapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- MatMul
- Builder for the
MatMul
operation. - MatMul
Inst - An instance of ‘MatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Matching
Files - Builder for the
MatchingFiles
operation. - Matching
Files Dataset - Builder for the
MatchingFilesDataset
operation. - Matching
Files Dataset Inst - An instance of ‘MatchingFilesDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Matching
Files Inst - An instance of ‘MatchingFiles’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Band Part - Builder for the
MatrixBandPart
operation. - Matrix
Band Part Inst - An instance of ‘MatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Determinant - Builder for the
MatrixDeterminant
operation. - Matrix
Determinant Inst - An instance of ‘MatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag - Builder for the
MatrixDiag
operation. - Matrix
Diag Inst - An instance of ‘MatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag Part - Builder for the
MatrixDiagPart
operation. - Matrix
Diag Part Inst - An instance of ‘MatrixDiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag Part V2 - Builder for the
MatrixDiagPartV2
operation. - Matrix
Diag Part V3 - Builder for the
MatrixDiagPartV3
operation. - Matrix
Diag Part V2Inst - An instance of ‘MatrixDiagPartV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag Part V3Inst - An instance of ‘MatrixDiagPartV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag V2 - Builder for the
MatrixDiagV2
operation. - Matrix
Diag V3 - Builder for the
MatrixDiagV3
operation. - Matrix
Diag V2Inst - An instance of ‘MatrixDiagV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag V3Inst - An instance of ‘MatrixDiagV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Exponential - Builder for the
MatrixExponential
operation. - Matrix
Exponential Inst - An instance of ‘MatrixExponential’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Inverse - Builder for the
MatrixInverse
operation. - Matrix
Inverse Inst - An instance of ‘MatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Logarithm - Builder for the
MatrixLogarithm
operation. - Matrix
Logarithm Inst - An instance of ‘MatrixLogarithm’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
SetDiag - Builder for the
MatrixSetDiag
operation. - Matrix
SetDiag Inst - An instance of ‘MatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
SetDiag V2 - Builder for the
MatrixSetDiagV2
operation. - Matrix
SetDiag V3 - Builder for the
MatrixSetDiagV3
operation. - Matrix
SetDiag V2Inst - An instance of ‘MatrixSetDiagV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
SetDiag V3Inst - An instance of ‘MatrixSetDiagV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Solve - Builder for the
MatrixSolve
operation. - Matrix
Solve Inst - An instance of ‘MatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Solve Ls - Builder for the
MatrixSolveLs
operation. - Matrix
Solve LsInst - An instance of ‘MatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Square Root - Builder for the
MatrixSquareRoot
operation. - Matrix
Square Root Inst - An instance of ‘MatrixSquareRoot’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Triangular Solve - Builder for the
MatrixTriangularSolve
operation. - Matrix
Triangular Solve Inst - An instance of ‘MatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Max
- Builder for the
Max
operation. - MaxInst
- An instance of ‘Max’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxIntra
OpParallelism Dataset - Builder for the
MaxIntraOpParallelismDataset
operation. - MaxIntra
OpParallelism Dataset Inst - An instance of ‘MaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
- Builder for the
MaxPool
operation. - MaxPool3D
- Builder for the
MaxPool3D
operation. - MaxPool3D
Grad - Builder for the
MaxPool3DGrad
operation. - MaxPool3D
Grad Grad - Builder for the
MaxPool3DGradGrad
operation. - MaxPool3D
Grad Grad Inst - An instance of ‘MaxPool3DGradGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool3D
Grad Inst - An instance of ‘MaxPool3DGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool3D
Inst - An instance of ‘MaxPool3D’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad - Builder for the
MaxPoolGrad
operation. - MaxPool
Grad Grad - Builder for the
MaxPoolGradGrad
operation. - MaxPool
Grad Grad Inst - An instance of ‘MaxPoolGradGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad Grad V2 - Builder for the
MaxPoolGradGradV2
operation. - MaxPool
Grad Grad V2Inst - An instance of ‘MaxPoolGradGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad Grad With Argmax - Builder for the
MaxPoolGradGradWithArgmax
operation. - MaxPool
Grad Grad With Argmax Inst - An instance of ‘MaxPoolGradGradWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad Inst - An instance of ‘MaxPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad V2 - Builder for the
MaxPoolGradV2
operation. - MaxPool
Grad V2Inst - An instance of ‘MaxPoolGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad With Argmax - Builder for the
MaxPoolGradWithArgmax
operation. - MaxPool
Grad With Argmax Inst - An instance of ‘MaxPoolGradWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Inst - An instance of ‘MaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
V2 - Builder for the
MaxPoolV2
operation. - MaxPool
V2Inst - An instance of ‘MaxPoolV2’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
With Argmax - Builder for the
MaxPoolWithArgmax
operation. - MaxPool
With Argmax Inst - An instance of ‘MaxPoolWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Maximum
- Builder for the
Maximum
operation. - Maximum
Inst - An instance of ‘Maximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Mean
- Builder for the
Mean
operation. - Mean
Inst - An instance of ‘Mean’ Operation with it’s Outputs and Inputs exposed as methods.
- Merge
- Builder for the
Merge
operation. - Merge
Dedup Data - Builder for the
MergeDedupData
operation. - Merge
Dedup Data Inst - An instance of ‘MergeDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
- Merge
Inst - An instance of ‘Merge’ Operation with it’s Outputs and Inputs exposed as methods.
- Merge
Summary - Builder for the
MergeSummary
operation. - Merge
Summary Inst - An instance of ‘MergeSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Merge
V2Checkpoints - Builder for the
MergeV2Checkpoints
operation. - Merge
V2Checkpoints Inst - An instance of ‘MergeV2Checkpoints’ Operation with it’s Outputs and Inputs exposed as methods.
- Mfcc
- Builder for the
Mfcc
operation. - Mfcc
Inst - An instance of ‘Mfcc’ Operation with it’s Outputs and Inputs exposed as methods.
- Min
- Builder for the
Min
operation. - MinInst
- An instance of ‘Min’ Operation with it’s Outputs and Inputs exposed as methods.
- Minimum
- Builder for the
Minimum
operation. - Minimum
Inst - An instance of ‘Minimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Mirror
Pad - Builder for the
MirrorPad
operation. - Mirror
PadGrad - Builder for the
MirrorPadGrad
operation. - Mirror
PadGrad Inst - An instance of ‘MirrorPadGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Mirror
PadInst - An instance of ‘MirrorPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Mlir
Passthrough Op - Builder for the
MlirPassthroughOp
operation. - Mlir
Passthrough OpInst - An instance of ‘MlirPassthroughOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Mod
- Builder for the
Mod
operation. - ModInst
- An instance of ‘Mod’ Operation with it’s Outputs and Inputs exposed as methods.
- Model
Dataset - Builder for the
ModelDataset
operation. - Model
Dataset Inst - An instance of ‘ModelDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Mul
- Builder for the
Mul
operation. - MulInst
- An instance of ‘Mul’ Operation with it’s Outputs and Inputs exposed as methods.
- MulNo
Nan - Builder for the
MulNoNan
operation. - MulNo
NanInst - An instance of ‘MulNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Multi
Device Iterator - Builder for the
MultiDeviceIterator
operation. - Multi
Device Iterator From String Handle - Builder for the
MultiDeviceIteratorFromStringHandle
operation. - Multi
Device Iterator From String Handle Inst - An instance of ‘MultiDeviceIteratorFromStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Multi
Device Iterator GetNext From Shard - Builder for the
MultiDeviceIteratorGetNextFromShard
operation. - Multi
Device Iterator GetNext From Shard Inst - An instance of ‘MultiDeviceIteratorGetNextFromShard’ Operation with it’s Outputs and Inputs exposed as methods.
- Multi
Device Iterator Init - Builder for the
MultiDeviceIteratorInit
operation. - Multi
Device Iterator Init Inst - An instance of ‘MultiDeviceIteratorInit’ Operation with it’s Outputs and Inputs exposed as methods.
- Multi
Device Iterator Inst - An instance of ‘MultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Multi
Device Iterator ToString Handle - Builder for the
MultiDeviceIteratorToStringHandle
operation. - Multi
Device Iterator ToString Handle Inst - An instance of ‘MultiDeviceIteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Multinomial
- Builder for the
Multinomial
operation. - Multinomial
Inst - An instance of ‘Multinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Multiply
Deprecated - Builder for the
Mul
operation. - Mutable
Dense Hash Table - Builder for the
MutableDenseHashTable
operation. - Mutable
Dense Hash Table Inst - An instance of ‘MutableDenseHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutable
Dense Hash Table V2 - Builder for the
MutableDenseHashTableV2
operation. - Mutable
Dense Hash Table V2Inst - An instance of ‘MutableDenseHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutable
Hash Table - Builder for the
MutableHashTable
operation. - Mutable
Hash Table Inst - An instance of ‘MutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutable
Hash Table OfTensors - Builder for the
MutableHashTableOfTensors
operation. - Mutable
Hash Table OfTensors Inst - An instance of ‘MutableHashTableOfTensors’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutable
Hash Table OfTensors V2 - Builder for the
MutableHashTableOfTensorsV2
operation. - Mutable
Hash Table OfTensors V2Inst - An instance of ‘MutableHashTableOfTensorsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutable
Hash Table V2 - Builder for the
MutableHashTableV2
operation. - Mutable
Hash Table V2Inst - An instance of ‘MutableHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutex
Lock - Builder for the
MutexLock
operation. - Mutex
Lock Inst - An instance of ‘MutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- MutexV2
- Builder for the
MutexV2
operation. - Mutex
V2Inst - An instance of ‘MutexV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Nccl
AllReduce - Builder for the
NcclAllReduce
operation. - Nccl
AllReduce Inst - An instance of ‘NcclAllReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Nccl
Broadcast - Builder for the
NcclBroadcast
operation. - Nccl
Broadcast Inst - An instance of ‘NcclBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Nccl
Reduce - Builder for the
NcclReduce
operation. - Nccl
Reduce Inst - An instance of ‘NcclReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Ndtri
- Builder for the
Ndtri
operation. - Ndtri
Inst - An instance of ‘Ndtri’ Operation with it’s Outputs and Inputs exposed as methods.
- Nearest
Neighbors - Builder for the
NearestNeighbors
operation. - Nearest
Neighbors Inst - An instance of ‘NearestNeighbors’ Operation with it’s Outputs and Inputs exposed as methods.
- Neg
- Builder for the
Neg
operation. - NegInst
- An instance of ‘Neg’ Operation with it’s Outputs and Inputs exposed as methods.
- NegTrain
- Builder for the
NegTrain
operation. - NegTrain
Inst - An instance of ‘NegTrain’ Operation with it’s Outputs and Inputs exposed as methods.
- Next
After - Builder for the
NextAfter
operation. - Next
After Inst - An instance of ‘NextAfter’ Operation with it’s Outputs and Inputs exposed as methods.
- Next
Iteration - Builder for the
NextIteration
operation. - Next
Iteration Inst - An instance of ‘NextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- NoOp
- Builder for the
NoOp
operation. - NoOp
Inst - An instance of ‘NoOp’ Operation with it’s Outputs and Inputs exposed as methods.
- NonDeterministic
Ints - Builder for the
NonDeterministicInts
operation. - NonDeterministic
Ints Inst - An instance of ‘NonDeterministicInts’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression - Builder for the
NonMaxSuppression
operation. - NonMax
Suppression Inst - An instance of ‘NonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression V2 - Builder for the
NonMaxSuppressionV2
operation. - NonMax
Suppression V3 - Builder for the
NonMaxSuppressionV3
operation. - NonMax
Suppression V4 - Builder for the
NonMaxSuppressionV4
operation. - NonMax
Suppression V5 - Builder for the
NonMaxSuppressionV5
operation. - NonMax
Suppression V2Inst - An instance of ‘NonMaxSuppressionV2’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression V3Inst - An instance of ‘NonMaxSuppressionV3’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression V4Inst - An instance of ‘NonMaxSuppressionV4’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression V5Inst - An instance of ‘NonMaxSuppressionV5’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression With Overlaps - Builder for the
NonMaxSuppressionWithOverlaps
operation. - NonMax
Suppression With Overlaps Inst - An instance of ‘NonMaxSuppressionWithOverlaps’ Operation with it’s Outputs and Inputs exposed as methods.
- NonSerializable
Dataset - Builder for the
NonSerializableDataset
operation. - NonSerializable
Dataset Inst - An instance of ‘NonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- NotEqual
- Builder for the
NotEqual
operation. - NotEqual
Inst - An instance of ‘NotEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- NthElement
- Builder for the
NthElement
operation. - NthElement
Inst - An instance of ‘NthElement’ Operation with it’s Outputs and Inputs exposed as methods.
- OneHot
- Builder for the
OneHot
operation. - OneHot
Inst - An instance of ‘OneHot’ Operation with it’s Outputs and Inputs exposed as methods.
- OneShot
Iterator - Builder for the
OneShotIterator
operation. - OneShot
Iterator Inst - An instance of ‘OneShotIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Ones
Like - Builder for the
OnesLike
operation. - Ones
Like Inst - An instance of ‘OnesLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Optimize
Dataset - Builder for the
OptimizeDataset
operation. - Optimize
Dataset Inst - An instance of ‘OptimizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Optimize
Dataset V2 - Builder for the
OptimizeDatasetV2
operation. - Optimize
Dataset V2Inst - An instance of ‘OptimizeDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
From Value - Builder for the
OptionalFromValue
operation. - Optional
From Value Inst - An instance of ‘OptionalFromValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
GetValue - Builder for the
OptionalGetValue
operation. - Optional
GetValue Inst - An instance of ‘OptionalGetValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
HasValue - Builder for the
OptionalHasValue
operation. - Optional
HasValue Inst - An instance of ‘OptionalHasValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
None - Builder for the
OptionalNone
operation. - Optional
None Inst - An instance of ‘OptionalNone’ Operation with it’s Outputs and Inputs exposed as methods.
- Options
Dataset - Builder for the
OptionsDataset
operation. - Options
Dataset Inst - An instance of ‘OptionsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapClear - Builder for the
OrderedMapClear
operation. - Ordered
MapClear Inst - An instance of ‘OrderedMapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapIncomplete Size - Builder for the
OrderedMapIncompleteSize
operation. - Ordered
MapIncomplete Size Inst - An instance of ‘OrderedMapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapPeek - Builder for the
OrderedMapPeek
operation. - Ordered
MapPeek Inst - An instance of ‘OrderedMapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapSize - Builder for the
OrderedMapSize
operation. - Ordered
MapSize Inst - An instance of ‘OrderedMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapStage - Builder for the
OrderedMapStage
operation. - Ordered
MapStage Inst - An instance of ‘OrderedMapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapUnstage - Builder for the
OrderedMapUnstage
operation. - Ordered
MapUnstage Inst - An instance of ‘OrderedMapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapUnstage NoKey - Builder for the
OrderedMapUnstageNoKey
operation. - Ordered
MapUnstage NoKey Inst - An instance of ‘OrderedMapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue - Builder for the
OutfeedDequeue
operation. - Outfeed
Dequeue Inst - An instance of ‘OutfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue Tuple - Builder for the
OutfeedDequeueTuple
operation. - Outfeed
Dequeue Tuple Inst - An instance of ‘OutfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue Tuple V2 - Builder for the
OutfeedDequeueTupleV2
operation. - Outfeed
Dequeue Tuple V2Inst - An instance of ‘OutfeedDequeueTupleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue V2 - Builder for the
OutfeedDequeueV2
operation. - Outfeed
Dequeue V2Inst - An instance of ‘OutfeedDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Enqueue - Builder for the
OutfeedEnqueue
operation. - Outfeed
Enqueue Inst - An instance of ‘OutfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Enqueue Tuple - Builder for the
OutfeedEnqueueTuple
operation. - Outfeed
Enqueue Tuple Inst - An instance of ‘OutfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Pack
- Builder for the
Pack
operation. - Pack
Inst - An instance of ‘Pack’ Operation with it’s Outputs and Inputs exposed as methods.
- Pad
- Builder for the
Pad
operation. - PadInst
- An instance of ‘Pad’ Operation with it’s Outputs and Inputs exposed as methods.
- PadV2
- Builder for the
PadV2
operation. - PadV2
Inst - An instance of ‘PadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Padded
Batch Dataset - Builder for the
PaddedBatchDataset
operation. - Padded
Batch Dataset Inst - An instance of ‘PaddedBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Padded
Batch Dataset V2 - Builder for the
PaddedBatchDatasetV2
operation. - Padded
Batch Dataset V2Inst - An instance of ‘PaddedBatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- PaddingFIFO
Queue - Builder for the
PaddingFIFOQueue
operation. - PaddingFIFO
Queue Inst - An instance of ‘PaddingFIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- PaddingFIFO
Queue V2 - Builder for the
PaddingFIFOQueueV2
operation. - PaddingFIFO
Queue V2Inst - An instance of ‘PaddingFIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Batch Dataset - Builder for the
ParallelBatchDataset
operation. - Parallel
Batch Dataset Inst - An instance of ‘ParallelBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Concat - Builder for the
ParallelConcat
operation. - Parallel
Concat Inst - An instance of ‘ParallelConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Dynamic Stitch - Builder for the
ParallelDynamicStitch
operation. - Parallel
Dynamic Stitch Inst - An instance of ‘ParallelDynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Filter Dataset - Builder for the
ParallelFilterDataset
operation. - Parallel
Filter Dataset Inst - An instance of ‘ParallelFilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Interleave Dataset - Builder for the
ParallelInterleaveDataset
operation. - Parallel
Interleave Dataset Inst - An instance of ‘ParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Interleave Dataset V2 - Builder for the
ParallelInterleaveDatasetV2
operation. - Parallel
Interleave Dataset V3 - Builder for the
ParallelInterleaveDatasetV3
operation. - Parallel
Interleave Dataset V4 - Builder for the
ParallelInterleaveDatasetV4
operation. - Parallel
Interleave Dataset V2Inst - An instance of ‘ParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Interleave Dataset V3Inst - An instance of ‘ParallelInterleaveDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Interleave Dataset V4Inst - An instance of ‘ParallelInterleaveDatasetV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
MapDataset - Builder for the
ParallelMapDataset
operation. - Parallel
MapDataset Inst - An instance of ‘ParallelMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
MapDataset V2 - Builder for the
ParallelMapDatasetV2
operation. - Parallel
MapDataset V2Inst - An instance of ‘ParallelMapDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parameterized
Truncated Normal - Builder for the
ParameterizedTruncatedNormal
operation. - Parameterized
Truncated Normal Inst - An instance of ‘ParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Example - Builder for the
ParseExample
operation. - Parse
Example Dataset - Builder for the
ParseExampleDataset
operation. - Parse
Example Dataset Inst - An instance of ‘ParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Example Dataset V2 - Builder for the
ParseExampleDatasetV2
operation. - Parse
Example Dataset V2Inst - An instance of ‘ParseExampleDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Example Inst - An instance of ‘ParseExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Example V2 - Builder for the
ParseExampleV2
operation. - Parse
Example V2Inst - An instance of ‘ParseExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Sequence Example - Builder for the
ParseSequenceExample
operation. - Parse
Sequence Example Inst - An instance of ‘ParseSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Sequence Example V2 - Builder for the
ParseSequenceExampleV2
operation. - Parse
Sequence Example V2Inst - An instance of ‘ParseSequenceExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Single Example - Builder for the
ParseSingleExample
operation. - Parse
Single Example Inst - An instance of ‘ParseSingleExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Single Sequence Example - Builder for the
ParseSingleSequenceExample
operation. - Parse
Single Sequence Example Inst - An instance of ‘ParseSingleSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Tensor - Builder for the
ParseTensor
operation. - Parse
Tensor Inst - An instance of ‘ParseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Partitioned
Call - Builder for the
PartitionedCall
operation. - Partitioned
Call Inst - An instance of ‘PartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Placeholder
- Builder for the
Placeholder
operation. - Placeholder
Inst - An instance of ‘Placeholder’ Operation with it’s Outputs and Inputs exposed as methods.
- Placeholder
V2 - Builder for the
PlaceholderV2
operation. - Placeholder
V2Inst - An instance of ‘PlaceholderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Placeholder
With Default - Builder for the
PlaceholderWithDefault
operation. - Placeholder
With Default Inst - An instance of ‘PlaceholderWithDefault’ Operation with it’s Outputs and Inputs exposed as methods.
- Polygamma
- Builder for the
Polygamma
operation. - Polygamma
Inst - An instance of ‘Polygamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Population
Count - Builder for the
PopulationCount
operation. - Population
Count Inst - An instance of ‘PopulationCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Pow
- Builder for the
Pow
operation. - PowInst
- An instance of ‘Pow’ Operation with it’s Outputs and Inputs exposed as methods.
- Prefetch
Dataset - Builder for the
PrefetchDataset
operation. - Prefetch
Dataset Inst - An instance of ‘PrefetchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Prelinearize
- Builder for the
Prelinearize
operation. - Prelinearize
Inst - An instance of ‘Prelinearize’ Operation with it’s Outputs and Inputs exposed as methods.
- Prelinearize
Tuple - Builder for the
PrelinearizeTuple
operation. - Prelinearize
Tuple Inst - An instance of ‘PrelinearizeTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Prevent
Gradient - Builder for the
PreventGradient
operation. - Prevent
Gradient Inst - An instance of ‘PreventGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Print
operation. - Print
Inst - An instance of ‘Print’ Operation with it’s Outputs and Inputs exposed as methods.
- PrintV2
- Builder for the
PrintV2
operation. - Print
V2Inst - An instance of ‘PrintV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Priority
Queue - Builder for the
PriorityQueue
operation. - Priority
Queue Inst - An instance of ‘PriorityQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Priority
Queue V2 - Builder for the
PriorityQueueV2
operation. - Priority
Queue V2Inst - An instance of ‘PriorityQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Private
Thread Pool Dataset - Builder for the
PrivateThreadPoolDataset
operation. - Private
Thread Pool Dataset Inst - An instance of ‘PrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Prod
- Builder for the
Prod
operation. - Prod
Inst - An instance of ‘Prod’ Operation with it’s Outputs and Inputs exposed as methods.
- PyFunc
- Builder for the
PyFunc
operation. - PyFunc
Inst - An instance of ‘PyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- PyFunc
Stateless - Builder for the
PyFuncStateless
operation. - PyFunc
Stateless Inst - An instance of ‘PyFuncStateless’ Operation with it’s Outputs and Inputs exposed as methods.
- Qr
- Builder for the
Qr
operation. - QrInst
- An instance of ‘Qr’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize - Builder for the
QuantizeAndDequantize
operation. - Quantize
AndDequantize Inst - An instance of ‘QuantizeAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize V2 - Builder for the
QuantizeAndDequantizeV2
operation. - Quantize
AndDequantize V3 - Builder for the
QuantizeAndDequantizeV3
operation. - Quantize
AndDequantize V4 - Builder for the
QuantizeAndDequantizeV4
operation. - Quantize
AndDequantize V2Inst - An instance of ‘QuantizeAndDequantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize V3Inst - An instance of ‘QuantizeAndDequantizeV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize V4Grad - Builder for the
QuantizeAndDequantizeV4Grad
operation. - Quantize
AndDequantize V4Grad Inst - An instance of ‘QuantizeAndDequantizeV4Grad’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize V4Inst - An instance of ‘QuantizeAndDequantizeV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
Down AndShrink Range - Builder for the
QuantizeDownAndShrinkRange
operation. - Quantize
Down AndShrink Range Inst - An instance of ‘QuantizeDownAndShrinkRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
V2 - Builder for the
QuantizeV2
operation. - Quantize
V2Inst - An instance of ‘QuantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Add - Builder for the
QuantizedAdd
operation. - Quantized
AddInst - An instance of ‘QuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
AvgPool - Builder for the
QuantizedAvgPool
operation. - Quantized
AvgPool Inst - An instance of ‘QuantizedAvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Batch Norm With Global Normalization - Builder for the
QuantizedBatchNormWithGlobalNormalization
operation. - Quantized
Batch Norm With Global Normalization Inst - An instance of ‘QuantizedBatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Bias Add - Builder for the
QuantizedBiasAdd
operation. - Quantized
Bias AddInst - An instance of ‘QuantizedBiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Concat - Builder for the
QuantizedConcat
operation. - Quantized
Concat Inst - An instance of ‘QuantizedConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D - Builder for the
QuantizedConv2D
operation. - Quantized
Conv2D AndRelu - Builder for the
QuantizedConv2DAndRelu
operation. - Quantized
Conv2D AndRelu AndRequantize - Builder for the
QuantizedConv2DAndReluAndRequantize
operation. - Quantized
Conv2D AndRelu AndRequantize Inst - An instance of ‘QuantizedConv2DAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D AndRelu Inst - An instance of ‘QuantizedConv2DAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D AndRequantize - Builder for the
QuantizedConv2DAndRequantize
operation. - Quantized
Conv2D AndRequantize Inst - An instance of ‘QuantizedConv2DAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D Inst - An instance of ‘QuantizedConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D PerChannel - Builder for the
QuantizedConv2DPerChannel
operation. - Quantized
Conv2D PerChannel Inst - An instance of ‘QuantizedConv2DPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias - Builder for the
QuantizedConv2DWithBias
operation. - Quantized
Conv2D With Bias AndRelu - Builder for the
QuantizedConv2DWithBiasAndRelu
operation. - Quantized
Conv2D With Bias AndRelu AndRequantize - Builder for the
QuantizedConv2DWithBiasAndReluAndRequantize
operation. - Quantized
Conv2D With Bias AndRelu AndRequantize Inst - An instance of ‘QuantizedConv2DWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias AndRelu Inst - An instance of ‘QuantizedConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias AndRequantize - Builder for the
QuantizedConv2DWithBiasAndRequantize
operation. - Quantized
Conv2D With Bias AndRequantize Inst - An instance of ‘QuantizedConv2DWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias Inst - An instance of ‘QuantizedConv2DWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias Signed SumAnd Relu AndRequantize - Builder for the
QuantizedConv2DWithBiasSignedSumAndReluAndRequantize
operation. - Quantized
Conv2D With Bias Signed SumAnd Relu AndRequantize Inst - An instance of ‘QuantizedConv2DWithBiasSignedSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias SumAnd Relu - Builder for the
QuantizedConv2DWithBiasSumAndRelu
operation. - Quantized
Conv2D With Bias SumAnd Relu AndRequantize - Builder for the
QuantizedConv2DWithBiasSumAndReluAndRequantize
operation. - Quantized
Conv2D With Bias SumAnd Relu AndRequantize Inst - An instance of ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D With Bias SumAnd Relu Inst - An instance of ‘QuantizedConv2DWithBiasSumAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Depthwise Conv2D - Builder for the
QuantizedDepthwiseConv2D
operation. - Quantized
Depthwise Conv2D Inst - An instance of ‘QuantizedDepthwiseConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Depthwise Conv2D With Bias - Builder for the
QuantizedDepthwiseConv2DWithBias
operation. - Quantized
Depthwise Conv2D With Bias AndRelu - Builder for the
QuantizedDepthwiseConv2DWithBiasAndRelu
operation. - Quantized
Depthwise Conv2D With Bias AndRelu AndRequantize - Builder for the
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize
operation. - Quantized
Depthwise Conv2D With Bias AndRelu AndRequantize Inst - An instance of ‘QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Depthwise Conv2D With Bias AndRelu Inst - An instance of ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Depthwise Conv2D With Bias Inst - An instance of ‘QuantizedDepthwiseConv2DWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Instance Norm - Builder for the
QuantizedInstanceNorm
operation. - Quantized
Instance Norm Inst - An instance of ‘QuantizedInstanceNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul - Builder for the
QuantizedMatMul
operation. - Quantized
MatMul Inst - An instance of ‘QuantizedMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul With Bias - Builder for the
QuantizedMatMulWithBias
operation. - Quantized
MatMul With Bias AndDequantize - Builder for the
QuantizedMatMulWithBiasAndDequantize
operation. - Quantized
MatMul With Bias AndDequantize Inst - An instance of ‘QuantizedMatMulWithBiasAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul With Bias AndRelu - Builder for the
QuantizedMatMulWithBiasAndRelu
operation. - Quantized
MatMul With Bias AndRelu AndRequantize - Builder for the
QuantizedMatMulWithBiasAndReluAndRequantize
operation. - Quantized
MatMul With Bias AndRelu AndRequantize Inst - An instance of ‘QuantizedMatMulWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul With Bias AndRelu Inst - An instance of ‘QuantizedMatMulWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul With Bias AndRequantize - Builder for the
QuantizedMatMulWithBiasAndRequantize
operation. - Quantized
MatMul With Bias AndRequantize Inst - An instance of ‘QuantizedMatMulWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul With Bias Inst - An instance of ‘QuantizedMatMulWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MaxPool - Builder for the
QuantizedMaxPool
operation. - Quantized
MaxPool Inst - An instance of ‘QuantizedMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Mul - Builder for the
QuantizedMul
operation. - Quantized
MulInst - An instance of ‘QuantizedMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Relu - Builder for the
QuantizedRelu
operation. - Quantized
Relu6 - Builder for the
QuantizedRelu6
operation. - Quantized
Relu6 Inst - An instance of ‘QuantizedRelu6’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Relu Inst - An instance of ‘QuantizedRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
ReluX - Builder for the
QuantizedReluX
operation. - Quantized
ReluX Inst - An instance of ‘QuantizedReluX’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Reshape - Builder for the
QuantizedReshape
operation. - Quantized
Reshape Inst - An instance of ‘QuantizedReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Resize Bilinear - Builder for the
QuantizedResizeBilinear
operation. - Quantized
Resize Bilinear Inst - An instance of ‘QuantizedResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Close - Builder for the
QueueClose
operation. - Queue
Close Inst - An instance of ‘QueueClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Close V2 - Builder for the
QueueCloseV2
operation. - Queue
Close V2Inst - An instance of ‘QueueCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue - Builder for the
QueueDequeue
operation. - Queue
Dequeue Inst - An instance of ‘QueueDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue Many - Builder for the
QueueDequeueMany
operation. - Queue
Dequeue Many Inst - An instance of ‘QueueDequeueMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue Many V2 - Builder for the
QueueDequeueManyV2
operation. - Queue
Dequeue Many V2Inst - An instance of ‘QueueDequeueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue UpTo - Builder for the
QueueDequeueUpTo
operation. - Queue
Dequeue UpTo Inst - An instance of ‘QueueDequeueUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue UpTo V2 - Builder for the
QueueDequeueUpToV2
operation. - Queue
Dequeue UpTo V2Inst - An instance of ‘QueueDequeueUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue V2 - Builder for the
QueueDequeueV2
operation. - Queue
Dequeue V2Inst - An instance of ‘QueueDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue - Builder for the
QueueEnqueue
operation. - Queue
Enqueue Inst - An instance of ‘QueueEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue Many - Builder for the
QueueEnqueueMany
operation. - Queue
Enqueue Many Inst - An instance of ‘QueueEnqueueMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue Many V2 - Builder for the
QueueEnqueueManyV2
operation. - Queue
Enqueue Many V2Inst - An instance of ‘QueueEnqueueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue V2 - Builder for the
QueueEnqueueV2
operation. - Queue
Enqueue V2Inst - An instance of ‘QueueEnqueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
IsClosed - Builder for the
QueueIsClosed
operation. - Queue
IsClosed Inst - An instance of ‘QueueIsClosed’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
IsClosed V2 - Builder for the
QueueIsClosedV2
operation. - Queue
IsClosed V2Inst - An instance of ‘QueueIsClosedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Size - Builder for the
QueueSize
operation. - Queue
Size Inst - An instance of ‘QueueSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Size V2 - Builder for the
QueueSizeV2
operation. - Queue
Size V2Inst - An instance of ‘QueueSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- RFFT
- Builder for the
RFFT
operation. - RFFT2D
- Builder for the
RFFT2D
operation. - RFFT2D
Inst - An instance of ‘RFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- RFFT3D
- Builder for the
RFFT3D
operation. - RFFT3D
Inst - An instance of ‘RFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- RFFT
Inst - An instance of ‘RFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- RGBToHSV
- Builder for the
RGBToHSV
operation. - RGBToHSV
Inst - An instance of ‘RGBToHSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Bincount - Builder for the
RaggedBincount
operation. - Ragged
Bincount Inst - An instance of ‘RaggedBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Count Sparse Output - Builder for the
RaggedCountSparseOutput
operation. - Ragged
Count Sparse Output Inst - An instance of ‘RaggedCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Cross - Builder for the
RaggedCross
operation. - Ragged
Cross Inst - An instance of ‘RaggedCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Fill Empty Rows - Builder for the
RaggedFillEmptyRows
operation. - Ragged
Fill Empty Rows Grad - Builder for the
RaggedFillEmptyRowsGrad
operation. - Ragged
Fill Empty Rows Grad Inst - An instance of ‘RaggedFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Fill Empty Rows Inst - An instance of ‘RaggedFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Gather - Builder for the
RaggedGather
operation. - Ragged
Gather Inst - An instance of ‘RaggedGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Range - Builder for the
RaggedRange
operation. - Ragged
Range Inst - An instance of ‘RaggedRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor From Variant - Builder for the
RaggedTensorFromVariant
operation. - Ragged
Tensor From Variant Inst - An instance of ‘RaggedTensorFromVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor ToSparse - Builder for the
RaggedTensorToSparse
operation. - Ragged
Tensor ToSparse Inst - An instance of ‘RaggedTensorToSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor ToTensor - Builder for the
RaggedTensorToTensor
operation. - Ragged
Tensor ToTensor Inst - An instance of ‘RaggedTensorToTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor ToVariant - Builder for the
RaggedTensorToVariant
operation. - Ragged
Tensor ToVariant Gradient - Builder for the
RaggedTensorToVariantGradient
operation. - Ragged
Tensor ToVariant Gradient Inst - An instance of ‘RaggedTensorToVariantGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor ToVariant Inst - An instance of ‘RaggedTensorToVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Crop - Builder for the
RandomCrop
operation. - Random
Crop Inst - An instance of ‘RandomCrop’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Dataset - Builder for the
RandomDataset
operation. - Random
Dataset Inst - An instance of ‘RandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Dataset V2 - Builder for the
RandomDatasetV2
operation. - Random
Dataset V2Inst - An instance of ‘RandomDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Gamma - Builder for the
RandomGamma
operation. - Random
Gamma Grad - Builder for the
RandomGammaGrad
operation. - Random
Gamma Grad Inst - An instance of ‘RandomGammaGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Gamma Inst - An instance of ‘RandomGamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Index Shuffle - Builder for the
RandomIndexShuffle
operation. - Random
Index Shuffle Inst - An instance of ‘RandomIndexShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Normal Deprecated - Builder for the
RandomStandardNormal
operation. - Random
Poisson - Builder for the
RandomPoisson
operation. - Random
Poisson Inst - An instance of ‘RandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Poisson V2 - Builder for the
RandomPoissonV2
operation. - Random
Poisson V2Inst - An instance of ‘RandomPoissonV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Shuffle - Builder for the
RandomShuffle
operation. - Random
Shuffle Inst - An instance of ‘RandomShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Shuffle Queue - Builder for the
RandomShuffleQueue
operation. - Random
Shuffle Queue Inst - An instance of ‘RandomShuffleQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Shuffle Queue V2 - Builder for the
RandomShuffleQueueV2
operation. - Random
Shuffle Queue V2Inst - An instance of ‘RandomShuffleQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Standard Normal - Builder for the
RandomStandardNormal
operation. - Random
Standard Normal Inst - An instance of ‘RandomStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Uniform - Builder for the
RandomUniform
operation. - Random
Uniform Inst - An instance of ‘RandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Uniform Int - Builder for the
RandomUniformInt
operation. - Random
Uniform IntInst - An instance of ‘RandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Range
- Builder for the
Range
operation. - Range
Dataset - Builder for the
RangeDataset
operation. - Range
Dataset Inst - An instance of ‘RangeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Range
Inst - An instance of ‘Range’ Operation with it’s Outputs and Inputs exposed as methods.
- Rank
- Builder for the
Rank
operation. - Rank
Inst - An instance of ‘Rank’ Operation with it’s Outputs and Inputs exposed as methods.
- Read
File - Builder for the
ReadFile
operation. - Read
File Inst - An instance of ‘ReadFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Read
Variable Op - Builder for the
ReadVariableOp
operation. - Read
Variable OpInst - An instance of ‘ReadVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Read
Variable XlaSplitND - Builder for the
ReadVariableXlaSplitND
operation. - Read
Variable XlaSplitND Inst - An instance of ‘ReadVariableXlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
NumRecords Produced - Builder for the
ReaderNumRecordsProduced
operation. - Reader
NumRecords Produced Inst - An instance of ‘ReaderNumRecordsProduced’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
NumRecords Produced V2 - Builder for the
ReaderNumRecordsProducedV2
operation. - Reader
NumRecords Produced V2Inst - An instance of ‘ReaderNumRecordsProducedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
NumWork Units Completed - Builder for the
ReaderNumWorkUnitsCompleted
operation. - Reader
NumWork Units Completed Inst - An instance of ‘ReaderNumWorkUnitsCompleted’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
NumWork Units Completed V2 - Builder for the
ReaderNumWorkUnitsCompletedV2
operation. - Reader
NumWork Units Completed V2Inst - An instance of ‘ReaderNumWorkUnitsCompletedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read - Builder for the
ReaderRead
operation. - Reader
Read Inst - An instance of ‘ReaderRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read UpTo - Builder for the
ReaderReadUpTo
operation. - Reader
Read UpTo Inst - An instance of ‘ReaderReadUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read UpTo V2 - Builder for the
ReaderReadUpToV2
operation. - Reader
Read UpTo V2Inst - An instance of ‘ReaderReadUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read V2 - Builder for the
ReaderReadV2
operation. - Reader
Read V2Inst - An instance of ‘ReaderReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Reset - Builder for the
ReaderReset
operation. - Reader
Reset Inst - An instance of ‘ReaderReset’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Reset V2 - Builder for the
ReaderResetV2
operation. - Reader
Reset V2Inst - An instance of ‘ReaderResetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Restore State - Builder for the
ReaderRestoreState
operation. - Reader
Restore State Inst - An instance of ‘ReaderRestoreState’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Restore State V2 - Builder for the
ReaderRestoreStateV2
operation. - Reader
Restore State V2Inst - An instance of ‘ReaderRestoreStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Serialize State - Builder for the
ReaderSerializeState
operation. - Reader
Serialize State Inst - An instance of ‘ReaderSerializeState’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Serialize State V2 - Builder for the
ReaderSerializeStateV2
operation. - Reader
Serialize State V2Inst - An instance of ‘ReaderSerializeStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Real
- Builder for the
Real
operation. - RealDiv
- Builder for the
RealDiv
operation. - Real
DivInst - An instance of ‘RealDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Real
Inst - An instance of ‘Real’ Operation with it’s Outputs and Inputs exposed as methods.
- Rebatch
Dataset - Builder for the
RebatchDataset
operation. - Rebatch
Dataset Inst - An instance of ‘RebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Rebatch
Dataset V2 - Builder for the
RebatchDatasetV2
operation. - Rebatch
Dataset V2Inst - An instance of ‘RebatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reciprocal
- Builder for the
Reciprocal
operation. - Reciprocal
Grad - Builder for the
ReciprocalGrad
operation. - Reciprocal
Grad Inst - An instance of ‘ReciprocalGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Reciprocal
Inst - An instance of ‘Reciprocal’ Operation with it’s Outputs and Inputs exposed as methods.
- Record
Input - Builder for the
RecordInput
operation. - Record
Input Inst - An instance of ‘RecordInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Recv
- Builder for the
Recv
operation. - Recv
Inst - An instance of ‘Recv’ Operation with it’s Outputs and Inputs exposed as methods.
- RecvTPU
Embedding Activations - Builder for the
RecvTPUEmbeddingActivations
operation. - RecvTPU
Embedding Activations Inst - An instance of ‘RecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Reduce
Dataset - Builder for the
ReduceDataset
operation. - Reduce
Dataset Inst - An instance of ‘ReduceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Reduce
Join - Builder for the
ReduceJoin
operation. - Reduce
Join Inst - An instance of ‘ReduceJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- RefEnter
- Builder for the
RefEnter
operation. - RefEnter
Inst - An instance of ‘RefEnter’ Operation with it’s Outputs and Inputs exposed as methods.
- RefExit
- Builder for the
RefExit
operation. - RefExit
Inst - An instance of ‘RefExit’ Operation with it’s Outputs and Inputs exposed as methods.
- RefIdentity
- Builder for the
RefIdentity
operation. - RefIdentity
Inst - An instance of ‘RefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- RefMerge
- Builder for the
RefMerge
operation. - RefMerge
Inst - An instance of ‘RefMerge’ Operation with it’s Outputs and Inputs exposed as methods.
- RefNext
Iteration - Builder for the
RefNextIteration
operation. - RefNext
Iteration Inst - An instance of ‘RefNextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- RefSelect
- Builder for the
RefSelect
operation. - RefSelect
Inst - An instance of ‘RefSelect’ Operation with it’s Outputs and Inputs exposed as methods.
- RefSwitch
- Builder for the
RefSwitch
operation. - RefSwitch
Inst - An instance of ‘RefSwitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Regex
Full Match - Builder for the
RegexFullMatch
operation. - Regex
Full Match Inst - An instance of ‘RegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Regex
Replace - Builder for the
RegexReplace
operation. - Regex
Replace Inst - An instance of ‘RegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Register
Dataset - Builder for the
RegisterDataset
operation. - Register
Dataset Inst - An instance of ‘RegisterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Register
Dataset V2 - Builder for the
RegisterDatasetV2
operation. - Register
Dataset V2Inst - An instance of ‘RegisterDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Relayout
- Builder for the
Relayout
operation. - Relayout
Grad - Builder for the
RelayoutGrad
operation. - Relayout
Grad Inst - An instance of ‘RelayoutGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Relayout
Inst - An instance of ‘Relayout’ Operation with it’s Outputs and Inputs exposed as methods.
- Relu
- Builder for the
Relu
operation. - Relu6
- Builder for the
Relu6
operation. - Relu6
Grad - Builder for the
Relu6Grad
operation. - Relu6
Grad Inst - An instance of ‘Relu6Grad’ Operation with it’s Outputs and Inputs exposed as methods.
- Relu6
Inst - An instance of ‘Relu6’ Operation with it’s Outputs and Inputs exposed as methods.
- Relu
Grad - Builder for the
ReluGrad
operation. - Relu
Grad Inst - An instance of ‘ReluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Relu
Inst - An instance of ‘Relu’ Operation with it’s Outputs and Inputs exposed as methods.
- Remote
Call - Builder for the
RemoteCall
operation. - Remote
Call Inst - An instance of ‘RemoteCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Repeat
Dataset - Builder for the
RepeatDataset
operation. - Repeat
Dataset Inst - An instance of ‘RepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantization
Range - Builder for the
RequantizationRange
operation. - Requantization
Range Inst - An instance of ‘RequantizationRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantization
Range PerChannel - Builder for the
RequantizationRangePerChannel
operation. - Requantization
Range PerChannel Inst - An instance of ‘RequantizationRangePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantize
- Builder for the
Requantize
operation. - Requantize
Inst - An instance of ‘Requantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantize
PerChannel - Builder for the
RequantizePerChannel
operation. - Requantize
PerChannel Inst - An instance of ‘RequantizePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Reshape
- Builder for the
Reshape
operation. - Reshape
Inst - An instance of ‘Reshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Area - Builder for the
ResizeArea
operation. - Resize
Area Inst - An instance of ‘ResizeArea’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Bicubic - Builder for the
ResizeBicubic
operation. - Resize
Bicubic Grad - Builder for the
ResizeBicubicGrad
operation. - Resize
Bicubic Grad Inst - An instance of ‘ResizeBicubicGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Bicubic Inst - An instance of ‘ResizeBicubic’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Bilinear - Builder for the
ResizeBilinear
operation. - Resize
Bilinear Grad - Builder for the
ResizeBilinearGrad
operation. - Resize
Bilinear Grad Inst - An instance of ‘ResizeBilinearGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Bilinear Inst - An instance of ‘ResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Nearest Neighbor - Builder for the
ResizeNearestNeighbor
operation. - Resize
Nearest Neighbor Grad - Builder for the
ResizeNearestNeighborGrad
operation. - Resize
Nearest Neighbor Grad Inst - An instance of ‘ResizeNearestNeighborGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Nearest Neighbor Inst - An instance of ‘ResizeNearestNeighbor’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Accumulator Apply Gradient - Builder for the
ResourceAccumulatorApplyGradient
operation. - Resource
Accumulator Apply Gradient Inst - An instance of ‘ResourceAccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Accumulator NumAccumulated - Builder for the
ResourceAccumulatorNumAccumulated
operation. - Resource
Accumulator NumAccumulated Inst - An instance of ‘ResourceAccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Accumulator SetGlobal Step - Builder for the
ResourceAccumulatorSetGlobalStep
operation. - Resource
Accumulator SetGlobal Step Inst - An instance of ‘ResourceAccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Accumulator Take Gradient - Builder for the
ResourceAccumulatorTakeGradient
operation. - Resource
Accumulator Take Gradient Inst - An instance of ‘ResourceAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply AdaMax - Builder for the
ResourceApplyAdaMax
operation. - Resource
Apply AdaMax Inst - An instance of ‘ResourceApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adadelta - Builder for the
ResourceApplyAdadelta
operation. - Resource
Apply Adadelta Inst - An instance of ‘ResourceApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adagrad - Builder for the
ResourceApplyAdagrad
operation. - Resource
Apply AdagradDA - Builder for the
ResourceApplyAdagradDA
operation. - Resource
Apply AdagradDA Inst - An instance of ‘ResourceApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adagrad Inst - An instance of ‘ResourceApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adagrad V2 - Builder for the
ResourceApplyAdagradV2
operation. - Resource
Apply Adagrad V2Inst - An instance of ‘ResourceApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adam - Builder for the
ResourceApplyAdam
operation. - Resource
Apply Adam Inst - An instance of ‘ResourceApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adam With Amsgrad - Builder for the
ResourceApplyAdamWithAmsgrad
operation. - Resource
Apply Adam With Amsgrad Inst - An instance of ‘ResourceApplyAdamWithAmsgrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply AddSign - Builder for the
ResourceApplyAddSign
operation. - Resource
Apply AddSign Inst - An instance of ‘ResourceApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply CenteredRMS Prop - Builder for the
ResourceApplyCenteredRMSProp
operation. - Resource
Apply CenteredRMS Prop Inst - An instance of ‘ResourceApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Ftrl - Builder for the
ResourceApplyFtrl
operation. - Resource
Apply Ftrl Inst - An instance of ‘ResourceApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Ftrl V2 - Builder for the
ResourceApplyFtrlV2
operation. - Resource
Apply Ftrl V2Inst - An instance of ‘ResourceApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Gradient Descent - Builder for the
ResourceApplyGradientDescent
operation. - Resource
Apply Gradient Descent Inst - An instance of ‘ResourceApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Keras Momentum - Builder for the
ResourceApplyKerasMomentum
operation. - Resource
Apply Keras Momentum Inst - An instance of ‘ResourceApplyKerasMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Momentum - Builder for the
ResourceApplyMomentum
operation. - Resource
Apply Momentum Inst - An instance of ‘ResourceApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Power Sign - Builder for the
ResourceApplyPowerSign
operation. - Resource
Apply Power Sign Inst - An instance of ‘ResourceApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Proximal Adagrad - Builder for the
ResourceApplyProximalAdagrad
operation. - Resource
Apply Proximal Adagrad Inst - An instance of ‘ResourceApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Proximal Gradient Descent - Builder for the
ResourceApplyProximalGradientDescent
operation. - Resource
Apply Proximal Gradient Descent Inst - An instance of ‘ResourceApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
ApplyRMS Prop - Builder for the
ResourceApplyRMSProp
operation. - Resource
ApplyRMS Prop Inst - An instance of ‘ResourceApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Conditional Accumulator - Builder for the
ResourceConditionalAccumulator
operation. - Resource
Conditional Accumulator Inst - An instance of ‘ResourceConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Count UpTo - Builder for the
ResourceCountUpTo
operation. - Resource
Count UpTo Inst - An instance of ‘ResourceCountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Gather - Builder for the
ResourceGather
operation. - Resource
Gather Inst - An instance of ‘ResourceGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Gather Nd - Builder for the
ResourceGatherNd
operation. - Resource
Gather NdInst - An instance of ‘ResourceGatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Add - Builder for the
ResourceScatterAdd
operation. - Resource
Scatter AddInst - An instance of ‘ResourceScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Div - Builder for the
ResourceScatterDiv
operation. - Resource
Scatter DivInst - An instance of ‘ResourceScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Max - Builder for the
ResourceScatterMax
operation. - Resource
Scatter MaxInst - An instance of ‘ResourceScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Min - Builder for the
ResourceScatterMin
operation. - Resource
Scatter MinInst - An instance of ‘ResourceScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Mul - Builder for the
ResourceScatterMul
operation. - Resource
Scatter MulInst - An instance of ‘ResourceScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdAdd - Builder for the
ResourceScatterNdAdd
operation. - Resource
Scatter NdAdd Inst - An instance of ‘ResourceScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdMax - Builder for the
ResourceScatterNdMax
operation. - Resource
Scatter NdMax Inst - An instance of ‘ResourceScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdMin - Builder for the
ResourceScatterNdMin
operation. - Resource
Scatter NdMin Inst - An instance of ‘ResourceScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdSub - Builder for the
ResourceScatterNdSub
operation. - Resource
Scatter NdSub Inst - An instance of ‘ResourceScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdUpdate - Builder for the
ResourceScatterNdUpdate
operation. - Resource
Scatter NdUpdate Inst - An instance of ‘ResourceScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Sub - Builder for the
ResourceScatterSub
operation. - Resource
Scatter SubInst - An instance of ‘ResourceScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Update - Builder for the
ResourceScatterUpdate
operation. - Resource
Scatter Update Inst - An instance of ‘ResourceScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Adadelta - Builder for the
ResourceSparseApplyAdadelta
operation. - Resource
Sparse Apply Adadelta Inst - An instance of ‘ResourceSparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Adagrad - Builder for the
ResourceSparseApplyAdagrad
operation. - Resource
Sparse Apply AdagradDA - Builder for the
ResourceSparseApplyAdagradDA
operation. - Resource
Sparse Apply AdagradDA Inst - An instance of ‘ResourceSparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Adagrad Inst - An instance of ‘ResourceSparseApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Adagrad V2 - Builder for the
ResourceSparseApplyAdagradV2
operation. - Resource
Sparse Apply Adagrad V2Inst - An instance of ‘ResourceSparseApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply CenteredRMS Prop - Builder for the
ResourceSparseApplyCenteredRMSProp
operation. - Resource
Sparse Apply CenteredRMS Prop Inst - An instance of ‘ResourceSparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Ftrl - Builder for the
ResourceSparseApplyFtrl
operation. - Resource
Sparse Apply Ftrl Inst - An instance of ‘ResourceSparseApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Ftrl V2 - Builder for the
ResourceSparseApplyFtrlV2
operation. - Resource
Sparse Apply Ftrl V2Inst - An instance of ‘ResourceSparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Keras Momentum - Builder for the
ResourceSparseApplyKerasMomentum
operation. - Resource
Sparse Apply Keras Momentum Inst - An instance of ‘ResourceSparseApplyKerasMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Momentum - Builder for the
ResourceSparseApplyMomentum
operation. - Resource
Sparse Apply Momentum Inst - An instance of ‘ResourceSparseApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Proximal Adagrad - Builder for the
ResourceSparseApplyProximalAdagrad
operation. - Resource
Sparse Apply Proximal Adagrad Inst - An instance of ‘ResourceSparseApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse Apply Proximal Gradient Descent - Builder for the
ResourceSparseApplyProximalGradientDescent
operation. - Resource
Sparse Apply Proximal Gradient Descent Inst - An instance of ‘ResourceSparseApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Sparse ApplyRMS Prop - Builder for the
ResourceSparseApplyRMSProp
operation. - Resource
Sparse ApplyRMS Prop Inst - An instance of ‘ResourceSparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Strided Slice Assign - Builder for the
ResourceStridedSliceAssign
operation. - Resource
Strided Slice Assign Inst - An instance of ‘ResourceStridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Restore
- Builder for the
Restore
operation. - Restore
Inst - An instance of ‘Restore’ Operation with it’s Outputs and Inputs exposed as methods.
- Restore
Slice - Builder for the
RestoreSlice
operation. - Restore
Slice Inst - An instance of ‘RestoreSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Restore
V2 - Builder for the
RestoreV2
operation. - Restore
V2Inst - An instance of ‘RestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Retrieve
AllTPU Embedding Parameters - Builder for the
RetrieveAllTPUEmbeddingParameters
operation. - Retrieve
AllTPU Embedding Parameters Inst - An instance of ‘RetrieveAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
EmbeddingADAM Parameters - Builder for the
RetrieveTPUEmbeddingADAMParameters
operation. - RetrieveTPU
EmbeddingADAM Parameters Inst - An instance of ‘RetrieveTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Adadelta Parameters - Builder for the
RetrieveTPUEmbeddingAdadeltaParameters
operation. - RetrieveTPU
Embedding Adadelta Parameters Inst - An instance of ‘RetrieveTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Adagrad Momentum Parameters - Builder for the
RetrieveTPUEmbeddingAdagradMomentumParameters
operation. - RetrieveTPU
Embedding Adagrad Momentum Parameters Inst - An instance of ‘RetrieveTPUEmbeddingAdagradMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Adagrad Parameters - Builder for the
RetrieveTPUEmbeddingAdagradParameters
operation. - RetrieveTPU
Embedding Adagrad Parameters Inst - An instance of ‘RetrieveTPUEmbeddingAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding CenteredRMS Prop Parameters - Builder for the
RetrieveTPUEmbeddingCenteredRMSPropParameters
operation. - RetrieveTPU
Embedding CenteredRMS Prop Parameters Inst - An instance of ‘RetrieveTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
EmbeddingFTRL Parameters - Builder for the
RetrieveTPUEmbeddingFTRLParameters
operation. - RetrieveTPU
EmbeddingFTRL Parameters Inst - An instance of ‘RetrieveTPUEmbeddingFTRLParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Frequency Estimator Parameters - Builder for the
RetrieveTPUEmbeddingFrequencyEstimatorParameters
operation. - RetrieveTPU
Embedding Frequency Estimator Parameters Inst - An instance of ‘RetrieveTPUEmbeddingFrequencyEstimatorParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
EmbeddingMDL Adagrad Light Parameters - Builder for the
RetrieveTPUEmbeddingMDLAdagradLightParameters
operation. - RetrieveTPU
EmbeddingMDL Adagrad Light Parameters Inst - An instance of ‘RetrieveTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Momentum Parameters - Builder for the
RetrieveTPUEmbeddingMomentumParameters
operation. - RetrieveTPU
Embedding Momentum Parameters Inst - An instance of ‘RetrieveTPUEmbeddingMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Proximal Adagrad Parameters - Builder for the
RetrieveTPUEmbeddingProximalAdagradParameters
operation. - RetrieveTPU
Embedding Proximal Adagrad Parameters Inst - An instance of ‘RetrieveTPUEmbeddingProximalAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Proximal Yogi Parameters - Builder for the
RetrieveTPUEmbeddingProximalYogiParameters
operation. - RetrieveTPU
Embedding Proximal Yogi Parameters Inst - An instance of ‘RetrieveTPUEmbeddingProximalYogiParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
EmbeddingRMS Prop Parameters - Builder for the
RetrieveTPUEmbeddingRMSPropParameters
operation. - RetrieveTPU
EmbeddingRMS Prop Parameters Inst - An instance of ‘RetrieveTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- RetrieveTPU
Embedding Stochastic Gradient Descent Parameters - Builder for the
RetrieveTPUEmbeddingStochasticGradientDescentParameters
operation. - RetrieveTPU
Embedding Stochastic Gradient Descent Parameters Inst - An instance of ‘RetrieveTPUEmbeddingStochasticGradientDescentParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Reverse
- Builder for the
Reverse
operation. - Reverse
Inst - An instance of ‘Reverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Reverse
Sequence - Builder for the
ReverseSequence
operation. - Reverse
Sequence Inst - An instance of ‘ReverseSequence’ Operation with it’s Outputs and Inputs exposed as methods.
- Reverse
V2 - Builder for the
ReverseV2
operation. - Reverse
V2Inst - An instance of ‘ReverseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Rewrite
Dataset - Builder for the
RewriteDataset
operation. - Rewrite
Dataset Inst - An instance of ‘RewriteDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Right
Shift - Builder for the
RightShift
operation. - Right
Shift Inst - An instance of ‘RightShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Rint
- Builder for the
Rint
operation. - Rint
Inst - An instance of ‘Rint’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscAbs
- Builder for the
RiscAbs
operation. - Risc
AbsInst - An instance of ‘RiscAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscAdd
- Builder for the
RiscAdd
operation. - Risc
AddInst - An instance of ‘RiscAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Binary Arithmetic - Builder for the
RiscBinaryArithmetic
operation. - Risc
Binary Arithmetic Inst - An instance of ‘RiscBinaryArithmetic’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Binary Comparison - Builder for the
RiscBinaryComparison
operation. - Risc
Binary Comparison Inst - An instance of ‘RiscBinaryComparison’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Bitcast - Builder for the
RiscBitcast
operation. - Risc
Bitcast Inst - An instance of ‘RiscBitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Broadcast - Builder for the
RiscBroadcast
operation. - Risc
Broadcast Inst - An instance of ‘RiscBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Cast - Builder for the
RiscCast
operation. - Risc
Cast Inst - An instance of ‘RiscCast’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Ceil - Builder for the
RiscCeil
operation. - Risc
Ceil Inst - An instance of ‘RiscCeil’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Cholesky - Builder for the
RiscCholesky
operation. - Risc
Cholesky Inst - An instance of ‘RiscCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Concat - Builder for the
RiscConcat
operation. - Risc
Concat Inst - An instance of ‘RiscConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Condition - Builder for the
RiscCondition
operation. - Risc
Condition Inst - An instance of ‘RiscCondition’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Conv - Builder for the
RiscConv
operation. - Risc
Conv Inst - An instance of ‘RiscConv’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscCos
- Builder for the
RiscCos
operation. - Risc
CosInst - An instance of ‘RiscCos’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscDiv
- Builder for the
RiscDiv
operation. - Risc
DivInst - An instance of ‘RiscDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscDot
- Builder for the
RiscDot
operation. - Risc
DotInst - An instance of ‘RiscDot’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscExp
- Builder for the
RiscExp
operation. - Risc
ExpInst - An instance of ‘RiscExp’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscFft
- Builder for the
RiscFft
operation. - Risc
FftInst - An instance of ‘RiscFft’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Floor - Builder for the
RiscFloor
operation. - Risc
Floor Inst - An instance of ‘RiscFloor’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Gather - Builder for the
RiscGather
operation. - Risc
Gather Inst - An instance of ‘RiscGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Imag - Builder for the
RiscImag
operation. - Risc
Imag Inst - An instance of ‘RiscImag’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
IsFinite - Builder for the
RiscIsFinite
operation. - Risc
IsFinite Inst - An instance of ‘RiscIsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscLog
- Builder for the
RiscLog
operation. - Risc
LogInst - An instance of ‘RiscLog’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Logical And - Builder for the
RiscLogicalAnd
operation. - Risc
Logical AndInst - An instance of ‘RiscLogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Logical Not - Builder for the
RiscLogicalNot
operation. - Risc
Logical NotInst - An instance of ‘RiscLogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Logical Or - Builder for the
RiscLogicalOr
operation. - Risc
Logical OrInst - An instance of ‘RiscLogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscMax
- Builder for the
RiscMax
operation. - Risc
MaxInst - An instance of ‘RiscMax’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscMin
- Builder for the
RiscMin
operation. - Risc
MinInst - An instance of ‘RiscMin’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscMul
- Builder for the
RiscMul
operation. - Risc
MulInst - An instance of ‘RiscMul’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscNeg
- Builder for the
RiscNeg
operation. - Risc
NegInst - An instance of ‘RiscNeg’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscPad
- Builder for the
RiscPad
operation. - Risc
PadInst - An instance of ‘RiscPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Pool - Builder for the
RiscPool
operation. - Risc
Pool Inst - An instance of ‘RiscPool’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscPow
- Builder for the
RiscPow
operation. - Risc
PowInst - An instance of ‘RiscPow’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Random Uniform - Builder for the
RiscRandomUniform
operation. - Risc
Random Uniform Inst - An instance of ‘RiscRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Real - Builder for the
RiscReal
operation. - Risc
Real Inst - An instance of ‘RiscReal’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Reduce - Builder for the
RiscReduce
operation. - Risc
Reduce Inst - An instance of ‘RiscReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscRem
- Builder for the
RiscRem
operation. - Risc
RemInst - An instance of ‘RiscRem’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Reshape - Builder for the
RiscReshape
operation. - Risc
Reshape Inst - An instance of ‘RiscReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Reverse - Builder for the
RiscReverse
operation. - Risc
Reverse Inst - An instance of ‘RiscReverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Scatter - Builder for the
RiscScatter
operation. - Risc
Scatter Inst - An instance of ‘RiscScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Shape - Builder for the
RiscShape
operation. - Risc
Shape Inst - An instance of ‘RiscShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Sign - Builder for the
RiscSign
operation. - Risc
Sign Inst - An instance of ‘RiscSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Slice - Builder for the
RiscSlice
operation. - Risc
Slice Inst - An instance of ‘RiscSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Sort - Builder for the
RiscSort
operation. - Risc
Sort Inst - An instance of ‘RiscSort’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Squeeze - Builder for the
RiscSqueeze
operation. - Risc
Squeeze Inst - An instance of ‘RiscSqueeze’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscSub
- Builder for the
RiscSub
operation. - Risc
SubInst - An instance of ‘RiscSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Transpose - Builder for the
RiscTranspose
operation. - Risc
Transpose Inst - An instance of ‘RiscTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Triangular Solve - Builder for the
RiscTriangularSolve
operation. - Risc
Triangular Solve Inst - An instance of ‘RiscTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Unary - Builder for the
RiscUnary
operation. - Risc
Unary Inst - An instance of ‘RiscUnary’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
While - Builder for the
RiscWhile
operation. - Risc
While Inst - An instance of ‘RiscWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- RngRead
AndSkip - Builder for the
RngReadAndSkip
operation. - RngRead
AndSkip Inst - An instance of ‘RngReadAndSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- RngSkip
- Builder for the
RngSkip
operation. - RngSkip
Inst - An instance of ‘RngSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- Roll
- Builder for the
Roll
operation. - Roll
Inst - An instance of ‘Roll’ Operation with it’s Outputs and Inputs exposed as methods.
- Round
- Builder for the
Round
operation. - Round
Inst - An instance of ‘Round’ Operation with it’s Outputs and Inputs exposed as methods.
- Rsqrt
- Builder for the
Rsqrt
operation. - Rsqrt
Grad - Builder for the
RsqrtGrad
operation. - Rsqrt
Grad Inst - An instance of ‘RsqrtGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Rsqrt
Inst - An instance of ‘Rsqrt’ Operation with it’s Outputs and Inputs exposed as methods.
- Sample
Distorted Bounding Box - Builder for the
SampleDistortedBoundingBox
operation. - Sample
Distorted Bounding BoxInst - An instance of ‘SampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Sample
Distorted Bounding BoxV2 - Builder for the
SampleDistortedBoundingBoxV2
operation. - Sample
Distorted Bounding BoxV2 Inst - An instance of ‘SampleDistortedBoundingBoxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sampling
Dataset - Builder for the
SamplingDataset
operation. - Sampling
Dataset Inst - An instance of ‘SamplingDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Save
- Builder for the
Save
operation. - Save
Dataset - Builder for the
SaveDataset
operation. - Save
Dataset Inst - An instance of ‘SaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Save
Dataset V2 - Builder for the
SaveDatasetV2
operation. - Save
Dataset V2Inst - An instance of ‘SaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Save
Inst - An instance of ‘Save’ Operation with it’s Outputs and Inputs exposed as methods.
- Save
Slices - Builder for the
SaveSlices
operation. - Save
Slices Inst - An instance of ‘SaveSlices’ Operation with it’s Outputs and Inputs exposed as methods.
- SaveV2
- Builder for the
SaveV2
operation. - Save
V2Inst - An instance of ‘SaveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Scalar
Summary - Builder for the
ScalarSummary
operation. - Scalar
Summary Inst - An instance of ‘ScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Scale
AndTranslate - Builder for the
ScaleAndTranslate
operation. - Scale
AndTranslate Grad - Builder for the
ScaleAndTranslateGrad
operation. - Scale
AndTranslate Grad Inst - An instance of ‘ScaleAndTranslateGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Scale
AndTranslate Inst - An instance of ‘ScaleAndTranslate’ Operation with it’s Outputs and Inputs exposed as methods.
- Scan
Dataset - Builder for the
ScanDataset
operation. - Scan
Dataset Inst - An instance of ‘ScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Add - Builder for the
ScatterAdd
operation. - Scatter
AddInst - An instance of ‘ScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Div - Builder for the
ScatterDiv
operation. - Scatter
DivInst - An instance of ‘ScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Max - Builder for the
ScatterMax
operation. - Scatter
MaxInst - An instance of ‘ScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Min - Builder for the
ScatterMin
operation. - Scatter
MinInst - An instance of ‘ScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Mul - Builder for the
ScatterMul
operation. - Scatter
MulInst - An instance of ‘ScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Nd - Builder for the
ScatterNd
operation. - Scatter
NdAdd - Builder for the
ScatterNdAdd
operation. - Scatter
NdAdd Inst - An instance of ‘ScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdInst - An instance of ‘ScatterNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdMax - Builder for the
ScatterNdMax
operation. - Scatter
NdMax Inst - An instance of ‘ScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdMin - Builder for the
ScatterNdMin
operation. - Scatter
NdMin Inst - An instance of ‘ScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdNon Aliasing Add - Builder for the
ScatterNdNonAliasingAdd
operation. - Scatter
NdNon Aliasing AddInst - An instance of ‘ScatterNdNonAliasingAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdSub - Builder for the
ScatterNdSub
operation. - Scatter
NdSub Inst - An instance of ‘ScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdUpdate - Builder for the
ScatterNdUpdate
operation. - Scatter
NdUpdate Inst - An instance of ‘ScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Sub - Builder for the
ScatterSub
operation. - Scatter
SubInst - An instance of ‘ScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Update - Builder for the
ScatterUpdate
operation. - Scatter
Update Inst - An instance of ‘ScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Fprint - Builder for the
SdcaFprint
operation. - Sdca
Fprint Inst - An instance of ‘SdcaFprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Optimizer - Builder for the
SdcaOptimizer
operation. - Sdca
Optimizer Inst - An instance of ‘SdcaOptimizer’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Optimizer V2 - Builder for the
SdcaOptimizerV2
operation. - Sdca
Optimizer V2Inst - An instance of ‘SdcaOptimizerV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Shrink L1 - Builder for the
SdcaShrinkL1
operation. - Sdca
Shrink L1Inst - An instance of ‘SdcaShrinkL1’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Max - Builder for the
SegmentMax
operation. - Segment
MaxInst - An instance of ‘SegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
MaxV2 - Builder for the
SegmentMaxV2
operation. - Segment
MaxV2 Inst - An instance of ‘SegmentMaxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Mean - Builder for the
SegmentMean
operation. - Segment
Mean Inst - An instance of ‘SegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Min - Builder for the
SegmentMin
operation. - Segment
MinInst - An instance of ‘SegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
MinV2 - Builder for the
SegmentMinV2
operation. - Segment
MinV2 Inst - An instance of ‘SegmentMinV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Prod - Builder for the
SegmentProd
operation. - Segment
Prod Inst - An instance of ‘SegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Prod V2 - Builder for the
SegmentProdV2
operation. - Segment
Prod V2Inst - An instance of ‘SegmentProdV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Sum - Builder for the
SegmentSum
operation. - Segment
SumInst - An instance of ‘SegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
SumV2 - Builder for the
SegmentSumV2
operation. - Segment
SumV2 Inst - An instance of ‘SegmentSumV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Select
- Builder for the
Select
operation. - Select
Inst - An instance of ‘Select’ Operation with it’s Outputs and Inputs exposed as methods.
- Select
V2 - Builder for the
SelectV2
operation. - Select
V2Inst - An instance of ‘SelectV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Self
Adjoint Eig - Builder for the
SelfAdjointEig
operation. - Self
Adjoint EigInst - An instance of ‘SelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Self
Adjoint EigV2 - Builder for the
SelfAdjointEigV2
operation. - Self
Adjoint EigV2 Inst - An instance of ‘SelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Selu
- Builder for the
Selu
operation. - Selu
Grad - Builder for the
SeluGrad
operation. - Selu
Grad Inst - An instance of ‘SeluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Selu
Inst - An instance of ‘Selu’ Operation with it’s Outputs and Inputs exposed as methods.
- Send
- Builder for the
Send
operation. - Send
Inst - An instance of ‘Send’ Operation with it’s Outputs and Inputs exposed as methods.
- SendTPU
Embedding Gradients - Builder for the
SendTPUEmbeddingGradients
operation. - SendTPU
Embedding Gradients Inst - An instance of ‘SendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Iterator - Builder for the
SerializeIterator
operation. - Serialize
Iterator Inst - An instance of ‘SerializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Many Sparse - Builder for the
SerializeManySparse
operation. - Serialize
Many Sparse Inst - An instance of ‘SerializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Sparse - Builder for the
SerializeSparse
operation. - Serialize
Sparse Inst - An instance of ‘SerializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Tensor - Builder for the
SerializeTensor
operation. - Serialize
Tensor Inst - An instance of ‘SerializeTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- SetSize
- Builder for the
SetSize
operation. - SetSize
Inst - An instance of ‘SetSize’ Operation with it’s Outputs and Inputs exposed as methods.
- SetStats
Aggregator Dataset - Builder for the
SetStatsAggregatorDataset
operation. - SetStats
Aggregator Dataset Inst - An instance of ‘SetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Shape
- Builder for the
Shape
operation. - Shape
Inst - An instance of ‘Shape’ Operation with it’s Outputs and Inputs exposed as methods.
- ShapeN
- Builder for the
ShapeN
operation. - ShapeN
Inst - An instance of ‘ShapeN’ Operation with it’s Outputs and Inputs exposed as methods.
- Shard
Dataset - Builder for the
ShardDataset
operation. - Shard
Dataset Inst - An instance of ‘ShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Sharded
Filename - Builder for the
ShardedFilename
operation. - Sharded
Filename Inst - An instance of ‘ShardedFilename’ Operation with it’s Outputs and Inputs exposed as methods.
- Sharded
Filespec - Builder for the
ShardedFilespec
operation. - Sharded
Filespec Inst - An instance of ‘ShardedFilespec’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
AndRepeat Dataset - Builder for the
ShuffleAndRepeatDataset
operation. - Shuffle
AndRepeat Dataset Inst - An instance of ‘ShuffleAndRepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
AndRepeat Dataset V2 - Builder for the
ShuffleAndRepeatDatasetV2
operation. - Shuffle
AndRepeat Dataset V2Inst - An instance of ‘ShuffleAndRepeatDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
Dataset - Builder for the
ShuffleDataset
operation. - Shuffle
Dataset Inst - An instance of ‘ShuffleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
Dataset V2 - Builder for the
ShuffleDatasetV2
operation. - Shuffle
Dataset V3 - Builder for the
ShuffleDatasetV3
operation. - Shuffle
Dataset V2Inst - An instance of ‘ShuffleDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
Dataset V3Inst - An instance of ‘ShuffleDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Shutdown
DistributedTPU - Builder for the
ShutdownDistributedTPU
operation. - Shutdown
DistributedTPU Inst - An instance of ‘ShutdownDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- ShutdownTPU
System - Builder for the
ShutdownTPUSystem
operation. - ShutdownTPU
System Inst - An instance of ‘ShutdownTPUSystem’ Operation with it’s Outputs and Inputs exposed as methods.
- Sigmoid
- Builder for the
Sigmoid
operation. - Sigmoid
Grad - Builder for the
SigmoidGrad
operation. - Sigmoid
Grad Inst - An instance of ‘SigmoidGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sigmoid
Inst - An instance of ‘Sigmoid’ Operation with it’s Outputs and Inputs exposed as methods.
- Sign
- Builder for the
Sign
operation. - Sign
Inst - An instance of ‘Sign’ Operation with it’s Outputs and Inputs exposed as methods.
- Sin
- Builder for the
Sin
operation. - SinInst
- An instance of ‘Sin’ Operation with it’s Outputs and Inputs exposed as methods.
- Sinh
- Builder for the
Sinh
operation. - Sinh
Inst - An instance of ‘Sinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Size
- Builder for the
Size
operation. - Size
Inst - An instance of ‘Size’ Operation with it’s Outputs and Inputs exposed as methods.
- Skip
Dataset - Builder for the
SkipDataset
operation. - Skip
Dataset Inst - An instance of ‘SkipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Skipgram
- Builder for the
Skipgram
operation. - Skipgram
Inst - An instance of ‘Skipgram’ Operation with it’s Outputs and Inputs exposed as methods.
- Sleep
Dataset - Builder for the
SleepDataset
operation. - Sleep
Dataset Inst - An instance of ‘SleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Slice
- Builder for the
Slice
operation. - Slice
Inst - An instance of ‘Slice’ Operation with it’s Outputs and Inputs exposed as methods.
- Sliding
Window Dataset - Builder for the
SlidingWindowDataset
operation. - Sliding
Window Dataset Inst - An instance of ‘SlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
- Builder for the
Snapshot
operation. - Snapshot
Chunk Dataset - Builder for the
SnapshotChunkDataset
operation. - Snapshot
Chunk Dataset Inst - An instance of ‘SnapshotChunkDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Dataset - Builder for the
SnapshotDataset
operation. - Snapshot
Dataset Inst - An instance of ‘SnapshotDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Dataset Reader - Builder for the
SnapshotDatasetReader
operation. - Snapshot
Dataset Reader Inst - An instance of ‘SnapshotDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Dataset V2 - Builder for the
SnapshotDatasetV2
operation. - Snapshot
Dataset V2Inst - An instance of ‘SnapshotDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Inst - An instance of ‘Snapshot’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Nested Dataset Reader - Builder for the
SnapshotNestedDatasetReader
operation. - Snapshot
Nested Dataset Reader Inst - An instance of ‘SnapshotNestedDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Sobol
Sample - Builder for the
SobolSample
operation. - Sobol
Sample Inst - An instance of ‘SobolSample’ Operation with it’s Outputs and Inputs exposed as methods.
- Softmax
- Builder for the
Softmax
operation. - Softmax
Cross Entropy With Logits - Builder for the
SoftmaxCrossEntropyWithLogits
operation. - Softmax
Cross Entropy With Logits Inst - An instance of ‘SoftmaxCrossEntropyWithLogits’ Operation with it’s Outputs and Inputs exposed as methods.
- Softmax
Inst - An instance of ‘Softmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Softplus
- Builder for the
Softplus
operation. - Softplus
Grad - Builder for the
SoftplusGrad
operation. - Softplus
Grad Inst - An instance of ‘SoftplusGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Softplus
Inst - An instance of ‘Softplus’ Operation with it’s Outputs and Inputs exposed as methods.
- Softsign
- Builder for the
Softsign
operation. - Softsign
Grad - Builder for the
SoftsignGrad
operation. - Softsign
Grad Inst - An instance of ‘SoftsignGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Softsign
Inst - An instance of ‘Softsign’ Operation with it’s Outputs and Inputs exposed as methods.
- Space
ToBatch - Builder for the
SpaceToBatch
operation. - Space
ToBatch Inst - An instance of ‘SpaceToBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Space
ToBatchND - Builder for the
SpaceToBatchND
operation. - Space
ToBatchND Inst - An instance of ‘SpaceToBatchND’ Operation with it’s Outputs and Inputs exposed as methods.
- Space
ToDepth - Builder for the
SpaceToDepth
operation. - Space
ToDepth Inst - An instance of ‘SpaceToDepth’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Accumulator Apply Gradient - Builder for the
SparseAccumulatorApplyGradient
operation. - Sparse
Accumulator Apply Gradient Inst - An instance of ‘SparseAccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Accumulator Take Gradient - Builder for the
SparseAccumulatorTakeGradient
operation. - Sparse
Accumulator Take Gradient Inst - An instance of ‘SparseAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Add - Builder for the
SparseAdd
operation. - Sparse
AddGrad - Builder for the
SparseAddGrad
operation. - Sparse
AddGrad Inst - An instance of ‘SparseAddGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
AddInst - An instance of ‘SparseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Adadelta - Builder for the
SparseApplyAdadelta
operation. - Sparse
Apply Adadelta Inst - An instance of ‘SparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Adagrad - Builder for the
SparseApplyAdagrad
operation. - Sparse
Apply AdagradDA - Builder for the
SparseApplyAdagradDA
operation. - Sparse
Apply AdagradDA Inst - An instance of ‘SparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Adagrad Inst - An instance of ‘SparseApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Adagrad V2 - Builder for the
SparseApplyAdagradV2
operation. - Sparse
Apply Adagrad V2Inst - An instance of ‘SparseApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply CenteredRMS Prop - Builder for the
SparseApplyCenteredRMSProp
operation. - Sparse
Apply CenteredRMS Prop Inst - An instance of ‘SparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Ftrl - Builder for the
SparseApplyFtrl
operation. - Sparse
Apply Ftrl Inst - An instance of ‘SparseApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Ftrl V2 - Builder for the
SparseApplyFtrlV2
operation. - Sparse
Apply Ftrl V2Inst - An instance of ‘SparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Momentum - Builder for the
SparseApplyMomentum
operation. - Sparse
Apply Momentum Inst - An instance of ‘SparseApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Proximal Adagrad - Builder for the
SparseApplyProximalAdagrad
operation. - Sparse
Apply Proximal Adagrad Inst - An instance of ‘SparseApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Proximal Gradient Descent - Builder for the
SparseApplyProximalGradientDescent
operation. - Sparse
Apply Proximal Gradient Descent Inst - An instance of ‘SparseApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
ApplyRMS Prop - Builder for the
SparseApplyRMSProp
operation. - Sparse
ApplyRMS Prop Inst - An instance of ‘SparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Bincount - Builder for the
SparseBincount
operation. - Sparse
Bincount Inst - An instance of ‘SparseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Concat - Builder for the
SparseConcat
operation. - Sparse
Concat Inst - An instance of ‘SparseConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Conditional Accumulator - Builder for the
SparseConditionalAccumulator
operation. - Sparse
Conditional Accumulator Inst - An instance of ‘SparseConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Count Sparse Output - Builder for the
SparseCountSparseOutput
operation. - Sparse
Count Sparse Output Inst - An instance of ‘SparseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Cross - Builder for the
SparseCross
operation. - Sparse
Cross Hashed - Builder for the
SparseCrossHashed
operation. - Sparse
Cross Hashed Inst - An instance of ‘SparseCrossHashed’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Cross Inst - An instance of ‘SparseCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Cross V2 - Builder for the
SparseCrossV2
operation. - Sparse
Cross V2Inst - An instance of ‘SparseCrossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Dense Cwise Add - Builder for the
SparseDenseCwiseAdd
operation. - Sparse
Dense Cwise AddInst - An instance of ‘SparseDenseCwiseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Dense Cwise Div - Builder for the
SparseDenseCwiseDiv
operation. - Sparse
Dense Cwise DivInst - An instance of ‘SparseDenseCwiseDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Dense Cwise Mul - Builder for the
SparseDenseCwiseMul
operation. - Sparse
Dense Cwise MulInst - An instance of ‘SparseDenseCwiseMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Fill Empty Rows - Builder for the
SparseFillEmptyRows
operation. - Sparse
Fill Empty Rows Grad - Builder for the
SparseFillEmptyRowsGrad
operation. - Sparse
Fill Empty Rows Grad Inst - An instance of ‘SparseFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Fill Empty Rows Inst - An instance of ‘SparseFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
MatMul - Builder for the
SparseMatMul
operation. - Sparse
MatMul Inst - An instance of ‘SparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Add - Builder for the
SparseMatrixAdd
operation. - Sparse
Matrix AddInst - An instance of ‘SparseMatrixAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix MatMul - Builder for the
SparseMatrixMatMul
operation. - Sparse
Matrix MatMul Inst - An instance of ‘SparseMatrixMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Mul - Builder for the
SparseMatrixMul
operation. - Sparse
Matrix MulInst - An instance of ‘SparseMatrixMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
MatrixNNZ - Builder for the
SparseMatrixNNZ
operation. - Sparse
MatrixNNZ Inst - An instance of ‘SparseMatrixNNZ’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix OrderingAMD - Builder for the
SparseMatrixOrderingAMD
operation. - Sparse
Matrix OrderingAMD Inst - An instance of ‘SparseMatrixOrderingAMD’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Softmax - Builder for the
SparseMatrixSoftmax
operation. - Sparse
Matrix Softmax Grad - Builder for the
SparseMatrixSoftmaxGrad
operation. - Sparse
Matrix Softmax Grad Inst - An instance of ‘SparseMatrixSoftmaxGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Softmax Inst - An instance of ‘SparseMatrixSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Sparse Cholesky - Builder for the
SparseMatrixSparseCholesky
operation. - Sparse
Matrix Sparse Cholesky Inst - An instance of ‘SparseMatrixSparseCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Sparse MatMul - Builder for the
SparseMatrixSparseMatMul
operation. - Sparse
Matrix Sparse MatMul Inst - An instance of ‘SparseMatrixSparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Transpose - Builder for the
SparseMatrixTranspose
operation. - Sparse
Matrix Transpose Inst - An instance of ‘SparseMatrixTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Zeros - Builder for the
SparseMatrixZeros
operation. - Sparse
Matrix Zeros Inst - An instance of ‘SparseMatrixZeros’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce Max - Builder for the
SparseReduceMax
operation. - Sparse
Reduce MaxInst - An instance of ‘SparseReduceMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce MaxSparse - Builder for the
SparseReduceMaxSparse
operation. - Sparse
Reduce MaxSparse Inst - An instance of ‘SparseReduceMaxSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce Sum - Builder for the
SparseReduceSum
operation. - Sparse
Reduce SumInst - An instance of ‘SparseReduceSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce SumSparse - Builder for the
SparseReduceSumSparse
operation. - Sparse
Reduce SumSparse Inst - An instance of ‘SparseReduceSumSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reorder - Builder for the
SparseReorder
operation. - Sparse
Reorder Inst - An instance of ‘SparseReorder’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reshape - Builder for the
SparseReshape
operation. - Sparse
Reshape Inst - An instance of ‘SparseReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment Mean - Builder for the
SparseSegmentMean
operation. - Sparse
Segment Mean Grad - Builder for the
SparseSegmentMeanGrad
operation. - Sparse
Segment Mean Grad Inst - An instance of ‘SparseSegmentMeanGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment Mean Inst - An instance of ‘SparseSegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment Mean With NumSegments - Builder for the
SparseSegmentMeanWithNumSegments
operation. - Sparse
Segment Mean With NumSegments Inst - An instance of ‘SparseSegmentMeanWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment SqrtN - Builder for the
SparseSegmentSqrtN
operation. - Sparse
Segment SqrtN Grad - Builder for the
SparseSegmentSqrtNGrad
operation. - Sparse
Segment SqrtN Grad Inst - An instance of ‘SparseSegmentSqrtNGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment SqrtN Inst - An instance of ‘SparseSegmentSqrtN’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment SqrtN With NumSegments - Builder for the
SparseSegmentSqrtNWithNumSegments
operation. - Sparse
Segment SqrtN With NumSegments Inst - An instance of ‘SparseSegmentSqrtNWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment Sum - Builder for the
SparseSegmentSum
operation. - Sparse
Segment SumGrad - Builder for the
SparseSegmentSumGrad
operation. - Sparse
Segment SumGrad Inst - An instance of ‘SparseSegmentSumGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment SumInst - An instance of ‘SparseSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment SumWith NumSegments - Builder for the
SparseSegmentSumWithNumSegments
operation. - Sparse
Segment SumWith NumSegments Inst - An instance of ‘SparseSegmentSumWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Slice - Builder for the
SparseSlice
operation. - Sparse
Slice Grad - Builder for the
SparseSliceGrad
operation. - Sparse
Slice Grad Inst - An instance of ‘SparseSliceGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Slice Inst - An instance of ‘SparseSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Softmax - Builder for the
SparseSoftmax
operation. - Sparse
Softmax Cross Entropy With Logits - Builder for the
SparseSoftmaxCrossEntropyWithLogits
operation. - Sparse
Softmax Cross Entropy With Logits Inst - An instance of ‘SparseSoftmaxCrossEntropyWithLogits’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Softmax Inst - An instance of ‘SparseSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Sparse Maximum - Builder for the
SparseSparseMaximum
operation. - Sparse
Sparse Maximum Inst - An instance of ‘SparseSparseMaximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Sparse Minimum - Builder for the
SparseSparseMinimum
operation. - Sparse
Sparse Minimum Inst - An instance of ‘SparseSparseMinimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Split - Builder for the
SparseSplit
operation. - Sparse
Split Inst - An instance of ‘SparseSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Tensor Dense Add - Builder for the
SparseTensorDenseAdd
operation. - Sparse
Tensor Dense AddInst - An instance of ‘SparseTensorDenseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Tensor Dense MatMul - Builder for the
SparseTensorDenseMatMul
operation. - Sparse
Tensor Dense MatMul Inst - An instance of ‘SparseTensorDenseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Tensor Slice Dataset - Builder for the
SparseTensorSliceDataset
operation. - Sparse
Tensor Slice Dataset Inst - An instance of ‘SparseTensorSliceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Tensor ToCSR Sparse Matrix - Builder for the
SparseTensorToCSRSparseMatrix
operation. - Sparse
Tensor ToCSR Sparse Matrix Inst - An instance of ‘SparseTensorToCSRSparseMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
ToDense - Builder for the
SparseToDense
operation. - Sparse
ToDense Inst - An instance of ‘SparseToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
ToSparse SetOperation - Builder for the
SparseToSparseSetOperation
operation. - Sparse
ToSparse SetOperation Inst - An instance of ‘SparseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Spence
- Builder for the
Spence
operation. - Spence
Inst - An instance of ‘Spence’ Operation with it’s Outputs and Inputs exposed as methods.
- Split
- Builder for the
Split
operation. - Split
Dedup Data - Builder for the
SplitDedupData
operation. - Split
Dedup Data Inst - An instance of ‘SplitDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
- Split
Inst - An instance of ‘Split’ Operation with it’s Outputs and Inputs exposed as methods.
- SplitV
- Builder for the
SplitV
operation. - SplitV
Inst - An instance of ‘SplitV’ Operation with it’s Outputs and Inputs exposed as methods.
- SqlDataset
- Builder for the
SqlDataset
operation. - SqlDataset
Inst - An instance of ‘SqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Sqrt
- Builder for the
Sqrt
operation. - Sqrt
Grad - Builder for the
SqrtGrad
operation. - Sqrt
Grad Inst - An instance of ‘SqrtGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Sqrt
Inst - An instance of ‘Sqrt’ Operation with it’s Outputs and Inputs exposed as methods.
- Square
- Builder for the
Square
operation. - Square
Inst - An instance of ‘Square’ Operation with it’s Outputs and Inputs exposed as methods.
- Squared
Difference - Builder for the
SquaredDifference
operation. - Squared
Difference Inst - An instance of ‘SquaredDifference’ Operation with it’s Outputs and Inputs exposed as methods.
- Squeeze
- Builder for the
Squeeze
operation. - Squeeze
Inst - An instance of ‘Squeeze’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
- Builder for the
Stack
operation. - Stack
Close - Builder for the
StackClose
operation. - Stack
Close Inst - An instance of ‘StackClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Close V2 - Builder for the
StackCloseV2
operation. - Stack
Close V2Inst - An instance of ‘StackCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Inst - An instance of ‘Stack’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Pop - Builder for the
StackPop
operation. - Stack
PopInst - An instance of ‘StackPop’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
PopV2 - Builder for the
StackPopV2
operation. - Stack
PopV2 Inst - An instance of ‘StackPopV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Push - Builder for the
StackPush
operation. - Stack
Push Inst - An instance of ‘StackPush’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Push V2 - Builder for the
StackPushV2
operation. - Stack
Push V2Inst - An instance of ‘StackPushV2’ Operation with it’s Outputs and Inputs exposed as methods.
- StackV2
- Builder for the
StackV2
operation. - Stack
V2Inst - An instance of ‘StackV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stage
- Builder for the
Stage
operation. - Stage
Clear - Builder for the
StageClear
operation. - Stage
Clear Inst - An instance of ‘StageClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Stage
Inst - An instance of ‘Stage’ Operation with it’s Outputs and Inputs exposed as methods.
- Stage
Peek - Builder for the
StagePeek
operation. - Stage
Peek Inst - An instance of ‘StagePeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Stage
Size - Builder for the
StageSize
operation. - Stage
Size Inst - An instance of ‘StageSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Partitioned Call - Builder for the
StatefulPartitionedCall
operation. - Stateful
Partitioned Call Inst - An instance of ‘StatefulPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Random Binomial - Builder for the
StatefulRandomBinomial
operation. - Stateful
Random Binomial Inst - An instance of ‘StatefulRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Standard Normal - Builder for the
StatefulStandardNormal
operation. - Stateful
Standard Normal Inst - An instance of ‘StatefulStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Standard Normal V2 - Builder for the
StatefulStandardNormalV2
operation. - Stateful
Standard Normal V2Inst - An instance of ‘StatefulStandardNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Truncated Normal - Builder for the
StatefulTruncatedNormal
operation. - Stateful
Truncated Normal Inst - An instance of ‘StatefulTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Uniform - Builder for the
StatefulUniform
operation. - Stateful
Uniform Full Int - Builder for the
StatefulUniformFullInt
operation. - Stateful
Uniform Full IntInst - An instance of ‘StatefulUniformFullInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Uniform Inst - An instance of ‘StatefulUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Uniform Int - Builder for the
StatefulUniformInt
operation. - Stateful
Uniform IntInst - An instance of ‘StatefulUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Case - Builder for the
StatelessCase
operation. - Stateless
Case Inst - An instance of ‘StatelessCase’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
If - Builder for the
StatelessIf
operation. - Stateless
IfInst - An instance of ‘StatelessIf’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Multinomial - Builder for the
StatelessMultinomial
operation. - Stateless
Multinomial Inst - An instance of ‘StatelessMultinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Parameterized Truncated Normal - Builder for the
StatelessParameterizedTruncatedNormal
operation. - Stateless
Parameterized Truncated Normal Inst - An instance of ‘StatelessParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Binomial - Builder for the
StatelessRandomBinomial
operation. - Stateless
Random Binomial Inst - An instance of ‘StatelessRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Gamma V2 - Builder for the
StatelessRandomGammaV2
operation. - Stateless
Random Gamma V3 - Builder for the
StatelessRandomGammaV3
operation. - Stateless
Random Gamma V2Inst - An instance of ‘StatelessRandomGammaV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Gamma V3Inst - An instance of ‘StatelessRandomGammaV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random GetAlg - Builder for the
StatelessRandomGetAlg
operation. - Stateless
Random GetAlg Inst - An instance of ‘StatelessRandomGetAlg’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random GetKey Counter - Builder for the
StatelessRandomGetKeyCounter
operation. - Stateless
Random GetKey Counter Alg - Builder for the
StatelessRandomGetKeyCounterAlg
operation. - Stateless
Random GetKey Counter AlgInst - An instance of ‘StatelessRandomGetKeyCounterAlg’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random GetKey Counter Inst - An instance of ‘StatelessRandomGetKeyCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Normal - Builder for the
StatelessRandomNormal
operation. - Stateless
Random Normal Inst - An instance of ‘StatelessRandomNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Normal V2 - Builder for the
StatelessRandomNormalV2
operation. - Stateless
Random Normal V2Inst - An instance of ‘StatelessRandomNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Poisson - Builder for the
StatelessRandomPoisson
operation. - Stateless
Random Poisson Inst - An instance of ‘StatelessRandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform - Builder for the
StatelessRandomUniform
operation. - Stateless
Random Uniform Full Int - Builder for the
StatelessRandomUniformFullInt
operation. - Stateless
Random Uniform Full IntInst - An instance of ‘StatelessRandomUniformFullInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform Full IntV2 - Builder for the
StatelessRandomUniformFullIntV2
operation. - Stateless
Random Uniform Full IntV2 Inst - An instance of ‘StatelessRandomUniformFullIntV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform Inst - An instance of ‘StatelessRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform Int - Builder for the
StatelessRandomUniformInt
operation. - Stateless
Random Uniform IntInst - An instance of ‘StatelessRandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform IntV2 - Builder for the
StatelessRandomUniformIntV2
operation. - Stateless
Random Uniform IntV2 Inst - An instance of ‘StatelessRandomUniformIntV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform V2 - Builder for the
StatelessRandomUniformV2
operation. - Stateless
Random Uniform V2Inst - An instance of ‘StatelessRandomUniformV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Sample Distorted Bounding Box - Builder for the
StatelessSampleDistortedBoundingBox
operation. - Stateless
Sample Distorted Bounding BoxInst - An instance of ‘StatelessSampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Shuffle - Builder for the
StatelessShuffle
operation. - Stateless
Shuffle Inst - An instance of ‘StatelessShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Truncated Normal - Builder for the
StatelessTruncatedNormal
operation. - Stateless
Truncated Normal Inst - An instance of ‘StatelessTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Truncated Normal V2 - Builder for the
StatelessTruncatedNormalV2
operation. - Stateless
Truncated Normal V2Inst - An instance of ‘StatelessTruncatedNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
While - Builder for the
StatelessWhile
operation. - Stateless
While Inst - An instance of ‘StatelessWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- Static
Regex Full Match - Builder for the
StaticRegexFullMatch
operation. - Static
Regex Full Match Inst - An instance of ‘StaticRegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Static
Regex Replace - Builder for the
StaticRegexReplace
operation. - Static
Regex Replace Inst - An instance of ‘StaticRegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Stats
Aggregator Handle - Builder for the
StatsAggregatorHandle
operation. - Stats
Aggregator Handle Inst - An instance of ‘StatsAggregatorHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Stats
Aggregator Handle V2 - Builder for the
StatsAggregatorHandleV2
operation. - Stats
Aggregator Handle V2Inst - An instance of ‘StatsAggregatorHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stats
Aggregator SetSummary Writer - Builder for the
StatsAggregatorSetSummaryWriter
operation. - Stats
Aggregator SetSummary Writer Inst - An instance of ‘StatsAggregatorSetSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Stats
Aggregator Summary - Builder for the
StatsAggregatorSummary
operation. - Stats
Aggregator Summary Inst - An instance of ‘StatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Stochastic
Cast ToInt - Builder for the
StochasticCastToInt
operation. - Stochastic
Cast ToInt Inst - An instance of ‘StochasticCastToInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stop
Gradient - Builder for the
StopGradient
operation. - Stop
Gradient Inst - An instance of ‘StopGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Strided
Slice - Builder for the
StridedSlice
operation. - Strided
Slice Assign - Builder for the
StridedSliceAssign
operation. - Strided
Slice Assign Inst - An instance of ‘StridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Strided
Slice Grad - Builder for the
StridedSliceGrad
operation. - Strided
Slice Grad Inst - An instance of ‘StridedSliceGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Strided
Slice Inst - An instance of ‘StridedSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Format - Builder for the
StringFormat
operation. - String
Format Inst - An instance of ‘StringFormat’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Join - Builder for the
StringJoin
operation. - String
Join Inst - An instance of ‘StringJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Length - Builder for the
StringLength
operation. - String
Length Inst - An instance of ‘StringLength’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Lower - Builder for the
StringLower
operation. - String
Lower Inst - An instance of ‘StringLower’ Operation with it’s Outputs and Inputs exposed as methods.
- StringN
Grams - Builder for the
StringNGrams
operation. - StringN
Grams Inst - An instance of ‘StringNGrams’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Split - Builder for the
StringSplit
operation. - String
Split Inst - An instance of ‘StringSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Split V2 - Builder for the
StringSplitV2
operation. - String
Split V2Inst - An instance of ‘StringSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Strip - Builder for the
StringStrip
operation. - String
Strip Inst - An instance of ‘StringStrip’ Operation with it’s Outputs and Inputs exposed as methods.
- String
ToHash Bucket - Builder for the
StringToHashBucket
operation. - String
ToHash Bucket Fast - Builder for the
StringToHashBucketFast
operation. - String
ToHash Bucket Fast Inst - An instance of ‘StringToHashBucketFast’ Operation with it’s Outputs and Inputs exposed as methods.
- String
ToHash Bucket Inst - An instance of ‘StringToHashBucket’ Operation with it’s Outputs and Inputs exposed as methods.
- String
ToHash Bucket Strong - Builder for the
StringToHashBucketStrong
operation. - String
ToHash Bucket Strong Inst - An instance of ‘StringToHashBucketStrong’ Operation with it’s Outputs and Inputs exposed as methods.
- String
ToNumber - Builder for the
StringToNumber
operation. - String
ToNumber Inst - An instance of ‘StringToNumber’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Upper - Builder for the
StringUpper
operation. - String
Upper Inst - An instance of ‘StringUpper’ Operation with it’s Outputs and Inputs exposed as methods.
- Sub
- Builder for the
Sub
operation. - SubInst
- An instance of ‘Sub’ Operation with it’s Outputs and Inputs exposed as methods.
- Substr
- Builder for the
Substr
operation. - Substr
Inst - An instance of ‘Substr’ Operation with it’s Outputs and Inputs exposed as methods.
- Subtract
Deprecated - Builder for the
Sub
operation. - Sum
- Builder for the
Sum
operation. - SumInst
- An instance of ‘Sum’ Operation with it’s Outputs and Inputs exposed as methods.
- Summary
Writer - Builder for the
SummaryWriter
operation. - Summary
Writer Inst - An instance of ‘SummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Svd
- Builder for the
Svd
operation. - SvdInst
- An instance of ‘Svd’ Operation with it’s Outputs and Inputs exposed as methods.
- Switch
- Builder for the
Switch
operation. - Switch
Inst - An instance of ‘Switch’ Operation with it’s Outputs and Inputs exposed as methods.
- Symbolic
Gradient - Builder for the
SymbolicGradient
operation. - Symbolic
Gradient Inst - An instance of ‘SymbolicGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Sync
Device - Builder for the
SyncDevice
operation. - Sync
Device Inst - An instance of ‘SyncDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- TFRecord
Dataset - Builder for the
TFRecordDataset
operation. - TFRecord
Dataset Inst - An instance of ‘TFRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- TFRecord
Reader - Builder for the
TFRecordReader
operation. - TFRecord
Reader Inst - An instance of ‘TFRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- TFRecord
Reader V2 - Builder for the
TFRecordReaderV2
operation. - TFRecord
Reader V2Inst - An instance of ‘TFRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUCompilation
Result - Builder for the
TPUCompilationResult
operation. - TPUCompilation
Result Inst - An instance of ‘TPUCompilationResult’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUCompile
- Builder for the
TPUCompile
operation. - TPUCompile
Inst - An instance of ‘TPUCompile’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUCompile
Succeeded Assert - Builder for the
TPUCompileSucceededAssert
operation. - TPUCompile
Succeeded Assert Inst - An instance of ‘TPUCompileSucceededAssert’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUEmbedding
Activations - Builder for the
TPUEmbeddingActivations
operation. - TPUEmbedding
Activations Inst - An instance of ‘TPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUExecute
- Builder for the
TPUExecute
operation. - TPUExecute
AndUpdate Variables - Builder for the
TPUExecuteAndUpdateVariables
operation. - TPUExecute
AndUpdate Variables Inst - An instance of ‘TPUExecuteAndUpdateVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUExecute
Inst - An instance of ‘TPUExecute’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUOrdinal
Selector - Builder for the
TPUOrdinalSelector
operation. - TPUOrdinal
Selector Inst - An instance of ‘TPUOrdinalSelector’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Call - Builder for the
TPUPartitionedCall
operation. - TPUPartitioned
Call Inst - An instance of ‘TPUPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Input - Builder for the
TPUPartitionedInput
operation. - TPUPartitioned
Input Inst - An instance of ‘TPUPartitionedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Input V2 - Builder for the
TPUPartitionedInputV2
operation. - TPUPartitioned
Input V2Inst - An instance of ‘TPUPartitionedInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Output - Builder for the
TPUPartitionedOutput
operation. - TPUPartitioned
Output Inst - An instance of ‘TPUPartitionedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Output V2 - Builder for the
TPUPartitionedOutputV2
operation. - TPUPartitioned
Output V2Inst - An instance of ‘TPUPartitionedOutputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReplicate
Metadata - Builder for the
TPUReplicateMetadata
operation. - TPUReplicate
Metadata Inst - An instance of ‘TPUReplicateMetadata’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReplicated
Input - Builder for the
TPUReplicatedInput
operation. - TPUReplicated
Input Inst - An instance of ‘TPUReplicatedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReplicated
Output - Builder for the
TPUReplicatedOutput
operation. - TPUReplicated
Output Inst - An instance of ‘TPUReplicatedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReshard
Variables - Builder for the
TPUReshardVariables
operation. - TPUReshard
Variables Inst - An instance of ‘TPUReshardVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- TPURound
Robin - Builder for the
TPURoundRobin
operation. - TPURound
Robin Inst - An instance of ‘TPURoundRobin’ Operation with it’s Outputs and Inputs exposed as methods.
- Take
Dataset - Builder for the
TakeDataset
operation. - Take
Dataset Inst - An instance of ‘TakeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Take
Many Sparse From Tensors Map - Builder for the
TakeManySparseFromTensorsMap
operation. - Take
Many Sparse From Tensors MapInst - An instance of ‘TakeManySparseFromTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Take
While Dataset - Builder for the
TakeWhileDataset
operation. - Take
While Dataset Inst - An instance of ‘TakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Tan
- Builder for the
Tan
operation. - TanInst
- An instance of ‘Tan’ Operation with it’s Outputs and Inputs exposed as methods.
- Tanh
- Builder for the
Tanh
operation. - Tanh
Grad - Builder for the
TanhGrad
operation. - Tanh
Grad Inst - An instance of ‘TanhGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Tanh
Inst - An instance of ‘Tanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Temporary
Variable - Builder for the
TemporaryVariable
operation. - Temporary
Variable Inst - An instance of ‘TemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array - Builder for the
TensorArray
operation. - Tensor
Array Close - Builder for the
TensorArrayClose
operation. - Tensor
Array Close Inst - An instance of ‘TensorArrayClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Close V2 - Builder for the
TensorArrayCloseV2
operation. - Tensor
Array Close V3 - Builder for the
TensorArrayCloseV3
operation. - Tensor
Array Close V2Inst - An instance of ‘TensorArrayCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Close V3Inst - An instance of ‘TensorArrayCloseV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Concat - Builder for the
TensorArrayConcat
operation. - Tensor
Array Concat Inst - An instance of ‘TensorArrayConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Concat V2 - Builder for the
TensorArrayConcatV2
operation. - Tensor
Array Concat V3 - Builder for the
TensorArrayConcatV3
operation. - Tensor
Array Concat V2Inst - An instance of ‘TensorArrayConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Concat V3Inst - An instance of ‘TensorArrayConcatV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Gather - Builder for the
TensorArrayGather
operation. - Tensor
Array Gather Inst - An instance of ‘TensorArrayGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Gather V2 - Builder for the
TensorArrayGatherV2
operation. - Tensor
Array Gather V3 - Builder for the
TensorArrayGatherV3
operation. - Tensor
Array Gather V2Inst - An instance of ‘TensorArrayGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Gather V3Inst - An instance of ‘TensorArrayGatherV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Grad - Builder for the
TensorArrayGrad
operation. - Tensor
Array Grad Inst - An instance of ‘TensorArrayGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Grad V2 - Builder for the
TensorArrayGradV2
operation. - Tensor
Array Grad V3 - Builder for the
TensorArrayGradV3
operation. - Tensor
Array Grad V2Inst - An instance of ‘TensorArrayGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Grad V3Inst - An instance of ‘TensorArrayGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Grad With Shape - Builder for the
TensorArrayGradWithShape
operation. - Tensor
Array Grad With Shape Inst - An instance of ‘TensorArrayGradWithShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Inst - An instance of ‘TensorArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Pack - Builder for the
TensorArrayPack
operation. - Tensor
Array Pack Inst - An instance of ‘TensorArrayPack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Read - Builder for the
TensorArrayRead
operation. - Tensor
Array Read Inst - An instance of ‘TensorArrayRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Read V2 - Builder for the
TensorArrayReadV2
operation. - Tensor
Array Read V3 - Builder for the
TensorArrayReadV3
operation. - Tensor
Array Read V2Inst - An instance of ‘TensorArrayReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Read V3Inst - An instance of ‘TensorArrayReadV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Scatter - Builder for the
TensorArrayScatter
operation. - Tensor
Array Scatter Inst - An instance of ‘TensorArrayScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Scatter V2 - Builder for the
TensorArrayScatterV2
operation. - Tensor
Array Scatter V3 - Builder for the
TensorArrayScatterV3
operation. - Tensor
Array Scatter V2Inst - An instance of ‘TensorArrayScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Scatter V3Inst - An instance of ‘TensorArrayScatterV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Size - Builder for the
TensorArraySize
operation. - Tensor
Array Size Inst - An instance of ‘TensorArraySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Size V2 - Builder for the
TensorArraySizeV2
operation. - Tensor
Array Size V3 - Builder for the
TensorArraySizeV3
operation. - Tensor
Array Size V2Inst - An instance of ‘TensorArraySizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Size V3Inst - An instance of ‘TensorArraySizeV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Split - Builder for the
TensorArraySplit
operation. - Tensor
Array Split Inst - An instance of ‘TensorArraySplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Split V2 - Builder for the
TensorArraySplitV2
operation. - Tensor
Array Split V3 - Builder for the
TensorArraySplitV3
operation. - Tensor
Array Split V2Inst - An instance of ‘TensorArraySplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Split V3Inst - An instance of ‘TensorArraySplitV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Unpack - Builder for the
TensorArrayUnpack
operation. - Tensor
Array Unpack Inst - An instance of ‘TensorArrayUnpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array V2 - Builder for the
TensorArrayV2
operation. - Tensor
Array V3 - Builder for the
TensorArrayV3
operation. - Tensor
Array V2Inst - An instance of ‘TensorArrayV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array V3Inst - An instance of ‘TensorArrayV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Write - Builder for the
TensorArrayWrite
operation. - Tensor
Array Write Inst - An instance of ‘TensorArrayWrite’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Write V2 - Builder for the
TensorArrayWriteV2
operation. - Tensor
Array Write V3 - Builder for the
TensorArrayWriteV3
operation. - Tensor
Array Write V2Inst - An instance of ‘TensorArrayWriteV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Write V3Inst - An instance of ‘TensorArrayWriteV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Dataset - Builder for the
TensorDataset
operation. - Tensor
Dataset Inst - An instance of ‘TensorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Concat - Builder for the
TensorListConcat
operation. - Tensor
List Concat Inst - An instance of ‘TensorListConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Concat Lists - Builder for the
TensorListConcatLists
operation. - Tensor
List Concat Lists Inst - An instance of ‘TensorListConcatLists’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Concat V2 - Builder for the
TensorListConcatV2
operation. - Tensor
List Concat V2Inst - An instance of ‘TensorListConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Element Shape - Builder for the
TensorListElementShape
operation. - Tensor
List Element Shape Inst - An instance of ‘TensorListElementShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List From Tensor - Builder for the
TensorListFromTensor
operation. - Tensor
List From Tensor Inst - An instance of ‘TensorListFromTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Gather - Builder for the
TensorListGather
operation. - Tensor
List Gather Inst - An instance of ‘TensorListGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List GetItem - Builder for the
TensorListGetItem
operation. - Tensor
List GetItem Inst - An instance of ‘TensorListGetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Length - Builder for the
TensorListLength
operation. - Tensor
List Length Inst - An instance of ‘TensorListLength’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List PopBack - Builder for the
TensorListPopBack
operation. - Tensor
List PopBack Inst - An instance of ‘TensorListPopBack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Push Back - Builder for the
TensorListPushBack
operation. - Tensor
List Push Back Batch - Builder for the
TensorListPushBackBatch
operation. - Tensor
List Push Back Batch Inst - An instance of ‘TensorListPushBackBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Push Back Inst - An instance of ‘TensorListPushBack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Reserve - Builder for the
TensorListReserve
operation. - Tensor
List Reserve Inst - An instance of ‘TensorListReserve’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Resize - Builder for the
TensorListResize
operation. - Tensor
List Resize Inst - An instance of ‘TensorListResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Scatter - Builder for the
TensorListScatter
operation. - Tensor
List Scatter Inst - An instance of ‘TensorListScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Scatter Into Existing List - Builder for the
TensorListScatterIntoExistingList
operation. - Tensor
List Scatter Into Existing List Inst - An instance of ‘TensorListScatterIntoExistingList’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Scatter V2 - Builder for the
TensorListScatterV2
operation. - Tensor
List Scatter V2Inst - An instance of ‘TensorListScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List SetItem - Builder for the
TensorListSetItem
operation. - Tensor
List SetItem Inst - An instance of ‘TensorListSetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Split - Builder for the
TensorListSplit
operation. - Tensor
List Split Inst - An instance of ‘TensorListSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Stack - Builder for the
TensorListStack
operation. - Tensor
List Stack Inst - An instance of ‘TensorListStack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapErase - Builder for the
TensorMapErase
operation. - Tensor
MapErase Inst - An instance of ‘TensorMapErase’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapHas Key - Builder for the
TensorMapHasKey
operation. - Tensor
MapHas KeyInst - An instance of ‘TensorMapHasKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapInsert - Builder for the
TensorMapInsert
operation. - Tensor
MapInsert Inst - An instance of ‘TensorMapInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapLookup - Builder for the
TensorMapLookup
operation. - Tensor
MapLookup Inst - An instance of ‘TensorMapLookup’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapSize - Builder for the
TensorMapSize
operation. - Tensor
MapSize Inst - An instance of ‘TensorMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapStack Keys - Builder for the
TensorMapStackKeys
operation. - Tensor
MapStack Keys Inst - An instance of ‘TensorMapStackKeys’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Add - Builder for the
TensorScatterAdd
operation. - Tensor
Scatter AddInst - An instance of ‘TensorScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Max - Builder for the
TensorScatterMax
operation. - Tensor
Scatter MaxInst - An instance of ‘TensorScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Min - Builder for the
TensorScatterMin
operation. - Tensor
Scatter MinInst - An instance of ‘TensorScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Sub - Builder for the
TensorScatterSub
operation. - Tensor
Scatter SubInst - An instance of ‘TensorScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Update - Builder for the
TensorScatterUpdate
operation. - Tensor
Scatter Update Inst - An instance of ‘TensorScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Slice Dataset - Builder for the
TensorSliceDataset
operation. - Tensor
Slice Dataset Inst - An instance of ‘TensorSliceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Strided Slice Update - Builder for the
TensorStridedSliceUpdate
operation. - Tensor
Strided Slice Update Inst - An instance of ‘TensorStridedSliceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Summary - Builder for the
TensorSummary
operation. - Tensor
Summary Inst - An instance of ‘TensorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Summary V2 - Builder for the
TensorSummaryV2
operation. - Tensor
Summary V2Inst - An instance of ‘TensorSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Text
Line Dataset - Builder for the
TextLineDataset
operation. - Text
Line Dataset Inst - An instance of ‘TextLineDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Text
Line Reader - Builder for the
TextLineReader
operation. - Text
Line Reader Inst - An instance of ‘TextLineReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Text
Line Reader V2 - Builder for the
TextLineReaderV2
operation. - Text
Line Reader V2Inst - An instance of ‘TextLineReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Thread
Pool Dataset - Builder for the
ThreadPoolDataset
operation. - Thread
Pool Dataset Inst - An instance of ‘ThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Thread
Pool Handle - Builder for the
ThreadPoolHandle
operation. - Thread
Pool Handle Inst - An instance of ‘ThreadPoolHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Thread
Unsafe Unigram Candidate Sampler - Builder for the
ThreadUnsafeUnigramCandidateSampler
operation. - Thread
Unsafe Unigram Candidate Sampler Inst - An instance of ‘ThreadUnsafeUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Tile
- Builder for the
Tile
operation. - Tile
Grad - Builder for the
TileGrad
operation. - Tile
Grad Inst - An instance of ‘TileGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Tile
Inst - An instance of ‘Tile’ Operation with it’s Outputs and Inputs exposed as methods.
- Timestamp
- Builder for the
Timestamp
operation. - Timestamp
Inst - An instance of ‘Timestamp’ Operation with it’s Outputs and Inputs exposed as methods.
- ToBool
- Builder for the
ToBool
operation. - ToBool
Inst - An instance of ‘ToBool’ Operation with it’s Outputs and Inputs exposed as methods.
- TopK
- Builder for the
TopK
operation. - TopK
Inst - An instance of ‘TopK’ Operation with it’s Outputs and Inputs exposed as methods.
- TopK
Unique - Builder for the
TopKUnique
operation. - TopK
Unique Inst - An instance of ‘TopKUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- TopKV2
- Builder for the
TopKV2
operation. - TopK
V2Inst - An instance of ‘TopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TopK
With Unique - Builder for the
TopKWithUnique
operation. - TopK
With Unique Inst - An instance of ‘TopKWithUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- TpuHandle
ToProto Key - Builder for the
TpuHandleToProtoKey
operation. - TpuHandle
ToProto KeyInst - An instance of ‘TpuHandleToProtoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Transpose
- Builder for the
Transpose
operation. - Transpose
Inst - An instance of ‘Transpose’ Operation with it’s Outputs and Inputs exposed as methods.
- Tridiagonal
MatMul - Builder for the
TridiagonalMatMul
operation. - Tridiagonal
MatMul Inst - An instance of ‘TridiagonalMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Tridiagonal
Solve - Builder for the
TridiagonalSolve
operation. - Tridiagonal
Solve Inst - An instance of ‘TridiagonalSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Truncate
Div - Builder for the
TruncateDiv
operation. - Truncate
DivInst - An instance of ‘TruncateDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Truncate
Mod - Builder for the
TruncateMod
operation. - Truncate
ModInst - An instance of ‘TruncateMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Truncated
Normal - Builder for the
TruncatedNormal
operation. - Truncated
Normal Inst - An instance of ‘TruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Unbatch
- Builder for the
Unbatch
operation. - Unbatch
Dataset - Builder for the
UnbatchDataset
operation. - Unbatch
Dataset Inst - An instance of ‘UnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Unbatch
Grad - Builder for the
UnbatchGrad
operation. - Unbatch
Grad Inst - An instance of ‘UnbatchGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Unbatch
Inst - An instance of ‘Unbatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Uncompress
Element - Builder for the
UncompressElement
operation. - Uncompress
Element Inst - An instance of ‘UncompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Decode - Builder for the
UnicodeDecode
operation. - Unicode
Decode Inst - An instance of ‘UnicodeDecode’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Decode With Offsets - Builder for the
UnicodeDecodeWithOffsets
operation. - Unicode
Decode With Offsets Inst - An instance of ‘UnicodeDecodeWithOffsets’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Encode - Builder for the
UnicodeEncode
operation. - Unicode
Encode Inst - An instance of ‘UnicodeEncode’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Script - Builder for the
UnicodeScript
operation. - Unicode
Script Inst - An instance of ‘UnicodeScript’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Transcode - Builder for the
UnicodeTranscode
operation. - Unicode
Transcode Inst - An instance of ‘UnicodeTranscode’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Candidate Sampler - Builder for the
UniformCandidateSampler
operation. - Uniform
Candidate Sampler Inst - An instance of ‘UniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Dequantize - Builder for the
UniformDequantize
operation. - Uniform
Dequantize Inst - An instance of ‘UniformDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantize - Builder for the
UniformQuantize
operation. - Uniform
Quantize Inst - An instance of ‘UniformQuantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Add - Builder for the
UniformQuantizedAdd
operation. - Uniform
Quantized AddInst - An instance of ‘UniformQuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Clip ByValue - Builder for the
UniformQuantizedClipByValue
operation. - Uniform
Quantized Clip ByValue Inst - An instance of ‘UniformQuantizedClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Convolution - Builder for the
UniformQuantizedConvolution
operation. - Uniform
Quantized Convolution Hybrid - Builder for the
UniformQuantizedConvolutionHybrid
operation. - Uniform
Quantized Convolution Hybrid Inst - An instance of ‘UniformQuantizedConvolutionHybrid’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Convolution Inst - An instance of ‘UniformQuantizedConvolution’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Dot - Builder for the
UniformQuantizedDot
operation. - Uniform
Quantized DotHybrid - Builder for the
UniformQuantizedDotHybrid
operation. - Uniform
Quantized DotHybrid Inst - An instance of ‘UniformQuantizedDotHybrid’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized DotInst - An instance of ‘UniformQuantizedDot’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Requantize - Builder for the
UniformRequantize
operation. - Uniform
Requantize Inst - An instance of ‘UniformRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
- Builder for the
Unique
operation. - Unique
Dataset - Builder for the
UniqueDataset
operation. - Unique
Dataset Inst - An instance of ‘UniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
Inst - An instance of ‘Unique’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
V2 - Builder for the
UniqueV2
operation. - Unique
V2Inst - An instance of ‘UniqueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
With Counts - Builder for the
UniqueWithCounts
operation. - Unique
With Counts Inst - An instance of ‘UniqueWithCounts’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
With Counts V2 - Builder for the
UniqueWithCountsV2
operation. - Unique
With Counts V2Inst - An instance of ‘UniqueWithCountsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Unpack
- Builder for the
Unpack
operation. - Unpack
Inst - An instance of ‘Unpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Unravel
Index - Builder for the
UnravelIndex
operation. - Unravel
Index Inst - An instance of ‘UnravelIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Join - Builder for the
UnsortedSegmentJoin
operation. - Unsorted
Segment Join Inst - An instance of ‘UnsortedSegmentJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Max - Builder for the
UnsortedSegmentMax
operation. - Unsorted
Segment MaxInst - An instance of ‘UnsortedSegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Min - Builder for the
UnsortedSegmentMin
operation. - Unsorted
Segment MinInst - An instance of ‘UnsortedSegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Prod - Builder for the
UnsortedSegmentProd
operation. - Unsorted
Segment Prod Inst - An instance of ‘UnsortedSegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Sum - Builder for the
UnsortedSegmentSum
operation. - Unsorted
Segment SumInst - An instance of ‘UnsortedSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Unstage
- Builder for the
Unstage
operation. - Unstage
Inst - An instance of ‘Unstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Unwrap
Dataset Variant - Builder for the
UnwrapDatasetVariant
operation. - Unwrap
Dataset Variant Inst - An instance of ‘UnwrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Upper
Bound - Builder for the
UpperBound
operation. - Upper
Bound Inst - An instance of ‘UpperBound’ Operation with it’s Outputs and Inputs exposed as methods.
- VarHandle
Op - Builder for the
VarHandleOp
operation. - VarHandle
OpInst - An instance of ‘VarHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- VarIs
Initialized Op - Builder for the
VarIsInitializedOp
operation. - VarIs
Initialized OpInst - An instance of ‘VarIsInitializedOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Variable
- Builder for the
Variable
operation. - Variable
Inst - An instance of ‘Variable’ Operation with it’s Outputs and Inputs exposed as methods.
- Variable
Shape - Builder for the
VariableShape
operation. - Variable
Shape Inst - An instance of ‘VariableShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Variable
V2 - Builder for the
VariableV2
operation. - Variable
V2Inst - An instance of ‘VariableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Where
- Builder for the
Where
operation. - Where
Inst - An instance of ‘Where’ Operation with it’s Outputs and Inputs exposed as methods.
- While
- Builder for the
While
operation. - While
Inst - An instance of ‘While’ Operation with it’s Outputs and Inputs exposed as methods.
- Whole
File Reader - Builder for the
WholeFileReader
operation. - Whole
File Reader Inst - An instance of ‘WholeFileReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Whole
File Reader V2 - Builder for the
WholeFileReaderV2
operation. - Whole
File Reader V2Inst - An instance of ‘WholeFileReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Window
Dataset - Builder for the
WindowDataset
operation. - Window
Dataset Inst - An instance of ‘WindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Window
Op - Builder for the
WindowOp
operation. - Window
OpInst - An instance of ‘WindowOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Worker
Heartbeat - Builder for the
WorkerHeartbeat
operation. - Worker
Heartbeat Inst - An instance of ‘WorkerHeartbeat’ Operation with it’s Outputs and Inputs exposed as methods.
- Wrap
Dataset Variant - Builder for the
WrapDatasetVariant
operation. - Wrap
Dataset Variant Inst - An instance of ‘WrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Audio Summary - Builder for the
WriteAudioSummary
operation. - Write
Audio Summary Inst - An instance of ‘WriteAudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
File - Builder for the
WriteFile
operation. - Write
File Inst - An instance of ‘WriteFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Graph Summary - Builder for the
WriteGraphSummary
operation. - Write
Graph Summary Inst - An instance of ‘WriteGraphSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Histogram Summary - Builder for the
WriteHistogramSummary
operation. - Write
Histogram Summary Inst - An instance of ‘WriteHistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Image Summary - Builder for the
WriteImageSummary
operation. - Write
Image Summary Inst - An instance of ‘WriteImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
RawProto Summary - Builder for the
WriteRawProtoSummary
operation. - Write
RawProto Summary Inst - An instance of ‘WriteRawProtoSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Scalar Summary - Builder for the
WriteScalarSummary
operation. - Write
Scalar Summary Inst - An instance of ‘WriteScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Summary - Builder for the
WriteSummary
operation. - Write
Summary Inst - An instance of ‘WriteSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Xdivy
- Builder for the
Xdivy
operation. - Xdivy
Inst - An instance of ‘Xdivy’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaConcatND
- Builder for the
XlaConcatND
operation. - XlaConcatND
Inst - An instance of ‘XlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaHost
Compute - Builder for the
XlaHostCompute
operation. - XlaHost
Compute Inst - An instance of ‘XlaHostCompute’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaRecv
From Host - Builder for the
XlaRecvFromHost
operation. - XlaRecv
From Host Inst - An instance of ‘XlaRecvFromHost’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaRecvTPU
Embedding Activations - Builder for the
XlaRecvTPUEmbeddingActivations
operation. - XlaRecvTPU
Embedding Activations Inst - An instance of ‘XlaRecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaRecvTPU
Embedding Deduplication Data - Builder for the
XlaRecvTPUEmbeddingDeduplicationData
operation. - XlaRecvTPU
Embedding Deduplication Data Inst - An instance of ‘XlaRecvTPUEmbeddingDeduplicationData’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaSendTPU
Embedding Gradients - Builder for the
XlaSendTPUEmbeddingGradients
operation. - XlaSendTPU
Embedding Gradients Inst - An instance of ‘XlaSendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaSend
ToHost - Builder for the
XlaSendToHost
operation. - XlaSend
ToHost Inst - An instance of ‘XlaSendToHost’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaSplitND
- Builder for the
XlaSplitND
operation. - XlaSplitND
Inst - An instance of ‘XlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Xlog1py
- Builder for the
Xlog1py
operation. - Xlog1py
Inst - An instance of ‘Xlog1py’ Operation with it’s Outputs and Inputs exposed as methods.
- Xlogy
- Builder for the
Xlogy
operation. - Xlogy
Inst - An instance of ‘Xlogy’ Operation with it’s Outputs and Inputs exposed as methods.
- Zeros
Like - Builder for the
ZerosLike
operation. - Zeros
Like Inst - An instance of ‘ZerosLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Zeta
- Builder for the
Zeta
operation. - Zeta
Inst - An instance of ‘Zeta’ Operation with it’s Outputs and Inputs exposed as methods.
- ZipDataset
- Builder for the
ZipDataset
operation. - ZipDataset
Inst - An instance of ‘ZipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Functions§
- abort
- Shorthand for
Abort::new().build(scope)
. - abs
- Shorthand for
Abs::new().build(x, scope)
. - accumulate_
nv2 - Shorthand for
AccumulateNV2::new().build(inputs, scope)
. - accumulator_
apply_ gradient - Shorthand for
AccumulatorApplyGradient::new().build(handle, local_step, gradient, scope)
. - accumulator_
num_ accumulated - Shorthand for
AccumulatorNumAccumulated::new().build(handle, scope)
. - accumulator_
set_ global_ step - Shorthand for
AccumulatorSetGlobalStep::new().build(handle, new_global_step, scope)
. - accumulator_
take_ gradient - Shorthand for
AccumulatorTakeGradient::new().build(handle, num_required, scope)
. - acos
- Shorthand for
Acos::new().build(x, scope)
. - acosh
- Shorthand for
Acosh::new().build(x, scope)
. - add
- Shorthand for
Add::new().build(x, y, scope)
. - add_
many_ sparse_ to_ tensors_ map - Shorthand for
AddManySparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - add_n
- Shorthand for
AddN::new().build(inputs, scope)
. - add_
sparse_ to_ tensors_ map - Shorthand for
AddSparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - add_v2
- Shorthand for
AddV2::new().build(x, y, scope)
. - adjust_
contrast - Shorthand for
AdjustContrast::new().build(images, contrast_factor, min_value, max_value, scope)
. - adjust_
contrastv2 - Shorthand for
AdjustContrastv2::new().build(images, contrast_factor, scope)
. - adjust_
hue - Shorthand for
AdjustHue::new().build(images, delta, scope)
. - adjust_
saturation - Shorthand for
AdjustSaturation::new().build(images, scale, scope)
. - all
- Shorthand for
All::new().build(input, reduction_indices, scope)
. - all_
candidate_ sampler - Shorthand for
AllCandidateSampler::new().build(true_classes, scope)
. - all_
to_ all - Shorthand for
AllToAll::new().build(input, group_assignment, scope)
. - angle
- Shorthand for
Angle::new().build(input, scope)
. - anonymous_
hash_ table - Shorthand for
AnonymousHashTable::new().build(scope)
. - anonymous_
iterator - Shorthand for
AnonymousIterator::new().build(scope)
. - anonymous_
iterator_ v2 - Shorthand for
AnonymousIteratorV2::new().build(scope)
. - anonymous_
iterator_ v3 - Shorthand for
AnonymousIteratorV3::new().build(scope)
. - anonymous_
memory_ cache - Shorthand for
AnonymousMemoryCache::new().build(scope)
. - anonymous_
multi_ device_ iterator - Shorthand for
AnonymousMultiDeviceIterator::new().build(scope)
. - anonymous_
multi_ device_ iterator_ v3 - Shorthand for
AnonymousMultiDeviceIteratorV3::new().build(scope)
. - anonymous_
mutable_ dense_ hash_ table - Shorthand for
AnonymousMutableDenseHashTable::new().build(empty_key, deleted_key, scope)
. - anonymous_
mutable_ hash_ table - Shorthand for
AnonymousMutableHashTable::new().build(scope)
. - anonymous_
mutable_ hash_ table_ of_ tensors - Shorthand for
AnonymousMutableHashTableOfTensors::new().build(scope)
. - anonymous_
random_ seed_ generator - Shorthand for
AnonymousRandomSeedGenerator::new().build(seed, seed2, scope)
. - anonymous_
seed_ generator - Shorthand for
AnonymousSeedGenerator::new().build(seed, seed2, reshuffle, scope)
. - any
- Shorthand for
Any::new().build(input, reduction_indices, scope)
. - apply_
ada_ max - Shorthand for
ApplyAdaMax::new().build(var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, scope)
. - apply_
adadelta - Shorthand for
ApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, scope)
. - apply_
adagrad - Shorthand for
ApplyAdagrad::new().build(var, accum, lr, grad, scope)
. - apply_
adagrad_ da - Shorthand for
ApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, lr, l1, l2, global_step, scope)
. - apply_
adagrad_ v2 - Shorthand for
ApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, scope)
. - apply_
adam - Shorthand for
ApplyAdam::new().build(var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope)
. - apply_
add_ sign - Shorthand for
ApplyAddSign::new().build(var, m, lr, alpha, sign_decay, beta, grad, scope)
. - apply_
centered_ rmsprop - Shorthand for
ApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - apply_
ftrl - Shorthand for
ApplyFtrl::new().build(var, accum, linear, grad, lr, l1, l2, lr_power, scope)
. - apply_
ftrl_ v2 - Shorthand for
ApplyFtrlV2::new().build(var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - apply_
gradient_ descent - Shorthand for
ApplyGradientDescent::new().build(var, alpha, delta, scope)
. - apply_
momentum - Shorthand for
ApplyMomentum::new().build(var, accum, lr, grad, momentum, scope)
. - apply_
power_ sign - Shorthand for
ApplyPowerSign::new().build(var, m, lr, logbase, sign_decay, beta, grad, scope)
. - apply_
proximal_ adagrad - Shorthand for
ApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, scope)
. - apply_
proximal_ gradient_ descent - Shorthand for
ApplyProximalGradientDescent::new().build(var, alpha, l1, l2, delta, scope)
. - apply_
rmsprop - Shorthand for
ApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - approx_
top_ k - Shorthand for
ApproxTopK::new().build(input, scope)
. - approximate_
equal - Shorthand for
ApproximateEqual::new().build(x, y, scope)
. - arg_max
- Shorthand for
ArgMax::new().build(input, dimension, scope)
. - arg_min
- Shorthand for
ArgMin::new().build(input, dimension, scope)
. - as_
string - Shorthand for
AsString::new().build(input, scope)
. - asin
- Shorthand for
Asin::new().build(x, scope)
. - asinh
- Shorthand for
Asinh::new().build(x, scope)
. - assert
- Shorthand for
Assert::new().build(condition, data, scope)
. - assert_
cardinality_ dataset - Shorthand for
AssertCardinalityDataset::new().build(input_dataset, cardinality, scope)
. - assert_
next_ dataset - Shorthand for
AssertNextDataset::new().build(input_dataset, transformations, scope)
. - assert_
prev_ dataset - Shorthand for
AssertPrevDataset::new().build(input_dataset, transformations, scope)
. - assign
- Shorthand for
Assign::new().build(ref_, value, scope)
. - assign_
add - Shorthand for
AssignAdd::new().build(ref_, value, scope)
. - assign_
add_ variable_ op - Shorthand for
AssignAddVariableOp::new().build(resource, value, scope)
. - assign_
sub - Shorthand for
AssignSub::new().build(ref_, value, scope)
. - assign_
sub_ variable_ op - Shorthand for
AssignSubVariableOp::new().build(resource, value, scope)
. - assign_
variable_ op - Shorthand for
AssignVariableOp::new().build(resource, value, scope)
. - assign_
variable_ xla_ concat_ nd - Shorthand for
AssignVariableXlaConcatND::new().build(resource, inputs, scope)
. - atan
- Shorthand for
Atan::new().build(x, scope)
. - atan2
- Shorthand for
Atan2::new().build(y, x, scope)
. - atanh
- Shorthand for
Atanh::new().build(x, scope)
. - audio_
spectrogram - Shorthand for
AudioSpectrogram::new().build(input, scope)
. - audio_
summary - Shorthand for
AudioSummary::new().build(tag, tensor, scope)
. - audio_
summary_ v2 - Shorthand for
AudioSummaryV2::new().build(tag, tensor, sample_rate, scope)
. - auto_
shard_ dataset - Shorthand for
AutoShardDataset::new().build(input_dataset, num_workers, index, scope)
. - avg_
pool - Shorthand for
AvgPool::new().build(value, scope)
. - avg_
pool3_ d - Shorthand for
AvgPool3D::new().build(input, scope)
. - avg_
pool3_ dgrad - Shorthand for
AvgPool3DGrad::new().build(orig_input_shape, grad, scope)
. - avg_
pool_ grad - Shorthand for
AvgPoolGrad::new().build(orig_input_shape, grad, scope)
. - banded_
triangular_ solve - Shorthand for
BandedTriangularSolve::new().build(matrix, rhs, scope)
. - barrier
- Shorthand for
Barrier::new().build(scope)
. - barrier_
close - Shorthand for
BarrierClose::new().build(handle, scope)
. - barrier_
incomplete_ size - Shorthand for
BarrierIncompleteSize::new().build(handle, scope)
. - barrier_
insert_ many - Shorthand for
BarrierInsertMany::new().build(handle, keys, values, scope)
. - barrier_
ready_ size - Shorthand for
BarrierReadySize::new().build(handle, scope)
. - barrier_
take_ many - Shorthand for
BarrierTakeMany::new().build(handle, num_elements, scope)
. - batch
- Shorthand for
Batch::new().build(in_tensors, scope)
. - batch_
cholesky - Shorthand for
BatchCholesky::new().build(input, scope)
. - batch_
cholesky_ grad - Shorthand for
BatchCholeskyGrad::new().build(l, grad, scope)
. - batch_
dataset - Shorthand for
BatchDataset::new().build(input_dataset, batch_size, scope)
. - batch_
dataset_ v2 - Shorthand for
BatchDatasetV2::new().build(input_dataset, batch_size, drop_remainder, scope)
. - batch_
fft - Shorthand for
BatchFFT::new().build(input, scope)
. - batch_
fft2_ d - Shorthand for
BatchFFT2D::new().build(input, scope)
. - batch_
fft3_ d - Shorthand for
BatchFFT3D::new().build(input, scope)
. - batch_
function - Shorthand for
BatchFunction::new().build(in_tensors, captured_tensors, scope)
. - batch_
ifft - Shorthand for
BatchIFFT::new().build(input, scope)
. - batch_
ifft2_ d - Shorthand for
BatchIFFT2D::new().build(input, scope)
. - batch_
ifft3_ d - Shorthand for
BatchIFFT3D::new().build(input, scope)
. - batch_
mat_ mul - Shorthand for
BatchMatMul::new().build(x, y, scope)
. - batch_
mat_ mul_ v2 - Shorthand for
BatchMatMulV2::new().build(x, y, scope)
. - batch_
mat_ mul_ v3 - Shorthand for
BatchMatMulV3::new().build(x, y, scope)
. - batch_
matrix_ band_ part - Shorthand for
BatchMatrixBandPart::new().build(input, num_lower, num_upper, scope)
. - batch_
matrix_ determinant - Shorthand for
BatchMatrixDeterminant::new().build(input, scope)
. - batch_
matrix_ diag - Shorthand for
BatchMatrixDiag::new().build(diagonal, scope)
. - batch_
matrix_ diag_ part - Shorthand for
BatchMatrixDiagPart::new().build(input, scope)
. - batch_
matrix_ inverse - Shorthand for
BatchMatrixInverse::new().build(input, scope)
. - batch_
matrix_ set_ diag - Shorthand for
BatchMatrixSetDiag::new().build(input, diagonal, scope)
. - batch_
matrix_ solve - Shorthand for
BatchMatrixSolve::new().build(matrix, rhs, scope)
. - batch_
matrix_ solve_ ls - Shorthand for
BatchMatrixSolveLs::new().build(matrix, rhs, l2_regularizer, scope)
. - batch_
matrix_ triangular_ solve - Shorthand for
BatchMatrixTriangularSolve::new().build(matrix, rhs, scope)
. - batch_
norm_ with_ global_ normalization - Shorthand for
BatchNormWithGlobalNormalization::new().build(t, m, v, beta, gamma, scope)
. - batch_
norm_ with_ global_ normalization_ grad - Shorthand for
BatchNormWithGlobalNormalizationGrad::new().build(t, m, v, gamma, backprop, scope)
. - batch_
self_ adjoint_ eig - Shorthand for
BatchSelfAdjointEig::new().build(input, scope)
. - batch_
self_ adjoint_ eig_ v2 - Shorthand for
BatchSelfAdjointEigV2::new().build(input, scope)
. - batch_
svd - Shorthand for
BatchSvd::new().build(input, scope)
. - batch_
to_ space - Shorthand for
BatchToSpace::new().build(input, crops, scope)
. - batch_
to_ space_ nd - Shorthand for
BatchToSpaceND::new().build(input, block_shape, crops, scope)
. - bessel_
i0 - Shorthand for
BesselI0::new().build(x, scope)
. - bessel_
i0e - Shorthand for
BesselI0e::new().build(x, scope)
. - bessel_
i1 - Shorthand for
BesselI1::new().build(x, scope)
. - bessel_
i1e - Shorthand for
BesselI1e::new().build(x, scope)
. - bessel_
j0 - Shorthand for
BesselJ0::new().build(x, scope)
. - bessel_
j1 - Shorthand for
BesselJ1::new().build(x, scope)
. - bessel_
k0 - Shorthand for
BesselK0::new().build(x, scope)
. - bessel_
k0e - Shorthand for
BesselK0e::new().build(x, scope)
. - bessel_
k1 - Shorthand for
BesselK1::new().build(x, scope)
. - bessel_
k1e - Shorthand for
BesselK1e::new().build(x, scope)
. - bessel_
y0 - Shorthand for
BesselY0::new().build(x, scope)
. - bessel_
y1 - Shorthand for
BesselY1::new().build(x, scope)
. - betainc
- Shorthand for
Betainc::new().build(a, b, x, scope)
. - bias_
add - Shorthand for
BiasAdd::new().build(value, bias, scope)
. - bias_
add_ grad - Shorthand for
BiasAddGrad::new().build(out_backprop, scope)
. - bias_
add_ v1 - Shorthand for
BiasAddV1::new().build(value, bias, scope)
. - bincount
- Shorthand for
Bincount::new().build(arr, size, weights, scope)
. - bitcast
- Shorthand for
Bitcast::new().build(input, scope)
. - bitwise_
and - Shorthand for
BitwiseAnd::new().build(x, y, scope)
. - bitwise_
or - Shorthand for
BitwiseOr::new().build(x, y, scope)
. - bitwise_
xor - Shorthand for
BitwiseXor::new().build(x, y, scope)
. - block_
lstm - Shorthand for
BlockLSTM::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, scope)
. - block_
lstmgrad - 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)
. - block_
lstmgrad_ v2 - 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)
. - block_
lstmv2 - Shorthand for
BlockLSTMV2::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, scope)
. - boosted_
trees_ aggregate_ stats - Shorthand for
BoostedTreesAggregateStats::new().build(node_ids, gradients, hessians, feature, scope)
. - boosted_
trees_ bucketize - Shorthand for
BoostedTreesBucketize::new().build(float_values, bucket_boundaries, scope)
. - boosted_
trees_ calculate_ best_ feature_ split - Shorthand for
BoostedTreesCalculateBestFeatureSplit::new().build(node_id_range, stats_summary, l1, l2, tree_complexity, min_node_weight, scope)
. - boosted_
trees_ calculate_ best_ feature_ split_ v2 - Shorthand for
BoostedTreesCalculateBestFeatureSplitV2::new().build(node_id_range, stats_summaries_list, split_types, candidate_feature_ids, l1, l2, tree_complexity, min_node_weight, scope)
. - boosted_
trees_ calculate_ best_ gains_ per_ feature - Shorthand for
BoostedTreesCalculateBestGainsPerFeature::new().build(node_id_range, stats_summary_list, l1, l2, tree_complexity, min_node_weight, scope)
. - boosted_
trees_ center_ bias - Shorthand for
BoostedTreesCenterBias::new().build(tree_ensemble_handle, mean_gradients, mean_hessians, l1, l2, scope)
. - boosted_
trees_ create_ ensemble - Shorthand for
BoostedTreesCreateEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope)
. - boosted_
trees_ create_ quantile_ stream_ resource - Shorthand for
BoostedTreesCreateQuantileStreamResource::new().build(quantile_stream_resource_handle, epsilon, num_streams, scope)
. - boosted_
trees_ deserialize_ ensemble - Shorthand for
BoostedTreesDeserializeEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope)
. - boosted_
trees_ ensemble_ resource_ handle_ op - Shorthand for
BoostedTreesEnsembleResourceHandleOp::new().build(scope)
. - boosted_
trees_ example_ debug_ outputs - Shorthand for
BoostedTreesExampleDebugOutputs::new().build(tree_ensemble_handle, bucketized_features, scope)
. - boosted_
trees_ flush_ quantile_ summaries - Shorthand for
BoostedTreesFlushQuantileSummaries::new().build(quantile_stream_resource_handle, scope)
. - boosted_
trees_ get_ ensemble_ states - Shorthand for
BoostedTreesGetEnsembleStates::new().build(tree_ensemble_handle, scope)
. - boosted_
trees_ make_ quantile_ summaries - Shorthand for
BoostedTreesMakeQuantileSummaries::new().build(float_values, example_weights, epsilon, scope)
. - boosted_
trees_ make_ stats_ summary - Shorthand for
BoostedTreesMakeStatsSummary::new().build(node_ids, gradients, hessians, bucketized_features_list, scope)
. - boosted_
trees_ predict - Shorthand for
BoostedTreesPredict::new().build(tree_ensemble_handle, bucketized_features, scope)
. - boosted_
trees_ quantile_ stream_ resource_ add_ summaries - Shorthand for
BoostedTreesQuantileStreamResourceAddSummaries::new().build(quantile_stream_resource_handle, summaries, scope)
. - boosted_
trees_ quantile_ stream_ resource_ deserialize - Shorthand for
BoostedTreesQuantileStreamResourceDeserialize::new().build(quantile_stream_resource_handle, bucket_boundaries, scope)
. - boosted_
trees_ quantile_ stream_ resource_ flush - Shorthand for
BoostedTreesQuantileStreamResourceFlush::new().build(quantile_stream_resource_handle, num_buckets, scope)
. - boosted_
trees_ quantile_ stream_ resource_ get_ bucket_ boundaries - Shorthand for
BoostedTreesQuantileStreamResourceGetBucketBoundaries::new().build(quantile_stream_resource_handle, scope)
. - boosted_
trees_ quantile_ stream_ resource_ handle_ op - Shorthand for
BoostedTreesQuantileStreamResourceHandleOp::new().build(scope)
. - boosted_
trees_ serialize_ ensemble - Shorthand for
BoostedTreesSerializeEnsemble::new().build(tree_ensemble_handle, scope)
. - boosted_
trees_ sparse_ aggregate_ stats - Shorthand for
BoostedTreesSparseAggregateStats::new().build(node_ids, gradients, hessians, feature_indices, feature_values, feature_shape, scope)
. - boosted_
trees_ sparse_ calculate_ best_ feature_ split - 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)
. - boosted_
trees_ training_ predict - Shorthand for
BoostedTreesTrainingPredict::new().build(tree_ensemble_handle, cached_tree_ids, cached_node_ids, bucketized_features, scope)
. - boosted_
trees_ update_ ensemble - 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)
. - boosted_
trees_ update_ ensemble_ v2 - 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)
. - broadcast_
args - Shorthand for
BroadcastArgs::new().build(s0, s1, scope)
. - broadcast_
gradient_ args - Shorthand for
BroadcastGradientArgs::new().build(s0, s1, scope)
. - broadcast_
to - Shorthand for
BroadcastTo::new().build(input, shape, scope)
. - bucketize
- Shorthand for
Bucketize::new().build(input, scope)
. - bytes_
produced_ stats_ dataset - Shorthand for
BytesProducedStatsDataset::new().build(input_dataset, tag, scope)
. - cache_
dataset - Shorthand for
CacheDataset::new().build(input_dataset, filename, scope)
. - cache_
dataset_ v2 - Shorthand for
CacheDatasetV2::new().build(input_dataset, filename, cache, scope)
. - case
- Shorthand for
Case::new().build(branch_index, input, scope)
. - cast
- Shorthand for
Cast::new().build(x, scope)
. - ceil
- Shorthand for
Ceil::new().build(x, scope)
. - check_
numerics - Shorthand for
CheckNumerics::new().build(tensor, scope)
. - check_
numerics_ v2 - Shorthand for
CheckNumericsV2::new().build(tensor, scope)
. - cholesky
- Shorthand for
Cholesky::new().build(input, scope)
. - cholesky_
grad - Shorthand for
CholeskyGrad::new().build(l, grad, scope)
. - choose_
fastest_ branch_ dataset - Shorthand for
ChooseFastestBranchDataset::new().build(input_dataset, ratio_numerator, ratio_denominator, other_arguments, scope)
. - choose_
fastest_ dataset - Shorthand for
ChooseFastestDataset::new().build(input_datasets, scope)
. - clip_
by_ value - Shorthand for
ClipByValue::new().build(t, clip_value_min, clip_value_max, scope)
. - close_
summary_ writer - Shorthand for
CloseSummaryWriter::new().build(writer, scope)
. - collate_
tpuembedding_ memory - Shorthand for
CollateTPUEmbeddingMemory::new().build(memory_configs, scope)
. - collective_
all_ to_ all_ v2 - Shorthand for
CollectiveAllToAllV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - collective_
all_ to_ all_ v3 - Shorthand for
CollectiveAllToAllV3::new().build(input, communicator, group_assignment, scope)
. - collective_
assign_ group_ v2 - Shorthand for
CollectiveAssignGroupV2::new().build(group_assignment, device_index, base_key, scope)
. - collective_
bcast_ recv - Shorthand for
CollectiveBcastRecv::new().build(scope)
. - collective_
bcast_ recv_ v2 - Shorthand for
CollectiveBcastRecvV2::new().build(group_size, group_key, instance_key, shape, scope)
. - collective_
bcast_ send - Shorthand for
CollectiveBcastSend::new().build(input, scope)
. - collective_
bcast_ send_ v2 - Shorthand for
CollectiveBcastSendV2::new().build(input, group_size, group_key, instance_key, scope)
. - collective_
gather - Shorthand for
CollectiveGather::new().build(input, scope)
. - collective_
gather_ v2 - Shorthand for
CollectiveGatherV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - collective_
initialize_ communicator - Shorthand for
CollectiveInitializeCommunicator::new().build(group_key, rank, group_size, scope)
. - collective_
permute - Shorthand for
CollectivePermute::new().build(input, source_target_pairs, scope)
. - collective_
reduce - Shorthand for
CollectiveReduce::new().build(input, scope)
. - collective_
reduce_ scatter_ v2 - Shorthand for
CollectiveReduceScatterV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - collective_
reduce_ v2 - Shorthand for
CollectiveReduceV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope)
. - collective_
reduce_ v3 - Shorthand for
CollectiveReduceV3::new().build(input, communicator, group_assignment, scope)
. - combined_
non_ max_ suppression - Shorthand for
CombinedNonMaxSuppression::new().build(boxes, scores, max_output_size_per_class, max_total_size, iou_threshold, score_threshold, scope)
. - complex
- Shorthand for
Complex::new().build(real, imag, scope)
. - complex_
abs - Shorthand for
ComplexAbs::new().build(x, scope)
. - composite_
tensor_ variant_ from_ components - Shorthand for
CompositeTensorVariantFromComponents::new().build(components, scope)
. - composite_
tensor_ variant_ to_ components - Shorthand for
CompositeTensorVariantToComponents::new().build(encoded, scope)
. - compress_
element - Shorthand for
CompressElement::new().build(components, scope)
. - compute_
accidental_ hits - Shorthand for
ComputeAccidentalHits::new().build(true_classes, sampled_candidates, scope)
. - compute_
batch_ size - Shorthand for
ComputeBatchSize::new().build(input_dataset, scope)
. - compute_
dedup_ data_ tuple_ mask - Shorthand for
ComputeDedupDataTupleMask::new().build(scope)
. - concat
- Shorthand for
Concat::new().build(concat_dim, values, scope)
. - concat_
offset - Shorthand for
ConcatOffset::new().build(concat_dim, shape, scope)
. - concat_
v2 - Shorthand for
ConcatV2::new().build(values, axis, scope)
. - concatenate_
dataset - Shorthand for
ConcatenateDataset::new().build(input_dataset, another_dataset, scope)
. - conditional_
accumulator - Shorthand for
ConditionalAccumulator::new().build(scope)
. - configure_
and_ initialize_ global_ tpu - Shorthand for
ConfigureAndInitializeGlobalTPU::new().build(scope)
. - configure_
distributed_ tpu - Shorthand for
ConfigureDistributedTPU::new().build(scope)
. - configure_
tpuembedding - Shorthand for
ConfigureTPUEmbedding::new().build(scope)
. - configure_
tpuembedding_ host - Shorthand for
ConfigureTPUEmbeddingHost::new().build(common_config, memory_config, scope)
. - configure_
tpuembedding_ memory - Shorthand for
ConfigureTPUEmbeddingMemory::new().build(common_config, scope)
. - conj
- Shorthand for
Conj::new().build(input, scope)
. - conjugate_
transpose - Shorthand for
ConjugateTranspose::new().build(x, perm, scope)
. - connect_
tpuembedding_ hosts - Shorthand for
ConnectTPUEmbeddingHosts::new().build(network_configs, scope)
. - const_
- Shorthand for
Const::new().build(scope)
. - constant
- Creates a constant.
- consume_
mutex_ lock - Shorthand for
ConsumeMutexLock::new().build(mutex_lock, scope)
. - control_
trigger - Shorthand for
ControlTrigger::new().build(scope)
. - conv2_d
- Shorthand for
Conv2D::new().build(input, filter, scope)
. - conv2_
dbackprop_ filter - Shorthand for
Conv2DBackpropFilter::new().build(input, filter_sizes, out_backprop, scope)
. - conv2_
dbackprop_ filter_ v2 - Shorthand for
Conv2DBackpropFilterV2::new().build(input, filter, out_backprop, scope)
. - conv2_
dbackprop_ input - Shorthand for
Conv2DBackpropInput::new().build(input_sizes, filter, out_backprop, scope)
. - conv2_
dbackprop_ input_ v2 - Shorthand for
Conv2DBackpropInputV2::new().build(input, filter, out_backprop, scope)
. - conv3_d
- Shorthand for
Conv3D::new().build(input, filter, scope)
. - conv3_
dbackprop_ filter - Shorthand for
Conv3DBackpropFilter::new().build(input, filter, out_backprop, scope)
. - conv3_
dbackprop_ filter_ v2 - Shorthand for
Conv3DBackpropFilterV2::new().build(input, filter_sizes, out_backprop, scope)
. - conv3_
dbackprop_ input - Shorthand for
Conv3DBackpropInput::new().build(input, filter, out_backprop, scope)
. - conv3_
dbackprop_ input_ v2 - Shorthand for
Conv3DBackpropInputV2::new().build(input_sizes, filter, out_backprop, scope)
. - copy
- Shorthand for
Copy::new().build(input, scope)
. - copy_
host - Shorthand for
CopyHost::new().build(input, scope)
. - copy_
to_ mesh - Shorthand for
CopyToMesh::new().build(input, scope)
. - copy_
to_ mesh_ grad - Shorthand for
CopyToMeshGrad::new().build(input, forward_input, scope)
. - cos
- Shorthand for
Cos::new().build(x, scope)
. - cosh
- Shorthand for
Cosh::new().build(x, scope)
. - count_
up_ to - Shorthand for
CountUpTo::new().build(ref_, scope)
. - create_
summary_ db_ writer - Shorthand for
CreateSummaryDbWriter::new().build(writer, db_uri, experiment_name, run_name, user_name, scope)
. - create_
summary_ file_ writer - Shorthand for
CreateSummaryFileWriter::new().build(writer, logdir, max_queue, flush_millis, filename_suffix, scope)
. - crop_
and_ resize - Shorthand for
CropAndResize::new().build(image, boxes, box_ind, crop_size, scope)
. - crop_
and_ resize_ grad_ boxes - Shorthand for
CropAndResizeGradBoxes::new().build(grads, image, boxes, box_ind, scope)
. - crop_
and_ resize_ grad_ image - Shorthand for
CropAndResizeGradImage::new().build(grads, boxes, box_ind, image_size, scope)
. - cross
- Shorthand for
Cross::new().build(a, b, scope)
. - cross_
replica_ sum - Shorthand for
CrossReplicaSum::new().build(input, group_assignment, scope)
. - csrsparse_
matrix_ components - Shorthand for
CSRSparseMatrixComponents::new().build(csr_sparse_matrix, index, scope)
. - csrsparse_
matrix_ to_ dense - Shorthand for
CSRSparseMatrixToDense::new().build(sparse_input, scope)
. - csrsparse_
matrix_ to_ sparse_ tensor - Shorthand for
CSRSparseMatrixToSparseTensor::new().build(sparse_matrix, scope)
. - csvdataset
- Shorthand for
CSVDataset::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, scope)
. - csvdataset_
v2 - 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)
. - ctcbeam_
search_ decoder - Shorthand for
CTCBeamSearchDecoder::new().build(inputs, sequence_length, scope)
. - ctcgreedy_
decoder - Shorthand for
CTCGreedyDecoder::new().build(inputs, sequence_length, scope)
. - ctcloss
- Shorthand for
CTCLoss::new().build(inputs, labels_indices, labels_values, sequence_length, scope)
. - ctcloss_
v2 - Shorthand for
CTCLossV2::new().build(inputs, labels_indices, labels_values, sequence_length, scope)
. - cudnn_
rnn - Shorthand for
CudnnRNN::new().build(input, input_h, input_c, params, scope)
. - cudnn_
rnnbackprop - 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)
. - cudnn_
rnnbackprop_ v2 - 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)
. - cudnn_
rnnbackprop_ v3 - 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)
. - cudnn_
rnncanonical_ to_ params - Shorthand for
CudnnRNNCanonicalToParams::new().build(num_layers, num_units, input_size, weights, biases, scope)
. - cudnn_
rnncanonical_ to_ params_ v2 - Shorthand for
CudnnRNNCanonicalToParamsV2::new().build(num_layers, num_units, input_size, weights, biases, scope)
. - cudnn_
rnnparams_ size - Shorthand for
CudnnRNNParamsSize::new().build(num_layers, num_units, input_size, scope)
. - cudnn_
rnnparams_ to_ canonical - Shorthand for
CudnnRNNParamsToCanonical::new().build(num_layers, num_units, input_size, params, scope)
. - cudnn_
rnnparams_ to_ canonical_ v2 - Shorthand for
CudnnRNNParamsToCanonicalV2::new().build(num_layers, num_units, input_size, params, scope)
. - cudnn_
rnnv2 - Shorthand for
CudnnRNNV2::new().build(input, input_h, input_c, params, scope)
. - cudnn_
rnnv3 - Shorthand for
CudnnRNNV3::new().build(input, input_h, input_c, params, sequence_lengths, scope)
. - cumprod
- Shorthand for
Cumprod::new().build(x, axis, scope)
. - cumsum
- Shorthand for
Cumsum::new().build(x, axis, scope)
. - cumulative_
logsumexp - Shorthand for
CumulativeLogsumexp::new().build(x, axis, scope)
. - data_
format_ dim_ map - Shorthand for
DataFormatDimMap::new().build(x, scope)
. - data_
format_ vec_ permute - Shorthand for
DataFormatVecPermute::new().build(x, scope)
. - data_
service_ dataset - Shorthand for
DataServiceDataset::new().build(dataset_id, processing_mode, address, protocol, job_name, max_outstanding_requests, iteration_counter, scope)
. - data_
service_ dataset_ v2 - Shorthand for
DataServiceDatasetV2::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
. - data_
service_ dataset_ v3 - Shorthand for
DataServiceDatasetV3::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
. - data_
service_ dataset_ v4 - Shorthand for
DataServiceDatasetV4::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope)
. - dataset_
cardinality - Shorthand for
DatasetCardinality::new().build(input_dataset, scope)
. - dataset_
from_ graph - Shorthand for
DatasetFromGraph::new().build(graph_def, scope)
. - dataset_
to_ graph - Shorthand for
DatasetToGraph::new().build(input_dataset, scope)
. - dataset_
to_ graph_ v2 - Shorthand for
DatasetToGraphV2::new().build(input_dataset, scope)
. - dataset_
to_ single_ element - Shorthand for
DatasetToSingleElement::new().build(dataset, scope)
. - dataset_
to_ tfrecord - Shorthand for
DatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope)
. - dawsn
- Shorthand for
Dawsn::new().build(x, scope)
. - debug_
gradient_ identity - Shorthand for
DebugGradientIdentity::new().build(input, scope)
. - debug_
gradient_ ref_ identity - Shorthand for
DebugGradientRefIdentity::new().build(input, scope)
. - debug_
identity - Shorthand for
DebugIdentity::new().build(input, scope)
. - debug_
identity_ v2 - Shorthand for
DebugIdentityV2::new().build(input, scope)
. - debug_
identity_ v3 - Shorthand for
DebugIdentityV3::new().build(input, scope)
. - debug_
nan_ count - Shorthand for
DebugNanCount::new().build(input, scope)
. - debug_
numeric_ summary - Shorthand for
DebugNumericSummary::new().build(input, scope)
. - debug_
numeric_ summary_ v2 - Shorthand for
DebugNumericSummaryV2::new().build(input, scope)
. - decode_
and_ crop_ jpeg - Shorthand for
DecodeAndCropJpeg::new().build(contents, crop_window, scope)
. - decode_
base64 - Shorthand for
DecodeBase64::new().build(input, scope)
. - decode_
bmp - Shorthand for
DecodeBmp::new().build(contents, scope)
. - decode_
compressed - Shorthand for
DecodeCompressed::new().build(bytes, scope)
. - decode_
csv - Shorthand for
DecodeCSV::new().build(records, record_defaults, scope)
. - decode_
gif - Shorthand for
DecodeGif::new().build(contents, scope)
. - decode_
image - Shorthand for
DecodeImage::new().build(contents, scope)
. - decode_
jpeg - Shorthand for
DecodeJpeg::new().build(contents, scope)
. - decode_
jsonexample - Shorthand for
DecodeJSONExample::new().build(json_examples, scope)
. - decode_
padded_ raw - Shorthand for
DecodePaddedRaw::new().build(input_bytes, fixed_length, scope)
. - decode_
png - Shorthand for
DecodePng::new().build(contents, scope)
. - decode_
proto_ v2 - Shorthand for
DecodeProtoV2::new().build(bytes, scope)
. - decode_
raw - Shorthand for
DecodeRaw::new().build(bytes, scope)
. - decode_
wav - Shorthand for
DecodeWav::new().build(contents, scope)
. - deep_
copy - Shorthand for
DeepCopy::new().build(x, scope)
. - delete_
iterator - Shorthand for
DeleteIterator::new().build(handle, deleter, scope)
. - delete_
memory_ cache - Shorthand for
DeleteMemoryCache::new().build(handle, deleter, scope)
. - delete_
multi_ device_ iterator - Shorthand for
DeleteMultiDeviceIterator::new().build(multi_device_iterator, iterators, deleter, scope)
. - delete_
random_ seed_ generator - Shorthand for
DeleteRandomSeedGenerator::new().build(handle, deleter, scope)
. - delete_
seed_ generator - Shorthand for
DeleteSeedGenerator::new().build(handle, deleter, scope)
. - delete_
session_ tensor - Shorthand for
DeleteSessionTensor::new().build(handle, scope)
. - dense_
bincount - Shorthand for
DenseBincount::new().build(input, size, weights, scope)
. - dense_
count_ sparse_ output - Shorthand for
DenseCountSparseOutput::new().build(values, weights, scope)
. - dense_
to_ csrsparse_ matrix - Shorthand for
DenseToCSRSparseMatrix::new().build(dense_input, indices, scope)
. - dense_
to_ dense_ set_ operation - Shorthand for
DenseToDenseSetOperation::new().build(set1, set2, scope)
. - dense_
to_ sparse_ batch_ dataset - Shorthand for
DenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope)
. - dense_
to_ sparse_ set_ operation - Shorthand for
DenseToSparseSetOperation::new().build(set1, set2_indices, set2_values, set2_shape, scope)
. - depth_
to_ space - Shorthand for
DepthToSpace::new().build(input, scope)
. - depthwise_
conv2d_ native - Shorthand for
DepthwiseConv2dNative::new().build(input, filter, scope)
. - depthwise_
conv2d_ native_ backprop_ filter - Shorthand for
DepthwiseConv2dNativeBackpropFilter::new().build(input, filter_sizes, out_backprop, scope)
. - depthwise_
conv2d_ native_ backprop_ input - Shorthand for
DepthwiseConv2dNativeBackpropInput::new().build(input_sizes, filter, out_backprop, scope)
. - dequantize
- Shorthand for
Dequantize::new().build(input, min_range, max_range, scope)
. - deserialize_
iterator - Shorthand for
DeserializeIterator::new().build(resource_handle, serialized, scope)
. - deserialize_
many_ sparse - Shorthand for
DeserializeManySparse::new().build(serialized_sparse, scope)
. - deserialize_
sparse - Shorthand for
DeserializeSparse::new().build(serialized_sparse, scope)
. - destroy_
resource_ op - Shorthand for
DestroyResourceOp::new().build(resource, scope)
. - destroy_
temporary_ variable - Shorthand for
DestroyTemporaryVariable::new().build(ref_, scope)
. - device_
index - Shorthand for
DeviceIndex::new().build(scope)
. - diag
- Shorthand for
Diag::new().build(diagonal, scope)
. - diag_
part - Shorthand for
DiagPart::new().build(input, scope)
. - digamma
- Shorthand for
Digamma::new().build(x, scope)
. - dilation2_
d - Shorthand for
Dilation2D::new().build(input, filter, scope)
. - dilation2_
dbackprop_ filter - Shorthand for
Dilation2DBackpropFilter::new().build(input, filter, out_backprop, scope)
. - dilation2_
dbackprop_ input - Shorthand for
Dilation2DBackpropInput::new().build(input, filter, out_backprop, scope)
. - directed_
interleave_ dataset - Shorthand for
DirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope)
. - disable_
copy_ on_ read - Shorthand for
DisableCopyOnRead::new().build(resource, scope)
. - distributed_
save - Shorthand for
DistributedSave::new().build(dataset, directory, address, scope)
. - div
- Shorthand for
Div::new().build(x, y, scope)
. - div_
no_ nan - Shorthand for
DivNoNan::new().build(x, y, scope)
. - draw_
bounding_ boxes - Shorthand for
DrawBoundingBoxes::new().build(images, boxes, scope)
. - draw_
bounding_ boxes_ v2 - Shorthand for
DrawBoundingBoxesV2::new().build(images, boxes, colors, scope)
. - dtensor_
restore_ v2 - Shorthand for
DTensorRestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope)
. - dtensor_
set_ global_ tpuarray - Shorthand for
DTensorSetGlobalTPUArray::new().build(topology, scope)
. - dummy_
iteration_ counter - Shorthand for
DummyIterationCounter::new().build(scope)
. - dummy_
memory_ cache - Shorthand for
DummyMemoryCache::new().build(scope)
. - dummy_
seed_ generator - Shorthand for
DummySeedGenerator::new().build(scope)
. - dynamic_
enqueue_ tpuembedding_ arbitrary_ tensor_ batch - Shorthand for
DynamicEnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, device_ordinal, scope)
. - dynamic_
partition - Shorthand for
DynamicPartition::new().build(data, partitions, scope)
. - dynamic_
stitch - Shorthand for
DynamicStitch::new().build(indices, data, scope)
. - eager_
py_ func - Shorthand for
EagerPyFunc::new().build(input, scope)
. - edit_
distance - Shorthand for
EditDistance::new().build(hypothesis_indices, hypothesis_values, hypothesis_shape, truth_indices, truth_values, truth_shape, scope)
. - eig
- Shorthand for
Eig::new().build(input, scope)
. - einsum
- Shorthand for
Einsum::new().build(inputs, scope)
. - elu
- Shorthand for
Elu::new().build(features, scope)
. - elu_
grad - Shorthand for
EluGrad::new().build(gradients, outputs, scope)
. - empty
- Shorthand for
Empty::new().build(shape, scope)
. - empty_
tensor_ list - Shorthand for
EmptyTensorList::new().build(element_shape, max_num_elements, scope)
. - empty_
tensor_ map - Shorthand for
EmptyTensorMap::new().build(scope)
. - encode_
base64 - Shorthand for
EncodeBase64::new().build(input, scope)
. - encode_
jpeg - Shorthand for
EncodeJpeg::new().build(image, scope)
. - encode_
jpeg_ variable_ quality - Shorthand for
EncodeJpegVariableQuality::new().build(images, quality, scope)
. - encode_
png - Shorthand for
EncodePng::new().build(image, scope)
. - encode_
proto - Shorthand for
EncodeProto::new().build(sizes, values, scope)
. - encode_
wav - Shorthand for
EncodeWav::new().build(audio, sample_rate, scope)
. - enqueue_
tpuembedding_ arbitrary_ tensor_ batch - Shorthand for
EnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, scope)
. - enqueue_
tpuembedding_ batch - Shorthand for
EnqueueTPUEmbeddingBatch::new().build(batch, mode_override, scope)
. - enqueue_
tpuembedding_ integer_ batch - Shorthand for
EnqueueTPUEmbeddingIntegerBatch::new().build(batch, mode_override, scope)
. - enqueue_
tpuembedding_ ragged_ tensor_ batch - Shorthand for
EnqueueTPUEmbeddingRaggedTensorBatch::new().build(sample_splits, embedding_indices, aggregation_weights, mode_override, scope)
. - enqueue_
tpuembedding_ sparse_ batch - Shorthand for
EnqueueTPUEmbeddingSparseBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope)
. - enqueue_
tpuembedding_ sparse_ tensor_ batch - Shorthand for
EnqueueTPUEmbeddingSparseTensorBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope)
. - ensure_
shape - Shorthand for
EnsureShape::new().build(input, scope)
. - enter
- Shorthand for
Enter::new().build(data, scope)
. - equal
- Shorthand for
Equal::new().build(x, y, scope)
. - erf
- Shorthand for
Erf::new().build(x, scope)
. - erfc
- Shorthand for
Erfc::new().build(x, scope)
. - erfinv
- Shorthand for
Erfinv::new().build(x, scope)
. - euclidean_
norm - Shorthand for
EuclideanNorm::new().build(input, reduction_indices, scope)
. - execute_
tpuembedding_ partitioner - Shorthand for
ExecuteTPUEmbeddingPartitioner::new().build(scope)
. - exit
- Shorthand for
Exit::new().build(data, scope)
. - exp
- Shorthand for
Exp::new().build(x, scope)
. - expand_
dims - Shorthand for
ExpandDims::new().build(input, dim, scope)
. - experimental_
assert_ next_ dataset - Shorthand for
ExperimentalAssertNextDataset::new().build(input_dataset, transformations, scope)
. - experimental_
auto_ shard_ dataset - Shorthand for
ExperimentalAutoShardDataset::new().build(input_dataset, num_workers, index, scope)
. - experimental_
bytes_ produced_ stats_ dataset - Shorthand for
ExperimentalBytesProducedStatsDataset::new().build(input_dataset, tag, scope)
. - experimental_
choose_ fastest_ dataset - Shorthand for
ExperimentalChooseFastestDataset::new().build(input_datasets, scope)
. - experimental_
csvdataset - Shorthand for
ExperimentalCSVDataset::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, scope)
. - experimental_
dataset_ cardinality - Shorthand for
ExperimentalDatasetCardinality::new().build(input_dataset, scope)
. - experimental_
dataset_ to_ tfrecord - Shorthand for
ExperimentalDatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope)
. - experimental_
dense_ to_ sparse_ batch_ dataset - Shorthand for
ExperimentalDenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope)
. - experimental_
directed_ interleave_ dataset - Shorthand for
ExperimentalDirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope)
. - experimental_
group_ by_ reducer_ dataset - Shorthand for
ExperimentalGroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope)
. - experimental_
group_ by_ window_ dataset - Shorthand for
ExperimentalGroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope)
. - experimental_
ignore_ errors_ dataset - Shorthand for
ExperimentalIgnoreErrorsDataset::new().build(input_dataset, scope)
. - experimental_
iterator_ get_ device - Shorthand for
ExperimentalIteratorGetDevice::new().build(resource, scope)
. - experimental_
latency_ stats_ dataset - Shorthand for
ExperimentalLatencyStatsDataset::new().build(input_dataset, tag, scope)
. - experimental_
lmdbdataset - Shorthand for
ExperimentalLMDBDataset::new().build(filenames, scope)
. - experimental_
map_ and_ batch_ dataset - Shorthand for
ExperimentalMapAndBatchDataset::new().build(input_dataset, other_arguments, batch_size, num_parallel_calls, drop_remainder, scope)
. - experimental_
map_ dataset - Shorthand for
ExperimentalMapDataset::new().build(input_dataset, other_arguments, scope)
. - experimental_
matching_ files_ dataset - Shorthand for
ExperimentalMatchingFilesDataset::new().build(patterns, scope)
. - experimental_
max_ intra_ op_ parallelism_ dataset - Shorthand for
ExperimentalMaxIntraOpParallelismDataset::new().build(input_dataset, max_intra_op_parallelism, scope)
. - experimental_
non_ serializable_ dataset - Shorthand for
ExperimentalNonSerializableDataset::new().build(input_dataset, scope)
. - experimental_
parallel_ interleave_ dataset - Shorthand for
ExperimentalParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope)
. - experimental_
parse_ example_ dataset - Shorthand for
ExperimentalParseExampleDataset::new().build(input_dataset, num_parallel_calls, dense_defaults, scope)
. - experimental_
private_ thread_ pool_ dataset - Shorthand for
ExperimentalPrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope)
. - experimental_
random_ dataset - Shorthand for
ExperimentalRandomDataset::new().build(seed, seed2, scope)
. - experimental_
rebatch_ dataset - Shorthand for
ExperimentalRebatchDataset::new().build(input_dataset, num_replicas, scope)
. - experimental_
scan_ dataset - Shorthand for
ExperimentalScanDataset::new().build(input_dataset, initial_state, other_arguments, scope)
. - experimental_
set_ stats_ aggregator_ dataset - Shorthand for
ExperimentalSetStatsAggregatorDataset::new().build(input_dataset, stats_aggregator, tag, counter_prefix, scope)
. - experimental_
sleep_ dataset - Shorthand for
ExperimentalSleepDataset::new().build(input_dataset, sleep_microseconds, scope)
. - experimental_
sliding_ window_ dataset - Shorthand for
ExperimentalSlidingWindowDataset::new().build(input_dataset, window_size, window_shift, window_stride, scope)
. - experimental_
sql_ dataset - Shorthand for
ExperimentalSqlDataset::new().build(driver_name, data_source_name, query, scope)
. - experimental_
stats_ aggregator_ handle - Shorthand for
ExperimentalStatsAggregatorHandle::new().build(scope)
. - experimental_
stats_ aggregator_ summary - Shorthand for
ExperimentalStatsAggregatorSummary::new().build(iterator, scope)
. - experimental_
take_ while_ dataset - Shorthand for
ExperimentalTakeWhileDataset::new().build(input_dataset, other_arguments, scope)
. - experimental_
thread_ pool_ dataset - Shorthand for
ExperimentalThreadPoolDataset::new().build(input_dataset, thread_pool, scope)
. - experimental_
thread_ pool_ handle - Shorthand for
ExperimentalThreadPoolHandle::new().build(scope)
. - experimental_
unbatch_ dataset - Shorthand for
ExperimentalUnbatchDataset::new().build(input_dataset, scope)
. - experimental_
unique_ dataset - Shorthand for
ExperimentalUniqueDataset::new().build(input_dataset, scope)
. - expint
- Shorthand for
Expint::new().build(x, scope)
. - expm1
- Shorthand for
Expm1::new().build(x, scope)
. - extract_
glimpse - Shorthand for
ExtractGlimpse::new().build(input, size, offsets, scope)
. - extract_
glimpse_ v2 - Shorthand for
ExtractGlimpseV2::new().build(input, size, offsets, scope)
. - extract_
image_ patches - Shorthand for
ExtractImagePatches::new().build(images, scope)
. - extract_
jpeg_ shape - Shorthand for
ExtractJpegShape::new().build(contents, scope)
. - extract_
volume_ patches - Shorthand for
ExtractVolumePatches::new().build(input, scope)
. - fact
- Shorthand for
Fact::new().build(scope)
. - fake_
param - Shorthand for
FakeParam::new().build(scope)
. - fake_
quant_ with_ min_ max_ args - Shorthand for
FakeQuantWithMinMaxArgs::new().build(inputs, scope)
. - fake_
quant_ with_ min_ max_ args_ gradient - Shorthand for
FakeQuantWithMinMaxArgsGradient::new().build(gradients, inputs, scope)
. - fake_
quant_ with_ min_ max_ vars - Shorthand for
FakeQuantWithMinMaxVars::new().build(inputs, min, max, scope)
. - fake_
quant_ with_ min_ max_ vars_ gradient - Shorthand for
FakeQuantWithMinMaxVarsGradient::new().build(gradients, inputs, min, max, scope)
. - fake_
quant_ with_ min_ max_ vars_ per_ channel - Shorthand for
FakeQuantWithMinMaxVarsPerChannel::new().build(inputs, min, max, scope)
. - fake_
quant_ with_ min_ max_ vars_ per_ channel_ gradient - Shorthand for
FakeQuantWithMinMaxVarsPerChannelGradient::new().build(gradients, inputs, min, max, scope)
. - fake_
queue - Shorthand for
FakeQueue::new().build(resource, scope)
. - fft
- Shorthand for
FFT::new().build(input, scope)
. - fft2_d
- Shorthand for
FFT2D::new().build(input, scope)
. - fft3_d
- Shorthand for
FFT3D::new().build(input, scope)
. - fifoqueue
- Shorthand for
FIFOQueue::new().build(scope)
. - fifoqueue_
v2 - Shorthand for
FIFOQueueV2::new().build(scope)
. - file_
system_ set_ configuration - Shorthand for
FileSystemSetConfiguration::new().build(scheme, key, value, scope)
. - fill
- Shorthand for
Fill::new().build(dims, value, scope)
. - filter_
by_ last_ component_ dataset - Shorthand for
FilterByLastComponentDataset::new().build(input_dataset, scope)
. - filter_
dataset - Shorthand for
FilterDataset::new().build(input_dataset, other_arguments, scope)
. - finalize_
dataset - Shorthand for
FinalizeDataset::new().build(input_dataset, scope)
. - finalize_
tpuembedding - Shorthand for
FinalizeTPUEmbedding::new().build(common_config, memory_config, scope)
. - fingerprint
- Shorthand for
Fingerprint::new().build(data, method, scope)
. - fixed_
length_ record_ dataset - Shorthand for
FixedLengthRecordDataset::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, scope)
. - fixed_
length_ record_ dataset_ v2 - Shorthand for
FixedLengthRecordDatasetV2::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, compression_type, scope)
. - fixed_
length_ record_ reader - Shorthand for
FixedLengthRecordReader::new().build(scope)
. - fixed_
length_ record_ reader_ v2 - Shorthand for
FixedLengthRecordReaderV2::new().build(scope)
. - fixed_
unigram_ candidate_ sampler - Shorthand for
FixedUnigramCandidateSampler::new().build(true_classes, scope)
. - flat_
map_ dataset - Shorthand for
FlatMapDataset::new().build(input_dataset, other_arguments, scope)
. - floor
- Shorthand for
Floor::new().build(x, scope)
. - floor_
div - Shorthand for
FloorDiv::new().build(x, y, scope)
. - floor_
mod - Shorthand for
FloorMod::new().build(x, y, scope)
. - flush_
summary_ writer - Shorthand for
FlushSummaryWriter::new().build(writer, scope)
. - for_
- Shorthand for
For::new().build(start, limit, delta, input, scope)
. - fractional_
avg_ pool - Shorthand for
FractionalAvgPool::new().build(value, scope)
. - fractional_
avg_ pool_ grad - Shorthand for
FractionalAvgPoolGrad::new().build(orig_input_tensor_shape, out_backprop, row_pooling_sequence, col_pooling_sequence, scope)
. - fractional_
max_ pool - Shorthand for
FractionalMaxPool::new().build(value, scope)
. - fractional_
max_ pool_ grad - Shorthand for
FractionalMaxPoolGrad::new().build(orig_input, orig_output, out_backprop, row_pooling_sequence, col_pooling_sequence, scope)
. - fresnel_
cos - Shorthand for
FresnelCos::new().build(x, scope)
. - fresnel_
sin - Shorthand for
FresnelSin::new().build(x, scope)
. - fused_
batch_ norm - Shorthand for
FusedBatchNorm::new().build(x, scale, offset, mean, variance, scope)
. - fused_
batch_ norm_ grad - Shorthand for
FusedBatchNormGrad::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope)
. - fused_
batch_ norm_ grad_ v2 - Shorthand for
FusedBatchNormGradV2::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope)
. - fused_
batch_ norm_ grad_ v3 - Shorthand for
FusedBatchNormGradV3::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, reserve_space_3, scope)
. - fused_
batch_ norm_ v2 - Shorthand for
FusedBatchNormV2::new().build(x, scale, offset, mean, variance, scope)
. - fused_
batch_ norm_ v3 - Shorthand for
FusedBatchNormV3::new().build(x, scale, offset, mean, variance, scope)
. - fused_
pad_ conv2_ d - Shorthand for
FusedPadConv2D::new().build(input, paddings, filter, scope)
. - fused_
resize_ and_ pad_ conv2_ d - Shorthand for
FusedResizeAndPadConv2D::new().build(input, size, paddings, filter, scope)
. - gather
- Shorthand for
Gather::new().build(params, indices, scope)
. - gather_
nd - Shorthand for
GatherNd::new().build(params, indices, scope)
. - gather_
v2 - Shorthand for
GatherV2::new().build(params, indices, axis, scope)
. - generate_
bounding_ box_ proposals - Shorthand for
GenerateBoundingBoxProposals::new().build(scores, bbox_deltas, image_info, anchors, nms_threshold, pre_nms_topn, min_size, scope)
. - generate_
vocab_ remapping - Shorthand for
GenerateVocabRemapping::new().build(new_vocab_file, old_vocab_file, scope)
. - generator_
dataset - Shorthand for
GeneratorDataset::new().build(init_func_other_args, next_func_other_args, finalize_func_other_args, scope)
. - get_
element_ at_ index - Shorthand for
GetElementAtIndex::new().build(dataset, index, scope)
. - get_
options - Shorthand for
GetOptions::new().build(input_dataset, scope)
. - get_
session_ handle - Shorthand for
GetSessionHandle::new().build(value, scope)
. - get_
session_ handle_ v2 - Shorthand for
GetSessionHandleV2::new().build(value, scope)
. - get_
session_ tensor - Shorthand for
GetSessionTensor::new().build(handle, scope)
. - greater
- Shorthand for
Greater::new().build(x, y, scope)
. - greater_
equal - Shorthand for
GreaterEqual::new().build(x, y, scope)
. - group_
by_ reducer_ dataset - Shorthand for
GroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope)
. - group_
by_ window_ dataset - Shorthand for
GroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope)
. - grublock_
cell - Shorthand for
GRUBlockCell::new().build(x, h_prev, w_ru, w_c, b_ru, b_c, scope)
. - grublock_
cell_ grad - Shorthand for
GRUBlockCellGrad::new().build(x, h_prev, w_ru, w_c, b_ru, b_c, r, u, c, d_h, scope)
. - guarantee_
const - Shorthand for
GuaranteeConst::new().build(input, scope)
. - hash_
table - Shorthand for
HashTable::new().build(scope)
. - hash_
table_ v2 - Shorthand for
HashTableV2::new().build(scope)
. - histogram_
fixed_ width - Shorthand for
HistogramFixedWidth::new().build(values, value_range, nbins, scope)
. - histogram_
summary - Shorthand for
HistogramSummary::new().build(tag, values, scope)
. - host_
const - Shorthand for
HostConst::new().build(scope)
. - hsvto_
rgb - Shorthand for
HSVToRGB::new().build(images, scope)
. - identity
- Shorthand for
Identity::new().build(input, scope)
. - identity_
n - Shorthand for
IdentityN::new().build(input, scope)
. - identity_
reader - Shorthand for
IdentityReader::new().build(scope)
. - identity_
reader_ v2 - Shorthand for
IdentityReaderV2::new().build(scope)
. - if_
- Shorthand for
If::new().build(cond, input, scope)
. - ifft
- Shorthand for
IFFT::new().build(input, scope)
. - ifft2_d
- Shorthand for
IFFT2D::new().build(input, scope)
. - ifft3_d
- Shorthand for
IFFT3D::new().build(input, scope)
. - igamma
- Shorthand for
Igamma::new().build(a, x, scope)
. - igamma_
grad_ a - Shorthand for
IgammaGradA::new().build(a, x, scope)
. - igammac
- Shorthand for
Igammac::new().build(a, x, scope)
. - ignore_
errors_ dataset - Shorthand for
IgnoreErrorsDataset::new().build(input_dataset, scope)
. - imag
- Shorthand for
Imag::new().build(input, scope)
. - image_
projective_ transform_ v2 - Shorthand for
ImageProjectiveTransformV2::new().build(images, transforms, output_shape, scope)
. - image_
projective_ transform_ v3 - Shorthand for
ImageProjectiveTransformV3::new().build(images, transforms, output_shape, fill_value, scope)
. - image_
summary - Shorthand for
ImageSummary::new().build(tag, tensor, scope)
. - immutable_
const - Shorthand for
ImmutableConst::new().build(scope)
. - import_
event - Shorthand for
ImportEvent::new().build(writer, event, scope)
. - in_
top_ k - Shorthand for
InTopK::new().build(predictions, targets, scope)
. - in_
top_ kv2 - Shorthand for
InTopKV2::new().build(predictions, targets, k, scope)
. - infeed_
dequeue - Shorthand for
InfeedDequeue::new().build(scope)
. - infeed_
dequeue_ tuple - Shorthand for
InfeedDequeueTuple::new().build(scope)
. - infeed_
enqueue - Shorthand for
InfeedEnqueue::new().build(input, scope)
. - infeed_
enqueue_ prelinearized_ buffer - Shorthand for
InfeedEnqueuePrelinearizedBuffer::new().build(input, scope)
. - infeed_
enqueue_ tuple - Shorthand for
InfeedEnqueueTuple::new().build(inputs, scope)
. - initialize_
table - Shorthand for
InitializeTable::new().build(table_handle, keys, values, scope)
. - initialize_
table_ from_ dataset - Shorthand for
InitializeTableFromDataset::new().build(table_handle, dataset, scope)
. - initialize_
table_ from_ text_ file - Shorthand for
InitializeTableFromTextFile::new().build(table_handle, filename, scope)
. - initialize_
table_ from_ text_ file_ v2 - Shorthand for
InitializeTableFromTextFileV2::new().build(table_handle, filename, scope)
. - initialize_
table_ v2 - Shorthand for
InitializeTableV2::new().build(table_handle, keys, values, scope)
. - inplace_
add - Shorthand for
InplaceAdd::new().build(x, i, v, scope)
. - inplace_
sub - Shorthand for
InplaceSub::new().build(x, i, v, scope)
. - inplace_
update - Shorthand for
InplaceUpdate::new().build(x, i, v, scope)
. - interleave_
dataset - Shorthand for
InterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, scope)
. - inv
- Shorthand for
Inv::new().build(x, scope)
. - inv_
grad - Shorthand for
InvGrad::new().build(y, dy, scope)
. - invert
- Shorthand for
Invert::new().build(x, scope)
. - invert_
permutation - Shorthand for
InvertPermutation::new().build(x, scope)
. - irfft
- Shorthand for
IRFFT::new().build(input, fft_length, scope)
. - irfft2_
d - Shorthand for
IRFFT2D::new().build(input, fft_length, scope)
. - irfft3_
d - Shorthand for
IRFFT3D::new().build(input, fft_length, scope)
. - is_
boosted_ trees_ ensemble_ initialized - Shorthand for
IsBoostedTreesEnsembleInitialized::new().build(tree_ensemble_handle, scope)
. - is_
boosted_ trees_ quantile_ stream_ resource_ initialized - Shorthand for
IsBoostedTreesQuantileStreamResourceInitialized::new().build(quantile_stream_resource_handle, scope)
. - is_
finite - Shorthand for
IsFinite::new().build(x, scope)
. - is_inf
- Shorthand for
IsInf::new().build(x, scope)
. - is_nan
- Shorthand for
IsNan::new().build(x, scope)
. - is_
tpuembedding_ initialized - Shorthand for
IsTPUEmbeddingInitialized::new().build(scope)
. - is_
variable_ initialized - Shorthand for
IsVariableInitialized::new().build(ref_, scope)
. - isotonic_
regression - Shorthand for
IsotonicRegression::new().build(input, scope)
. - iterator
- Shorthand for
Iterator::new().build(scope)
. - iterator_
from_ string_ handle - Shorthand for
IteratorFromStringHandle::new().build(string_handle, scope)
. - iterator_
from_ string_ handle_ v2 - Shorthand for
IteratorFromStringHandleV2::new().build(string_handle, scope)
. - iterator_
get_ device - Shorthand for
IteratorGetDevice::new().build(resource, scope)
. - iterator_
get_ next - Shorthand for
IteratorGetNext::new().build(iterator, scope)
. - iterator_
get_ next_ as_ optional - Shorthand for
IteratorGetNextAsOptional::new().build(iterator, scope)
. - iterator_
get_ next_ sync - Shorthand for
IteratorGetNextSync::new().build(iterator, scope)
. - iterator_
to_ string_ handle - Shorthand for
IteratorToStringHandle::new().build(resource_handle, scope)
. - iterator_
v2 - Shorthand for
IteratorV2::new().build(scope)
. - kmc2_
chain_ initialization - Shorthand for
KMC2ChainInitialization::new().build(distances, seed, scope)
. - kmeans_
plus_ plus_ initialization - Shorthand for
KmeansPlusPlusInitialization::new().build(points, num_to_sample, seed, num_retries_per_sample, scope)
. - kth_
order_ statistic - Shorthand for
KthOrderStatistic::new().build(input, scope)
. - l2_loss
- Shorthand for
L2Loss::new().build(t, scope)
. - latency_
stats_ dataset - Shorthand for
LatencyStatsDataset::new().build(input_dataset, tag, scope)
. - leaky_
relu - Shorthand for
LeakyRelu::new().build(features, scope)
. - leaky_
relu_ grad - Shorthand for
LeakyReluGrad::new().build(gradients, features, scope)
. - learned_
unigram_ candidate_ sampler - Shorthand for
LearnedUnigramCandidateSampler::new().build(true_classes, scope)
. - left_
shift - Shorthand for
LeftShift::new().build(x, y, scope)
. - legacy_
parallel_ interleave_ dataset_ v2 - Shorthand for
LegacyParallelInterleaveDatasetV2::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, scope)
. - less
- Shorthand for
Less::new().build(x, y, scope)
. - less_
equal - Shorthand for
LessEqual::new().build(x, y, scope)
. - lgamma
- Shorthand for
Lgamma::new().build(x, scope)
. - lin_
space - Shorthand for
LinSpace::new().build(start, stop, num, scope)
. - list_
dataset - Shorthand for
ListDataset::new().build(tensors, scope)
. - list_
diff - Shorthand for
ListDiff::new().build(x, y, scope)
. - lmdbdataset
- Shorthand for
LMDBDataset::new().build(filenames, scope)
. - lmdbreader
- Shorthand for
LMDBReader::new().build(scope)
. - load_
all_ tpuembedding_ parameters - Shorthand for
LoadAllTPUEmbeddingParameters::new().build(parameters, auxiliary1, auxiliary2, auxiliary3, auxiliary4, auxiliary5, auxiliary6, auxiliary7, scope)
. - load_
and_ remap_ matrix - Shorthand for
LoadAndRemapMatrix::new().build(ckpt_path, old_tensor_name, row_remapping, col_remapping, initializing_values, scope)
. - load_
dataset - Shorthand for
LoadDataset::new().build(path, reader_func_other_args, scope)
. - load_
tpuembedding_ adadelta_ parameters - Shorthand for
LoadTPUEmbeddingAdadeltaParameters::new().build(parameters, accumulators, updates, scope)
. - load_
tpuembedding_ adagrad_ momentum_ parameters - Shorthand for
LoadTPUEmbeddingAdagradMomentumParameters::new().build(parameters, accumulators, momenta, scope)
. - load_
tpuembedding_ adagrad_ parameters - Shorthand for
LoadTPUEmbeddingAdagradParameters::new().build(parameters, accumulators, scope)
. - load_
tpuembedding_ adamparameters - Shorthand for
LoadTPUEmbeddingADAMParameters::new().build(parameters, momenta, velocities, scope)
. - load_
tpuembedding_ centered_ rmsprop_ parameters - Shorthand for
LoadTPUEmbeddingCenteredRMSPropParameters::new().build(parameters, ms, mom, mg, scope)
. - load_
tpuembedding_ frequency_ estimator_ parameters - Shorthand for
LoadTPUEmbeddingFrequencyEstimatorParameters::new().build(parameters, last_hit_step, scope)
. - load_
tpuembedding_ ftrlparameters - Shorthand for
LoadTPUEmbeddingFTRLParameters::new().build(parameters, accumulators, linears, scope)
. - load_
tpuembedding_ mdladagrad_ light_ parameters - Shorthand for
LoadTPUEmbeddingMDLAdagradLightParameters::new().build(parameters, accumulators, weights, benefits, scope)
. - load_
tpuembedding_ momentum_ parameters - Shorthand for
LoadTPUEmbeddingMomentumParameters::new().build(parameters, momenta, scope)
. - load_
tpuembedding_ proximal_ adagrad_ parameters - Shorthand for
LoadTPUEmbeddingProximalAdagradParameters::new().build(parameters, accumulators, scope)
. - load_
tpuembedding_ proximal_ yogi_ parameters - Shorthand for
LoadTPUEmbeddingProximalYogiParameters::new().build(parameters, v, m, scope)
. - load_
tpuembedding_ rmsprop_ parameters - Shorthand for
LoadTPUEmbeddingRMSPropParameters::new().build(parameters, ms, mom, scope)
. - load_
tpuembedding_ stochastic_ gradient_ descent_ parameters - Shorthand for
LoadTPUEmbeddingStochasticGradientDescentParameters::new().build(parameters, scope)
. - log
- Shorthand for
Log::new().build(x, scope)
. - log1p
- Shorthand for
Log1p::new().build(x, scope)
. - log_
matrix_ determinant - Shorthand for
LogMatrixDeterminant::new().build(input, scope)
. - log_
softmax - Shorthand for
LogSoftmax::new().build(logits, scope)
. - log_
uniform_ candidate_ sampler - Shorthand for
LogUniformCandidateSampler::new().build(true_classes, scope)
. - logical_
and - Shorthand for
LogicalAnd::new().build(x, y, scope)
. - logical_
not - Shorthand for
LogicalNot::new().build(x, scope)
. - logical_
or - Shorthand for
LogicalOr::new().build(x, y, scope)
. - lookup_
table_ export - Shorthand for
LookupTableExport::new().build(table_handle, scope)
. - lookup_
table_ export_ v2 - Shorthand for
LookupTableExportV2::new().build(table_handle, scope)
. - lookup_
table_ find - Shorthand for
LookupTableFind::new().build(table_handle, keys, default_value, scope)
. - lookup_
table_ find_ v2 - Shorthand for
LookupTableFindV2::new().build(table_handle, keys, default_value, scope)
. - lookup_
table_ import - Shorthand for
LookupTableImport::new().build(table_handle, keys, values, scope)
. - lookup_
table_ import_ v2 - Shorthand for
LookupTableImportV2::new().build(table_handle, keys, values, scope)
. - lookup_
table_ insert - Shorthand for
LookupTableInsert::new().build(table_handle, keys, values, scope)
. - lookup_
table_ insert_ v2 - Shorthand for
LookupTableInsertV2::new().build(table_handle, keys, values, scope)
. - lookup_
table_ remove_ v2 - Shorthand for
LookupTableRemoveV2::new().build(table_handle, keys, scope)
. - lookup_
table_ size - Shorthand for
LookupTableSize::new().build(table_handle, scope)
. - lookup_
table_ size_ v2 - Shorthand for
LookupTableSizeV2::new().build(table_handle, scope)
. - loop_
cond - Shorthand for
LoopCond::new().build(input, scope)
. - lower_
bound - Shorthand for
LowerBound::new().build(sorted_inputs, values, scope)
. - lrn
- Shorthand for
LRN::new().build(input, scope)
. - lrngrad
- Shorthand for
LRNGrad::new().build(input_grads, input_image, output_image, scope)
. - lstmblock_
cell - Shorthand for
LSTMBlockCell::new().build(x, cs_prev, h_prev, w, wci, wcf, wco, b, scope)
. - lstmblock_
cell_ grad - 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)
. - lu
- Shorthand for
Lu::new().build(input, scope)
. - make_
iterator - Shorthand for
MakeIterator::new().build(dataset, iterator, scope)
. - make_
unique - Shorthand for
MakeUnique::new().build(input, scope)
. - map_
and_ batch_ dataset - Shorthand for
MapAndBatchDataset::new().build(input_dataset, other_arguments, batch_size, num_parallel_calls, drop_remainder, scope)
. - map_
clear - Shorthand for
MapClear::new().build(scope)
. - map_
dataset - Shorthand for
MapDataset::new().build(input_dataset, other_arguments, scope)
. - map_
defun - Shorthand for
MapDefun::new().build(arguments, captured_inputs, scope)
. - map_
incomplete_ size - Shorthand for
MapIncompleteSize::new().build(scope)
. - map_
peek - Shorthand for
MapPeek::new().build(key, indices, scope)
. - map_
size - Shorthand for
MapSize::new().build(scope)
. - map_
stage - Shorthand for
MapStage::new().build(key, indices, values, scope)
. - map_
unstage - Shorthand for
MapUnstage::new().build(key, indices, scope)
. - map_
unstage_ no_ key - Shorthand for
MapUnstageNoKey::new().build(indices, scope)
. - mat_mul
- Shorthand for
MatMul::new().build(a, b, scope)
. - matching_
files - Shorthand for
MatchingFiles::new().build(pattern, scope)
. - matching_
files_ dataset - Shorthand for
MatchingFilesDataset::new().build(patterns, scope)
. - matrix_
band_ part - Shorthand for
MatrixBandPart::new().build(input, num_lower, num_upper, scope)
. - matrix_
determinant - Shorthand for
MatrixDeterminant::new().build(input, scope)
. - matrix_
diag - Shorthand for
MatrixDiag::new().build(diagonal, scope)
. - matrix_
diag_ part - Shorthand for
MatrixDiagPart::new().build(input, scope)
. - matrix_
diag_ part_ v2 - Shorthand for
MatrixDiagPartV2::new().build(input, k, padding_value, scope)
. - matrix_
diag_ part_ v3 - Shorthand for
MatrixDiagPartV3::new().build(input, k, padding_value, scope)
. - matrix_
diag_ v2 - Shorthand for
MatrixDiagV2::new().build(diagonal, k, num_rows, num_cols, padding_value, scope)
. - matrix_
diag_ v3 - Shorthand for
MatrixDiagV3::new().build(diagonal, k, num_rows, num_cols, padding_value, scope)
. - matrix_
exponential - Shorthand for
MatrixExponential::new().build(input, scope)
. - matrix_
inverse - Shorthand for
MatrixInverse::new().build(input, scope)
. - matrix_
logarithm - Shorthand for
MatrixLogarithm::new().build(input, scope)
. - matrix_
set_ diag - Shorthand for
MatrixSetDiag::new().build(input, diagonal, scope)
. - matrix_
set_ diag_ v2 - Shorthand for
MatrixSetDiagV2::new().build(input, diagonal, k, scope)
. - matrix_
set_ diag_ v3 - Shorthand for
MatrixSetDiagV3::new().build(input, diagonal, k, scope)
. - matrix_
solve - Shorthand for
MatrixSolve::new().build(matrix, rhs, scope)
. - matrix_
solve_ ls - Shorthand for
MatrixSolveLs::new().build(matrix, rhs, l2_regularizer, scope)
. - matrix_
square_ root - Shorthand for
MatrixSquareRoot::new().build(input, scope)
. - matrix_
triangular_ solve - Shorthand for
MatrixTriangularSolve::new().build(matrix, rhs, scope)
. - max
- Shorthand for
Max::new().build(input, reduction_indices, scope)
. - max_
intra_ op_ parallelism_ dataset - Shorthand for
MaxIntraOpParallelismDataset::new().build(input_dataset, max_intra_op_parallelism, scope)
. - max_
pool - Shorthand for
MaxPool::new().build(input, scope)
. - max_
pool3_ d - Shorthand for
MaxPool3D::new().build(input, scope)
. - max_
pool3_ dgrad - Shorthand for
MaxPool3DGrad::new().build(orig_input, orig_output, grad, scope)
. - max_
pool3_ dgrad_ grad - Shorthand for
MaxPool3DGradGrad::new().build(orig_input, orig_output, grad, scope)
. - max_
pool_ grad - Shorthand for
MaxPoolGrad::new().build(orig_input, orig_output, grad, scope)
. - max_
pool_ grad_ grad - Shorthand for
MaxPoolGradGrad::new().build(orig_input, orig_output, grad, scope)
. - max_
pool_ grad_ grad_ v2 - Shorthand for
MaxPoolGradGradV2::new().build(orig_input, orig_output, grad, ksize, strides, scope)
. - max_
pool_ grad_ grad_ with_ argmax - Shorthand for
MaxPoolGradGradWithArgmax::new().build(input, grad, argmax, scope)
. - max_
pool_ grad_ v2 - Shorthand for
MaxPoolGradV2::new().build(orig_input, orig_output, grad, ksize, strides, scope)
. - max_
pool_ grad_ with_ argmax - Shorthand for
MaxPoolGradWithArgmax::new().build(input, grad, argmax, scope)
. - max_
pool_ v2 - Shorthand for
MaxPoolV2::new().build(input, ksize, strides, scope)
. - max_
pool_ with_ argmax - Shorthand for
MaxPoolWithArgmax::new().build(input, scope)
. - maximum
- Shorthand for
Maximum::new().build(x, y, scope)
. - mean
- Shorthand for
Mean::new().build(input, reduction_indices, scope)
. - merge
- Shorthand for
Merge::new().build(inputs, scope)
. - merge_
dedup_ data - Shorthand for
MergeDedupData::new().build(integer_tensor, float_tensor, scope)
. - merge_
summary - Shorthand for
MergeSummary::new().build(inputs, scope)
. - merge_
v2_ checkpoints - Shorthand for
MergeV2Checkpoints::new().build(checkpoint_prefixes, destination_prefix, scope)
. - mfcc
- Shorthand for
Mfcc::new().build(spectrogram, sample_rate, scope)
. - min
- Shorthand for
Min::new().build(input, reduction_indices, scope)
. - minimum
- Shorthand for
Minimum::new().build(x, y, scope)
. - mirror_
pad - Shorthand for
MirrorPad::new().build(input, paddings, scope)
. - mirror_
pad_ grad - Shorthand for
MirrorPadGrad::new().build(input, paddings, scope)
. - mlir_
passthrough_ op - Shorthand for
MlirPassthroughOp::new().build(inputs, scope)
. - mod_
- Shorthand for
Mod::new().build(x, y, scope)
. - model_
dataset - Shorthand for
ModelDataset::new().build(input_dataset, scope)
. - mul
- Shorthand for
Mul::new().build(x, y, scope)
. - mul_
no_ nan - Shorthand for
MulNoNan::new().build(x, y, scope)
. - multi_
device_ iterator - Shorthand for
MultiDeviceIterator::new().build(scope)
. - multi_
device_ iterator_ from_ string_ handle - Shorthand for
MultiDeviceIteratorFromStringHandle::new().build(string_handle, scope)
. - multi_
device_ iterator_ get_ next_ from_ shard - Shorthand for
MultiDeviceIteratorGetNextFromShard::new().build(multi_device_iterator, shard_num, incarnation_id, scope)
. - multi_
device_ iterator_ init - Shorthand for
MultiDeviceIteratorInit::new().build(dataset, multi_device_iterator, max_buffer_size, scope)
. - multi_
device_ iterator_ to_ string_ handle - Shorthand for
MultiDeviceIteratorToStringHandle::new().build(multi_device_iterator, scope)
. - multinomial
- Shorthand for
Multinomial::new().build(logits, num_samples, scope)
. - multiply
Deprecated - Shorthand for
Multiply::new().build(scope), a, b)
. - mutable_
dense_ hash_ table - Shorthand for
MutableDenseHashTable::new().build(empty_key, scope)
. - mutable_
dense_ hash_ table_ v2 - Shorthand for
MutableDenseHashTableV2::new().build(empty_key, deleted_key, scope)
. - mutable_
hash_ table - Shorthand for
MutableHashTable::new().build(scope)
. - mutable_
hash_ table_ of_ tensors - Shorthand for
MutableHashTableOfTensors::new().build(scope)
. - mutable_
hash_ table_ of_ tensors_ v2 - Shorthand for
MutableHashTableOfTensorsV2::new().build(scope)
. - mutable_
hash_ table_ v2 - Shorthand for
MutableHashTableV2::new().build(scope)
. - mutex_
lock - Shorthand for
MutexLock::new().build(mutex, scope)
. - mutex_
v2 - Shorthand for
MutexV2::new().build(scope)
. - nccl_
all_ reduce - Shorthand for
NcclAllReduce::new().build(input, scope)
. - nccl_
broadcast - Shorthand for
NcclBroadcast::new().build(input, scope)
. - nccl_
reduce - Shorthand for
NcclReduce::new().build(input, scope)
. - ndtri
- Shorthand for
Ndtri::new().build(x, scope)
. - nearest_
neighbors - Shorthand for
NearestNeighbors::new().build(points, centers, k, scope)
. - neg
- Shorthand for
Neg::new().build(x, scope)
. - neg_
train - Shorthand for
NegTrain::new().build(w_in, w_out, examples, labels, lr, scope)
. - next_
after - Shorthand for
NextAfter::new().build(x1, x2, scope)
. - next_
iteration - Shorthand for
NextIteration::new().build(data, scope)
. - no_op
- Shorthand for
NoOp::new().build(scope)
. - non_
deterministic_ ints - Shorthand for
NonDeterministicInts::new().build(shape, scope)
. - non_
max_ suppression - Shorthand for
NonMaxSuppression::new().build(boxes, scores, max_output_size, scope)
. - non_
max_ suppression_ v2 - Shorthand for
NonMaxSuppressionV2::new().build(boxes, scores, max_output_size, iou_threshold, scope)
. - non_
max_ suppression_ v3 - Shorthand for
NonMaxSuppressionV3::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, scope)
. - non_
max_ suppression_ v4 - Shorthand for
NonMaxSuppressionV4::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, scope)
. - non_
max_ suppression_ v5 - Shorthand for
NonMaxSuppressionV5::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, soft_nms_sigma, scope)
. - non_
max_ suppression_ with_ overlaps - Shorthand for
NonMaxSuppressionWithOverlaps::new().build(overlaps, scores, max_output_size, overlap_threshold, score_threshold, scope)
. - non_
serializable_ dataset - Shorthand for
NonSerializableDataset::new().build(input_dataset, scope)
. - not_
equal - Shorthand for
NotEqual::new().build(x, y, scope)
. - nth_
element - Shorthand for
NthElement::new().build(input, n, scope)
. - one_hot
- Shorthand for
OneHot::new().build(indices, depth, on_value, off_value, scope)
. - one_
shot_ iterator - Shorthand for
OneShotIterator::new().build(scope)
. - ones_
like - Shorthand for
OnesLike::new().build(x, scope)
. - optimize_
dataset - Shorthand for
OptimizeDataset::new().build(input_dataset, optimizations, scope)
. - optimize_
dataset_ v2 - Shorthand for
OptimizeDatasetV2::new().build(input_dataset, optimizations_enabled, optimizations_disabled, optimizations_default, scope)
. - optional_
from_ value - Shorthand for
OptionalFromValue::new().build(components, scope)
. - optional_
get_ value - Shorthand for
OptionalGetValue::new().build(optional, scope)
. - optional_
has_ value - Shorthand for
OptionalHasValue::new().build(optional, scope)
. - optional_
none - Shorthand for
OptionalNone::new().build(scope)
. - options_
dataset - Shorthand for
OptionsDataset::new().build(input_dataset, scope)
. - ordered_
map_ clear - Shorthand for
OrderedMapClear::new().build(scope)
. - ordered_
map_ incomplete_ size - Shorthand for
OrderedMapIncompleteSize::new().build(scope)
. - ordered_
map_ peek - Shorthand for
OrderedMapPeek::new().build(key, indices, scope)
. - ordered_
map_ size - Shorthand for
OrderedMapSize::new().build(scope)
. - ordered_
map_ stage - Shorthand for
OrderedMapStage::new().build(key, indices, values, scope)
. - ordered_
map_ unstage - Shorthand for
OrderedMapUnstage::new().build(key, indices, scope)
. - ordered_
map_ unstage_ no_ key - Shorthand for
OrderedMapUnstageNoKey::new().build(indices, scope)
. - outfeed_
dequeue - Shorthand for
OutfeedDequeue::new().build(scope)
. - outfeed_
dequeue_ tuple - Shorthand for
OutfeedDequeueTuple::new().build(scope)
. - outfeed_
dequeue_ tuple_ v2 - Shorthand for
OutfeedDequeueTupleV2::new().build(device_ordinal, scope)
. - outfeed_
dequeue_ v2 - Shorthand for
OutfeedDequeueV2::new().build(device_ordinal, scope)
. - outfeed_
enqueue - Shorthand for
OutfeedEnqueue::new().build(input, scope)
. - outfeed_
enqueue_ tuple - Shorthand for
OutfeedEnqueueTuple::new().build(inputs, scope)
. - pack
- Shorthand for
Pack::new().build(values, scope)
. - pad
- Shorthand for
Pad::new().build(input, paddings, scope)
. - pad_v2
- Shorthand for
PadV2::new().build(input, paddings, constant_values, scope)
. - padded_
batch_ dataset - Shorthand for
PaddedBatchDataset::new().build(input_dataset, batch_size, padded_shapes, padding_values, scope)
. - padded_
batch_ dataset_ v2 - Shorthand for
PaddedBatchDatasetV2::new().build(input_dataset, batch_size, padded_shapes, padding_values, drop_remainder, scope)
. - padding_
fifoqueue - Shorthand for
PaddingFIFOQueue::new().build(scope)
. - padding_
fifoqueue_ v2 - Shorthand for
PaddingFIFOQueueV2::new().build(scope)
. - parallel_
batch_ dataset - Shorthand for
ParallelBatchDataset::new().build(input_dataset, batch_size, num_parallel_calls, drop_remainder, scope)
. - parallel_
concat - Shorthand for
ParallelConcat::new().build(values, scope)
. - parallel_
dynamic_ stitch - Shorthand for
ParallelDynamicStitch::new().build(indices, data, scope)
. - parallel_
filter_ dataset - Shorthand for
ParallelFilterDataset::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
. - parallel_
interleave_ dataset - Shorthand for
ParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope)
. - parallel_
interleave_ dataset_ v2 - Shorthand for
ParallelInterleaveDatasetV2::new().build(input_dataset, other_arguments, cycle_length, block_length, num_parallel_calls, scope)
. - parallel_
interleave_ dataset_ v3 - Shorthand for
ParallelInterleaveDatasetV3::new().build(input_dataset, other_arguments, cycle_length, block_length, num_parallel_calls, scope)
. - parallel_
interleave_ dataset_ v4 - Shorthand for
ParallelInterleaveDatasetV4::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, num_parallel_calls, scope)
. - parallel_
map_ dataset - Shorthand for
ParallelMapDataset::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
. - parallel_
map_ dataset_ v2 - Shorthand for
ParallelMapDatasetV2::new().build(input_dataset, other_arguments, num_parallel_calls, scope)
. - parameterized_
truncated_ normal - Shorthand for
ParameterizedTruncatedNormal::new().build(shape, means, stdevs, minvals, maxvals, scope)
. - parse_
example - Shorthand for
ParseExample::new().build(serialized, names, sparse_keys, dense_keys, dense_defaults, scope)
. - parse_
example_ dataset - Shorthand for
ParseExampleDataset::new().build(input_dataset, num_parallel_calls, dense_defaults, scope)
. - parse_
example_ dataset_ v2 - Shorthand for
ParseExampleDatasetV2::new().build(input_dataset, num_parallel_calls, dense_defaults, scope)
. - parse_
example_ v2 - Shorthand for
ParseExampleV2::new().build(serialized, names, sparse_keys, dense_keys, ragged_keys, dense_defaults, scope)
. - parse_
sequence_ example - Shorthand for
ParseSequenceExample::new().build(serialized, debug_name, context_dense_defaults, scope)
. - parse_
sequence_ example_ v2 - 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)
. - parse_
single_ example - Shorthand for
ParseSingleExample::new().build(serialized, dense_defaults, scope)
. - parse_
single_ sequence_ example - 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)
. - parse_
tensor - Shorthand for
ParseTensor::new().build(serialized, scope)
. - partitioned_
call - Shorthand for
PartitionedCall::new().build(args, scope)
. - placeholder
- Shorthand for
Placeholder::new().build(scope)
. - placeholder_
v2 - Shorthand for
PlaceholderV2::new().build(scope)
. - placeholder_
with_ default - Shorthand for
PlaceholderWithDefault::new().build(input, scope)
. - polygamma
- Shorthand for
Polygamma::new().build(a, x, scope)
. - population_
count - Shorthand for
PopulationCount::new().build(x, scope)
. - pow
- Shorthand for
Pow::new().build(x, y, scope)
. - prefetch_
dataset - Shorthand for
PrefetchDataset::new().build(input_dataset, buffer_size, scope)
. - prelinearize
- Shorthand for
Prelinearize::new().build(input, scope)
. - prelinearize_
tuple - Shorthand for
PrelinearizeTuple::new().build(inputs, scope)
. - prevent_
gradient - Shorthand for
PreventGradient::new().build(input, scope)
. - Shorthand for
Print::new().build(input, data, scope)
. - print_
v2 - Shorthand for
PrintV2::new().build(input, scope)
. - priority_
queue - Shorthand for
PriorityQueue::new().build(scope)
. - priority_
queue_ v2 - Shorthand for
PriorityQueueV2::new().build(scope)
. - private_
thread_ pool_ dataset - Shorthand for
PrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope)
. - prod
- Shorthand for
Prod::new().build(input, reduction_indices, scope)
. - py_func
- Shorthand for
PyFunc::new().build(input, scope)
. - py_
func_ stateless - Shorthand for
PyFuncStateless::new().build(input, scope)
. - qr
- Shorthand for
Qr::new().build(input, scope)
. - quantize_
and_ dequantize - Shorthand for
QuantizeAndDequantize::new().build(input, scope)
. - quantize_
and_ dequantize_ v2 - Shorthand for
QuantizeAndDequantizeV2::new().build(input, input_min, input_max, scope)
. - quantize_
and_ dequantize_ v3 - Shorthand for
QuantizeAndDequantizeV3::new().build(input, input_min, input_max, num_bits, scope)
. - quantize_
and_ dequantize_ v4 - Shorthand for
QuantizeAndDequantizeV4::new().build(input, input_min, input_max, scope)
. - quantize_
and_ dequantize_ v4_ grad - Shorthand for
QuantizeAndDequantizeV4Grad::new().build(gradients, input, input_min, input_max, scope)
. - quantize_
down_ and_ shrink_ range - Shorthand for
QuantizeDownAndShrinkRange::new().build(input, input_min, input_max, scope)
. - quantize_
v2 - Shorthand for
QuantizeV2::new().build(input, min_range, max_range, scope)
. - quantized_
add - Shorthand for
QuantizedAdd::new().build(x, y, min_x, max_x, min_y, max_y, scope)
. - quantized_
avg_ pool - Shorthand for
QuantizedAvgPool::new().build(input, min_input, max_input, scope)
. - quantized_
batch_ norm_ with_ global_ normalization - 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)
. - quantized_
bias_ add - Shorthand for
QuantizedBiasAdd::new().build(input, bias, min_input, max_input, min_bias, max_bias, scope)
. - quantized_
concat - Shorthand for
QuantizedConcat::new().build(concat_dim, values, input_mins, input_maxes, scope)
. - quantized_
conv2_ d - Shorthand for
QuantizedConv2D::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
conv2_ dand_ relu - Shorthand for
QuantizedConv2DAndRelu::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
conv2_ dand_ relu_ and_ requantize - Shorthand for
QuantizedConv2DAndReluAndRequantize::new().build(input, filter, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - quantized_
conv2_ dand_ requantize - Shorthand for
QuantizedConv2DAndRequantize::new().build(input, filter, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - quantized_
conv2_ dper_ channel - Shorthand for
QuantizedConv2DPerChannel::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
conv2_ dwith_ bias - Shorthand for
QuantizedConv2DWithBias::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
conv2_ dwith_ bias_ and_ relu - Shorthand for
QuantizedConv2DWithBiasAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
conv2_ dwith_ bias_ and_ relu_ and_ requantize - Shorthand for
QuantizedConv2DWithBiasAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - quantized_
conv2_ dwith_ bias_ and_ requantize - Shorthand for
QuantizedConv2DWithBiasAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - quantized_
conv2_ dwith_ bias_ signed_ sum_ and_ relu_ and_ requantize - 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)
. - quantized_
conv2_ dwith_ bias_ sum_ and_ relu - Shorthand for
QuantizedConv2DWithBiasSumAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, summand, scope)
. - quantized_
conv2_ dwith_ bias_ sum_ and_ relu_ and_ requantize - 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)
. - quantized_
depthwise_ conv2_ d - Shorthand for
QuantizedDepthwiseConv2D::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
depthwise_ conv2_ dwith_ bias - Shorthand for
QuantizedDepthwiseConv2DWithBias::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
depthwise_ conv2_ dwith_ bias_ and_ relu - Shorthand for
QuantizedDepthwiseConv2DWithBiasAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope)
. - quantized_
depthwise_ conv2_ dwith_ bias_ and_ relu_ and_ requantize - Shorthand for
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope)
. - quantized_
instance_ norm - Shorthand for
QuantizedInstanceNorm::new().build(x, x_min, x_max, scope)
. - quantized_
mat_ mul - Shorthand for
QuantizedMatMul::new().build(a, b, min_a, max_a, min_b, max_b, scope)
. - quantized_
mat_ mul_ with_ bias - Shorthand for
QuantizedMatMulWithBias::new().build(a, b, bias, min_a, max_a, min_b, max_b, scope)
. - quantized_
mat_ mul_ with_ bias_ and_ dequantize - Shorthand for
QuantizedMatMulWithBiasAndDequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope)
. - quantized_
mat_ mul_ with_ bias_ and_ relu - Shorthand for
QuantizedMatMulWithBiasAndRelu::new().build(a, b, bias, min_a, max_a, min_b, max_b, scope)
. - quantized_
mat_ mul_ with_ bias_ and_ relu_ and_ requantize - Shorthand for
QuantizedMatMulWithBiasAndReluAndRequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope)
. - quantized_
mat_ mul_ with_ bias_ and_ requantize - Shorthand for
QuantizedMatMulWithBiasAndRequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope)
. - quantized_
max_ pool - Shorthand for
QuantizedMaxPool::new().build(input, min_input, max_input, scope)
. - quantized_
mul - Shorthand for
QuantizedMul::new().build(x, y, min_x, max_x, min_y, max_y, scope)
. - quantized_
relu - Shorthand for
QuantizedRelu::new().build(features, min_features, max_features, scope)
. - quantized_
relu6 - Shorthand for
QuantizedRelu6::new().build(features, min_features, max_features, scope)
. - quantized_
relu_ x - Shorthand for
QuantizedReluX::new().build(features, max_value, min_features, max_features, scope)
. - quantized_
reshape - Shorthand for
QuantizedReshape::new().build(tensor, shape, input_min, input_max, scope)
. - quantized_
resize_ bilinear - Shorthand for
QuantizedResizeBilinear::new().build(images, size, min, max, scope)
. - queue_
close - Shorthand for
QueueClose::new().build(handle, scope)
. - queue_
close_ v2 - Shorthand for
QueueCloseV2::new().build(handle, scope)
. - queue_
dequeue - Shorthand for
QueueDequeue::new().build(handle, scope)
. - queue_
dequeue_ many - Shorthand for
QueueDequeueMany::new().build(handle, n, scope)
. - queue_
dequeue_ many_ v2 - Shorthand for
QueueDequeueManyV2::new().build(handle, n, scope)
. - queue_
dequeue_ up_ to - Shorthand for
QueueDequeueUpTo::new().build(handle, n, scope)
. - queue_
dequeue_ up_ to_ v2 - Shorthand for
QueueDequeueUpToV2::new().build(handle, n, scope)
. - queue_
dequeue_ v2 - Shorthand for
QueueDequeueV2::new().build(handle, scope)
. - queue_
enqueue - Shorthand for
QueueEnqueue::new().build(handle, components, scope)
. - queue_
enqueue_ many - Shorthand for
QueueEnqueueMany::new().build(handle, components, scope)
. - queue_
enqueue_ many_ v2 - Shorthand for
QueueEnqueueManyV2::new().build(handle, components, scope)
. - queue_
enqueue_ v2 - Shorthand for
QueueEnqueueV2::new().build(handle, components, scope)
. - queue_
is_ closed - Shorthand for
QueueIsClosed::new().build(handle, scope)
. - queue_
is_ closed_ v2 - Shorthand for
QueueIsClosedV2::new().build(handle, scope)
. - queue_
size - Shorthand for
QueueSize::new().build(handle, scope)
. - queue_
size_ v2 - Shorthand for
QueueSizeV2::new().build(handle, scope)
. - ragged_
bincount - Shorthand for
RaggedBincount::new().build(splits, values, size, weights, scope)
. - ragged_
count_ sparse_ output - Shorthand for
RaggedCountSparseOutput::new().build(splits, values, weights, scope)
. - ragged_
cross - Shorthand for
RaggedCross::new().build(ragged_values, ragged_row_splits, sparse_indices, sparse_values, sparse_shape, dense_inputs, scope)
. - ragged_
fill_ empty_ rows - Shorthand for
RaggedFillEmptyRows::new().build(value_rowids, values, nrows, default_value, scope)
. - ragged_
fill_ empty_ rows_ grad - Shorthand for
RaggedFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope)
. - ragged_
gather - Shorthand for
RaggedGather::new().build(params_nested_splits, params_dense_values, indices, scope)
. - ragged_
range - Shorthand for
RaggedRange::new().build(starts, limits, deltas, scope)
. - ragged_
tensor_ from_ variant - Shorthand for
RaggedTensorFromVariant::new().build(encoded_ragged, scope)
. - ragged_
tensor_ to_ sparse - Shorthand for
RaggedTensorToSparse::new().build(rt_nested_splits, rt_dense_values, scope)
. - ragged_
tensor_ to_ tensor - Shorthand for
RaggedTensorToTensor::new().build(shape, values, default_value, row_partition_tensors, scope)
. - ragged_
tensor_ to_ variant - Shorthand for
RaggedTensorToVariant::new().build(rt_nested_splits, rt_dense_values, scope)
. - ragged_
tensor_ to_ variant_ gradient - Shorthand for
RaggedTensorToVariantGradient::new().build(encoded_ragged_grad, row_splits, dense_values_shape, scope)
. - random_
crop - Shorthand for
RandomCrop::new().build(image, size, scope)
. - random_
dataset - Shorthand for
RandomDataset::new().build(seed, seed2, scope)
. - random_
dataset_ v2 - Shorthand for
RandomDatasetV2::new().build(seed, seed2, seed_generator, scope)
. - random_
gamma - Shorthand for
RandomGamma::new().build(shape, alpha, scope)
. - random_
gamma_ grad - Shorthand for
RandomGammaGrad::new().build(alpha, sample, scope)
. - random_
index_ shuffle - Shorthand for
RandomIndexShuffle::new().build(index, seed, max_index, scope)
. - random_
normal Deprecated - Shorthand for
RandomNormal::new().build(scope), x)
. - random_
poisson - Shorthand for
RandomPoisson::new().build(shape, rate, scope)
. - random_
poisson_ v2 - Shorthand for
RandomPoissonV2::new().build(shape, rate, scope)
. - random_
shuffle - Shorthand for
RandomShuffle::new().build(value, scope)
. - random_
shuffle_ queue - Shorthand for
RandomShuffleQueue::new().build(scope)
. - random_
shuffle_ queue_ v2 - Shorthand for
RandomShuffleQueueV2::new().build(scope)
. - random_
standard_ normal - Shorthand for
RandomStandardNormal::new().build(shape, scope)
. - random_
uniform - Shorthand for
RandomUniform::new().build(shape, scope)
. - random_
uniform_ int - Shorthand for
RandomUniformInt::new().build(shape, minval, maxval, scope)
. - range
- Shorthand for
Range::new().build(start, limit, delta, scope)
. - range_
dataset - Shorthand for
RangeDataset::new().build(start, stop, step, scope)
. - rank
- Shorthand for
Rank::new().build(input, scope)
. - read_
file - Shorthand for
ReadFile::new().build(filename, scope)
. - read_
variable_ op - Shorthand for
ReadVariableOp::new().build(resource, scope)
. - read_
variable_ xla_ split_ nd - Shorthand for
ReadVariableXlaSplitND::new().build(resource, scope)
. - reader_
num_ records_ produced - Shorthand for
ReaderNumRecordsProduced::new().build(reader_handle, scope)
. - reader_
num_ records_ produced_ v2 - Shorthand for
ReaderNumRecordsProducedV2::new().build(reader_handle, scope)
. - reader_
num_ work_ units_ completed - Shorthand for
ReaderNumWorkUnitsCompleted::new().build(reader_handle, scope)
. - reader_
num_ work_ units_ completed_ v2 - Shorthand for
ReaderNumWorkUnitsCompletedV2::new().build(reader_handle, scope)
. - reader_
read - Shorthand for
ReaderRead::new().build(reader_handle, queue_handle, scope)
. - reader_
read_ up_ to - Shorthand for
ReaderReadUpTo::new().build(reader_handle, queue_handle, num_records, scope)
. - reader_
read_ up_ to_ v2 - Shorthand for
ReaderReadUpToV2::new().build(reader_handle, queue_handle, num_records, scope)
. - reader_
read_ v2 - Shorthand for
ReaderReadV2::new().build(reader_handle, queue_handle, scope)
. - reader_
reset - Shorthand for
ReaderReset::new().build(reader_handle, scope)
. - reader_
reset_ v2 - Shorthand for
ReaderResetV2::new().build(reader_handle, scope)
. - reader_
restore_ state - Shorthand for
ReaderRestoreState::new().build(reader_handle, state, scope)
. - reader_
restore_ state_ v2 - Shorthand for
ReaderRestoreStateV2::new().build(reader_handle, state, scope)
. - reader_
serialize_ state - Shorthand for
ReaderSerializeState::new().build(reader_handle, scope)
. - reader_
serialize_ state_ v2 - Shorthand for
ReaderSerializeStateV2::new().build(reader_handle, scope)
. - real
- Shorthand for
Real::new().build(input, scope)
. - real_
div - Shorthand for
RealDiv::new().build(x, y, scope)
. - rebatch_
dataset - Shorthand for
RebatchDataset::new().build(input_dataset, num_replicas, scope)
. - rebatch_
dataset_ v2 - Shorthand for
RebatchDatasetV2::new().build(input_dataset, batch_sizes, drop_remainder, scope)
. - reciprocal
- Shorthand for
Reciprocal::new().build(x, scope)
. - reciprocal_
grad - Shorthand for
ReciprocalGrad::new().build(y, dy, scope)
. - record_
input - Shorthand for
RecordInput::new().build(scope)
. - recv
- Shorthand for
Recv::new().build(scope)
. - recv_
tpuembedding_ activations - Shorthand for
RecvTPUEmbeddingActivations::new().build(scope)
. - reduce_
dataset - Shorthand for
ReduceDataset::new().build(input_dataset, initial_state, other_arguments, scope)
. - reduce_
join - Shorthand for
ReduceJoin::new().build(inputs, reduction_indices, scope)
. - ref_
enter - Shorthand for
RefEnter::new().build(data, scope)
. - ref_
exit - Shorthand for
RefExit::new().build(data, scope)
. - ref_
identity - Shorthand for
RefIdentity::new().build(input, scope)
. - ref_
merge - Shorthand for
RefMerge::new().build(inputs, scope)
. - ref_
next_ iteration - Shorthand for
RefNextIteration::new().build(data, scope)
. - ref_
select - Shorthand for
RefSelect::new().build(index, inputs, scope)
. - ref_
switch - Shorthand for
RefSwitch::new().build(data, pred, scope)
. - regex_
full_ match - Shorthand for
RegexFullMatch::new().build(input, pattern, scope)
. - regex_
replace - Shorthand for
RegexReplace::new().build(input, pattern, rewrite, scope)
. - register_
dataset - Shorthand for
RegisterDataset::new().build(dataset, address, protocol, scope)
. - register_
dataset_ v2 - Shorthand for
RegisterDatasetV2::new().build(dataset, address, protocol, scope)
. - relayout
- Shorthand for
Relayout::new().build(input, scope)
. - relayout_
grad - Shorthand for
RelayoutGrad::new().build(input, forward_input, scope)
. - relu
- Shorthand for
Relu::new().build(features, scope)
. - relu6
- Shorthand for
Relu6::new().build(features, scope)
. - relu6_
grad - Shorthand for
Relu6Grad::new().build(gradients, features, scope)
. - relu_
grad - Shorthand for
ReluGrad::new().build(gradients, features, scope)
. - remote_
call - Shorthand for
RemoteCall::new().build(target, args, scope)
. - repeat_
dataset - Shorthand for
RepeatDataset::new().build(input_dataset, count, scope)
. - requantization_
range - Shorthand for
RequantizationRange::new().build(input, input_min, input_max, scope)
. - requantization_
range_ per_ channel - Shorthand for
RequantizationRangePerChannel::new().build(input, input_min, input_max, scope)
. - requantize
- Shorthand for
Requantize::new().build(input, input_min, input_max, requested_output_min, requested_output_max, scope)
. - requantize_
per_ channel - Shorthand for
RequantizePerChannel::new().build(input, input_min, input_max, requested_output_min, requested_output_max, scope)
. - reshape
- Shorthand for
Reshape::new().build(tensor, shape, scope)
. - resize_
area - Shorthand for
ResizeArea::new().build(images, size, scope)
. - resize_
bicubic - Shorthand for
ResizeBicubic::new().build(images, size, scope)
. - resize_
bicubic_ grad - Shorthand for
ResizeBicubicGrad::new().build(grads, original_image, scope)
. - resize_
bilinear - Shorthand for
ResizeBilinear::new().build(images, size, scope)
. - resize_
bilinear_ grad - Shorthand for
ResizeBilinearGrad::new().build(grads, original_image, scope)
. - resize_
nearest_ neighbor - Shorthand for
ResizeNearestNeighbor::new().build(images, size, scope)
. - resize_
nearest_ neighbor_ grad - Shorthand for
ResizeNearestNeighborGrad::new().build(grads, size, scope)
. - resource_
accumulator_ apply_ gradient - Shorthand for
ResourceAccumulatorApplyGradient::new().build(handle, local_step, gradient, scope)
. - resource_
accumulator_ num_ accumulated - Shorthand for
ResourceAccumulatorNumAccumulated::new().build(handle, scope)
. - resource_
accumulator_ set_ global_ step - Shorthand for
ResourceAccumulatorSetGlobalStep::new().build(handle, new_global_step, scope)
. - resource_
accumulator_ take_ gradient - Shorthand for
ResourceAccumulatorTakeGradient::new().build(handle, num_required, scope)
. - resource_
apply_ ada_ max - Shorthand for
ResourceApplyAdaMax::new().build(var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, scope)
. - resource_
apply_ adadelta - Shorthand for
ResourceApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, scope)
. - resource_
apply_ adagrad - Shorthand for
ResourceApplyAdagrad::new().build(var, accum, lr, grad, scope)
. - resource_
apply_ adagrad_ da - Shorthand for
ResourceApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, lr, l1, l2, global_step, scope)
. - resource_
apply_ adagrad_ v2 - Shorthand for
ResourceApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, scope)
. - resource_
apply_ adam - Shorthand for
ResourceApplyAdam::new().build(var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope)
. - resource_
apply_ adam_ with_ amsgrad - Shorthand for
ResourceApplyAdamWithAmsgrad::new().build(var, m, v, vhat, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope)
. - resource_
apply_ add_ sign - Shorthand for
ResourceApplyAddSign::new().build(var, m, lr, alpha, sign_decay, beta, grad, scope)
. - resource_
apply_ centered_ rmsprop - Shorthand for
ResourceApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - resource_
apply_ ftrl - Shorthand for
ResourceApplyFtrl::new().build(var, accum, linear, grad, lr, l1, l2, lr_power, scope)
. - resource_
apply_ ftrl_ v2 - Shorthand for
ResourceApplyFtrlV2::new().build(var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - resource_
apply_ gradient_ descent - Shorthand for
ResourceApplyGradientDescent::new().build(var, alpha, delta, scope)
. - resource_
apply_ keras_ momentum - Shorthand for
ResourceApplyKerasMomentum::new().build(var, accum, lr, grad, momentum, scope)
. - resource_
apply_ momentum - Shorthand for
ResourceApplyMomentum::new().build(var, accum, lr, grad, momentum, scope)
. - resource_
apply_ power_ sign - Shorthand for
ResourceApplyPowerSign::new().build(var, m, lr, logbase, sign_decay, beta, grad, scope)
. - resource_
apply_ proximal_ adagrad - Shorthand for
ResourceApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, scope)
. - resource_
apply_ proximal_ gradient_ descent - Shorthand for
ResourceApplyProximalGradientDescent::new().build(var, alpha, l1, l2, delta, scope)
. - resource_
apply_ rmsprop - Shorthand for
ResourceApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, scope)
. - resource_
conditional_ accumulator - Shorthand for
ResourceConditionalAccumulator::new().build(scope)
. - resource_
count_ up_ to - Shorthand for
ResourceCountUpTo::new().build(resource, scope)
. - resource_
gather - Shorthand for
ResourceGather::new().build(resource, indices, scope)
. - resource_
gather_ nd - Shorthand for
ResourceGatherNd::new().build(resource, indices, scope)
. - resource_
scatter_ add - Shorthand for
ResourceScatterAdd::new().build(resource, indices, updates, scope)
. - resource_
scatter_ div - Shorthand for
ResourceScatterDiv::new().build(resource, indices, updates, scope)
. - resource_
scatter_ max - Shorthand for
ResourceScatterMax::new().build(resource, indices, updates, scope)
. - resource_
scatter_ min - Shorthand for
ResourceScatterMin::new().build(resource, indices, updates, scope)
. - resource_
scatter_ mul - Shorthand for
ResourceScatterMul::new().build(resource, indices, updates, scope)
. - resource_
scatter_ nd_ add - Shorthand for
ResourceScatterNdAdd::new().build(ref_, indices, updates, scope)
. - resource_
scatter_ nd_ max - Shorthand for
ResourceScatterNdMax::new().build(ref_, indices, updates, scope)
. - resource_
scatter_ nd_ min - Shorthand for
ResourceScatterNdMin::new().build(ref_, indices, updates, scope)
. - resource_
scatter_ nd_ sub - Shorthand for
ResourceScatterNdSub::new().build(ref_, indices, updates, scope)
. - resource_
scatter_ nd_ update - Shorthand for
ResourceScatterNdUpdate::new().build(ref_, indices, updates, scope)
. - resource_
scatter_ sub - Shorthand for
ResourceScatterSub::new().build(resource, indices, updates, scope)
. - resource_
scatter_ update - Shorthand for
ResourceScatterUpdate::new().build(resource, indices, updates, scope)
. - resource_
sparse_ apply_ adadelta - Shorthand for
ResourceSparseApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, indices, scope)
. - resource_
sparse_ apply_ adagrad - Shorthand for
ResourceSparseApplyAdagrad::new().build(var, accum, lr, grad, indices, scope)
. - resource_
sparse_ apply_ adagrad_ da - Shorthand for
ResourceSparseApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, indices, lr, l1, l2, global_step, scope)
. - resource_
sparse_ apply_ adagrad_ v2 - Shorthand for
ResourceSparseApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, indices, scope)
. - resource_
sparse_ apply_ centered_ rmsprop - Shorthand for
ResourceSparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - resource_
sparse_ apply_ ftrl - Shorthand for
ResourceSparseApplyFtrl::new().build(var, accum, linear, grad, indices, lr, l1, l2, lr_power, scope)
. - resource_
sparse_ apply_ ftrl_ v2 - Shorthand for
ResourceSparseApplyFtrlV2::new().build(var, accum, linear, grad, indices, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - resource_
sparse_ apply_ keras_ momentum - Shorthand for
ResourceSparseApplyKerasMomentum::new().build(var, accum, lr, grad, indices, momentum, scope)
. - resource_
sparse_ apply_ momentum - Shorthand for
ResourceSparseApplyMomentum::new().build(var, accum, lr, grad, indices, momentum, scope)
. - resource_
sparse_ apply_ proximal_ adagrad - Shorthand for
ResourceSparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope)
. - resource_
sparse_ apply_ proximal_ gradient_ descent - Shorthand for
ResourceSparseApplyProximalGradientDescent::new().build(var, alpha, l1, l2, grad, indices, scope)
. - resource_
sparse_ apply_ rmsprop - Shorthand for
ResourceSparseApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - resource_
strided_ slice_ assign - Shorthand for
ResourceStridedSliceAssign::new().build(ref_, begin, end, strides, value, scope)
. - restore
- Shorthand for
Restore::new().build(file_pattern, tensor_name, scope)
. - restore_
slice - Shorthand for
RestoreSlice::new().build(file_pattern, tensor_name, shape_and_slice, scope)
. - restore_
v2 - Shorthand for
RestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope)
. - retrieve_
all_ tpuembedding_ parameters - Shorthand for
RetrieveAllTPUEmbeddingParameters::new().build(scope)
. - retrieve_
tpuembedding_ adadelta_ parameters - Shorthand for
RetrieveTPUEmbeddingAdadeltaParameters::new().build(scope)
. - retrieve_
tpuembedding_ adagrad_ momentum_ parameters - Shorthand for
RetrieveTPUEmbeddingAdagradMomentumParameters::new().build(scope)
. - retrieve_
tpuembedding_ adagrad_ parameters - Shorthand for
RetrieveTPUEmbeddingAdagradParameters::new().build(scope)
. - retrieve_
tpuembedding_ adamparameters - Shorthand for
RetrieveTPUEmbeddingADAMParameters::new().build(scope)
. - retrieve_
tpuembedding_ centered_ rmsprop_ parameters - Shorthand for
RetrieveTPUEmbeddingCenteredRMSPropParameters::new().build(scope)
. - retrieve_
tpuembedding_ frequency_ estimator_ parameters - Shorthand for
RetrieveTPUEmbeddingFrequencyEstimatorParameters::new().build(scope)
. - retrieve_
tpuembedding_ ftrlparameters - Shorthand for
RetrieveTPUEmbeddingFTRLParameters::new().build(scope)
. - retrieve_
tpuembedding_ mdladagrad_ light_ parameters - Shorthand for
RetrieveTPUEmbeddingMDLAdagradLightParameters::new().build(scope)
. - retrieve_
tpuembedding_ momentum_ parameters - Shorthand for
RetrieveTPUEmbeddingMomentumParameters::new().build(scope)
. - retrieve_
tpuembedding_ proximal_ adagrad_ parameters - Shorthand for
RetrieveTPUEmbeddingProximalAdagradParameters::new().build(scope)
. - retrieve_
tpuembedding_ proximal_ yogi_ parameters - Shorthand for
RetrieveTPUEmbeddingProximalYogiParameters::new().build(scope)
. - retrieve_
tpuembedding_ rmsprop_ parameters - Shorthand for
RetrieveTPUEmbeddingRMSPropParameters::new().build(scope)
. - retrieve_
tpuembedding_ stochastic_ gradient_ descent_ parameters - Shorthand for
RetrieveTPUEmbeddingStochasticGradientDescentParameters::new().build(scope)
. - reverse
- Shorthand for
Reverse::new().build(tensor, dims, scope)
. - reverse_
sequence - Shorthand for
ReverseSequence::new().build(input, seq_lengths, scope)
. - reverse_
v2 - Shorthand for
ReverseV2::new().build(tensor, axis, scope)
. - rewrite_
dataset - Shorthand for
RewriteDataset::new().build(input_dataset, rewrite_name, scope)
. - rfft
- Shorthand for
RFFT::new().build(input, fft_length, scope)
. - rfft2_d
- Shorthand for
RFFT2D::new().build(input, fft_length, scope)
. - rfft3_d
- Shorthand for
RFFT3D::new().build(input, fft_length, scope)
. - rgbto_
hsv - Shorthand for
RGBToHSV::new().build(images, scope)
. - right_
shift - Shorthand for
RightShift::new().build(x, y, scope)
. - rint
- Shorthand for
Rint::new().build(x, scope)
. - risc_
abs - Shorthand for
RiscAbs::new().build(x, scope)
. - risc_
add - Shorthand for
RiscAdd::new().build(x, y, scope)
. - risc_
binary_ arithmetic - Shorthand for
RiscBinaryArithmetic::new().build(x, y, scope)
. - risc_
binary_ comparison - Shorthand for
RiscBinaryComparison::new().build(x, y, scope)
. - risc_
bitcast - Shorthand for
RiscBitcast::new().build(x, scope)
. - risc_
broadcast - Shorthand for
RiscBroadcast::new().build(input, shape, scope)
. - risc_
cast - Shorthand for
RiscCast::new().build(x, scope)
. - risc_
ceil - Shorthand for
RiscCeil::new().build(x, scope)
. - risc_
cholesky - Shorthand for
RiscCholesky::new().build(input, scope)
. - risc_
concat - Shorthand for
RiscConcat::new().build(values, axis, scope)
. - risc_
condition - Shorthand for
RiscCondition::new().build(pred, input_true, input_false, scope)
. - risc_
conv - Shorthand for
RiscConv::new().build(input, filter, scope)
. - risc_
cos - Shorthand for
RiscCos::new().build(x, scope)
. - risc_
div - Shorthand for
RiscDiv::new().build(x, y, scope)
. - risc_
dot - Shorthand for
RiscDot::new().build(a, b, scope)
. - risc_
exp - Shorthand for
RiscExp::new().build(x, scope)
. - risc_
fft - Shorthand for
RiscFft::new().build(input, scope)
. - risc_
floor - Shorthand for
RiscFloor::new().build(x, scope)
. - risc_
gather - Shorthand for
RiscGather::new().build(params, indices, axis, scope)
. - risc_
imag - Shorthand for
RiscImag::new().build(input, scope)
. - risc_
is_ finite - Shorthand for
RiscIsFinite::new().build(x, scope)
. - risc_
log - Shorthand for
RiscLog::new().build(x, scope)
. - risc_
logical_ and - Shorthand for
RiscLogicalAnd::new().build(x, y, scope)
. - risc_
logical_ not - Shorthand for
RiscLogicalNot::new().build(x, scope)
. - risc_
logical_ or - Shorthand for
RiscLogicalOr::new().build(x, y, scope)
. - risc_
max - Shorthand for
RiscMax::new().build(x, y, scope)
. - risc_
min - Shorthand for
RiscMin::new().build(x, y, scope)
. - risc_
mul - Shorthand for
RiscMul::new().build(x, y, scope)
. - risc_
neg - Shorthand for
RiscNeg::new().build(x, scope)
. - risc_
pad - Shorthand for
RiscPad::new().build(input, paddings, constant_values, scope)
. - risc_
pool - Shorthand for
RiscPool::new().build(value, scope)
. - risc_
pow - Shorthand for
RiscPow::new().build(x, y, scope)
. - risc_
random_ uniform - Shorthand for
RiscRandomUniform::new().build(shape, scope)
. - risc_
real - Shorthand for
RiscReal::new().build(input, scope)
. - risc_
reduce - Shorthand for
RiscReduce::new().build(tensor, axis, scope)
. - risc_
rem - Shorthand for
RiscRem::new().build(x, y, scope)
. - risc_
reshape - Shorthand for
RiscReshape::new().build(tensor, shape, scope)
. - risc_
reverse - Shorthand for
RiscReverse::new().build(tensor, axis, scope)
. - risc_
scatter - Shorthand for
RiscScatter::new().build(indices, updates, shape, scope)
. - risc_
shape - Shorthand for
RiscShape::new().build(input, scope)
. - risc_
sign - Shorthand for
RiscSign::new().build(x, scope)
. - risc_
slice - Shorthand for
RiscSlice::new().build(input, begin, size, scope)
. - risc_
sort - Shorthand for
RiscSort::new().build(input, axis, scope)
. - risc_
squeeze - Shorthand for
RiscSqueeze::new().build(input, scope)
. - risc_
sub - Shorthand for
RiscSub::new().build(x, y, scope)
. - risc_
transpose - Shorthand for
RiscTranspose::new().build(x, perm, scope)
. - risc_
triangular_ solve - Shorthand for
RiscTriangularSolve::new().build(matrix, rhs, scope)
. - risc_
unary - Shorthand for
RiscUnary::new().build(x, scope)
. - risc_
while - Shorthand for
RiscWhile::new().build(input, scope)
. - rng_
read_ and_ skip - Shorthand for
RngReadAndSkip::new().build(resource, alg, delta, scope)
. - rng_
skip - Shorthand for
RngSkip::new().build(resource, algorithm, delta, scope)
. - roll
- Shorthand for
Roll::new().build(input, shift, axis, scope)
. - round
- Shorthand for
Round::new().build(x, scope)
. - rsqrt
- Shorthand for
Rsqrt::new().build(x, scope)
. - rsqrt_
grad - Shorthand for
RsqrtGrad::new().build(y, dy, scope)
. - sample_
distorted_ bounding_ box - Shorthand for
SampleDistortedBoundingBox::new().build(image_size, bounding_boxes, scope)
. - sample_
distorted_ bounding_ box_ v2 - Shorthand for
SampleDistortedBoundingBoxV2::new().build(image_size, bounding_boxes, min_object_covered, scope)
. - sampling_
dataset - Shorthand for
SamplingDataset::new().build(input_dataset, rate, seed, seed2, scope)
. - save
- Shorthand for
Save::new().build(filename, tensor_names, data, scope)
. - save_
dataset - Shorthand for
SaveDataset::new().build(input_dataset, path, shard_func_other_args, scope)
. - save_
dataset_ v2 - Shorthand for
SaveDatasetV2::new().build(input_dataset, path, shard_func_other_args, scope)
. - save_
slices - Shorthand for
SaveSlices::new().build(filename, tensor_names, shapes_and_slices, data, scope)
. - save_v2
- Shorthand for
SaveV2::new().build(prefix, tensor_names, shape_and_slices, tensors, scope)
. - scalar_
summary - Shorthand for
ScalarSummary::new().build(tags, values, scope)
. - scale_
and_ translate - Shorthand for
ScaleAndTranslate::new().build(images, size, scale, translation, scope)
. - scale_
and_ translate_ grad - Shorthand for
ScaleAndTranslateGrad::new().build(grads, original_image, scale, translation, scope)
. - scan_
dataset - Shorthand for
ScanDataset::new().build(input_dataset, initial_state, other_arguments, scope)
. - scatter_
add - Shorthand for
ScatterAdd::new().build(ref_, indices, updates, scope)
. - scatter_
div - Shorthand for
ScatterDiv::new().build(ref_, indices, updates, scope)
. - scatter_
max - Shorthand for
ScatterMax::new().build(ref_, indices, updates, scope)
. - scatter_
min - Shorthand for
ScatterMin::new().build(ref_, indices, updates, scope)
. - scatter_
mul - Shorthand for
ScatterMul::new().build(ref_, indices, updates, scope)
. - scatter_
nd - Shorthand for
ScatterNd::new().build(indices, updates, shape, scope)
. - scatter_
nd_ add - Shorthand for
ScatterNdAdd::new().build(ref_, indices, updates, scope)
. - scatter_
nd_ max - Shorthand for
ScatterNdMax::new().build(ref_, indices, updates, scope)
. - scatter_
nd_ min - Shorthand for
ScatterNdMin::new().build(ref_, indices, updates, scope)
. - scatter_
nd_ non_ aliasing_ add - Shorthand for
ScatterNdNonAliasingAdd::new().build(input, indices, updates, scope)
. - scatter_
nd_ sub - Shorthand for
ScatterNdSub::new().build(ref_, indices, updates, scope)
. - scatter_
nd_ update - Shorthand for
ScatterNdUpdate::new().build(ref_, indices, updates, scope)
. - scatter_
sub - Shorthand for
ScatterSub::new().build(ref_, indices, updates, scope)
. - scatter_
update - Shorthand for
ScatterUpdate::new().build(ref_, indices, updates, scope)
. - sdca_
fprint - Shorthand for
SdcaFprint::new().build(input, scope)
. - sdca_
optimizer - 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)
. - sdca_
optimizer_ v2 - 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)
. - sdca_
shrink_ l1 - Shorthand for
SdcaShrinkL1::new().build(weights, scope)
. - segment_
max - Shorthand for
SegmentMax::new().build(data, segment_ids, scope)
. - segment_
max_ v2 - Shorthand for
SegmentMaxV2::new().build(data, segment_ids, num_segments, scope)
. - segment_
mean - Shorthand for
SegmentMean::new().build(data, segment_ids, scope)
. - segment_
min - Shorthand for
SegmentMin::new().build(data, segment_ids, scope)
. - segment_
min_ v2 - Shorthand for
SegmentMinV2::new().build(data, segment_ids, num_segments, scope)
. - segment_
prod - Shorthand for
SegmentProd::new().build(data, segment_ids, scope)
. - segment_
prod_ v2 - Shorthand for
SegmentProdV2::new().build(data, segment_ids, num_segments, scope)
. - segment_
sum - Shorthand for
SegmentSum::new().build(data, segment_ids, scope)
. - segment_
sum_ v2 - Shorthand for
SegmentSumV2::new().build(data, segment_ids, num_segments, scope)
. - select
- Shorthand for
Select::new().build(condition, t, e, scope)
. - select_
v2 - Shorthand for
SelectV2::new().build(condition, t, e, scope)
. - self_
adjoint_ eig - Shorthand for
SelfAdjointEig::new().build(input, scope)
. - self_
adjoint_ eig_ v2 - Shorthand for
SelfAdjointEigV2::new().build(input, scope)
. - selu
- Shorthand for
Selu::new().build(features, scope)
. - selu_
grad - Shorthand for
SeluGrad::new().build(gradients, outputs, scope)
. - send
- Shorthand for
Send::new().build(tensor, scope)
. - send_
tpuembedding_ gradients - Shorthand for
SendTPUEmbeddingGradients::new().build(inputs, learning_rates, scope)
. - serialize_
iterator - Shorthand for
SerializeIterator::new().build(resource_handle, scope)
. - serialize_
many_ sparse - Shorthand for
SerializeManySparse::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - serialize_
sparse - Shorthand for
SerializeSparse::new().build(sparse_indices, sparse_values, sparse_shape, scope)
. - serialize_
tensor - Shorthand for
SerializeTensor::new().build(tensor, scope)
. - set_
size - Shorthand for
SetSize::new().build(set_indices, set_values, set_shape, scope)
. - set_
stats_ aggregator_ dataset - Shorthand for
SetStatsAggregatorDataset::new().build(input_dataset, stats_aggregator, tag, counter_prefix, scope)
. - shape
- Shorthand for
Shape::new().build(input, scope)
. - shape_n
- Shorthand for
ShapeN::new().build(input, scope)
. - shard_
dataset - Shorthand for
ShardDataset::new().build(input_dataset, num_shards, index, scope)
. - sharded_
filename - Shorthand for
ShardedFilename::new().build(basename, shard, num_shards, scope)
. - sharded_
filespec - Shorthand for
ShardedFilespec::new().build(basename, num_shards, scope)
. - shuffle_
and_ repeat_ dataset - Shorthand for
ShuffleAndRepeatDataset::new().build(input_dataset, buffer_size, seed, seed2, count, scope)
. - shuffle_
and_ repeat_ dataset_ v2 - Shorthand for
ShuffleAndRepeatDatasetV2::new().build(input_dataset, buffer_size, seed, seed2, count, seed_generator, scope)
. - shuffle_
dataset - Shorthand for
ShuffleDataset::new().build(input_dataset, buffer_size, seed, seed2, scope)
. - shuffle_
dataset_ v2 - Shorthand for
ShuffleDatasetV2::new().build(input_dataset, buffer_size, seed_generator, scope)
. - shuffle_
dataset_ v3 - Shorthand for
ShuffleDatasetV3::new().build(input_dataset, buffer_size, seed, seed2, seed_generator, scope)
. - shutdown_
distributed_ tpu - Shorthand for
ShutdownDistributedTPU::new().build(scope)
. - shutdown_
tpusystem - Shorthand for
ShutdownTPUSystem::new().build(scope)
. - sigmoid
- Shorthand for
Sigmoid::new().build(x, scope)
. - sigmoid_
grad - Shorthand for
SigmoidGrad::new().build(y, dy, scope)
. - sign
- Shorthand for
Sign::new().build(x, scope)
. - sin
- Shorthand for
Sin::new().build(x, scope)
. - sinh
- Shorthand for
Sinh::new().build(x, scope)
. - size
- Shorthand for
Size::new().build(input, scope)
. - skip_
dataset - Shorthand for
SkipDataset::new().build(input_dataset, count, scope)
. - skipgram
- Shorthand for
Skipgram::new().build(scope)
. - sleep_
dataset - Shorthand for
SleepDataset::new().build(input_dataset, sleep_microseconds, scope)
. - slice
- Shorthand for
Slice::new().build(input, begin, size, scope)
. - sliding_
window_ dataset - Shorthand for
SlidingWindowDataset::new().build(input_dataset, window_size, window_shift, window_stride, scope)
. - snapshot
- Shorthand for
Snapshot::new().build(input, scope)
. - snapshot_
chunk_ dataset - Shorthand for
SnapshotChunkDataset::new().build(chunk_file, scope)
. - snapshot_
dataset - Shorthand for
SnapshotDataset::new().build(input_dataset, path, scope)
. - snapshot_
dataset_ reader - Shorthand for
SnapshotDatasetReader::new().build(shard_dir, start_index, scope)
. - snapshot_
dataset_ v2 - Shorthand for
SnapshotDatasetV2::new().build(input_dataset, path, reader_func_other_args, shard_func_other_args, scope)
. - snapshot_
nested_ dataset_ reader - Shorthand for
SnapshotNestedDatasetReader::new().build(inputs, scope)
. - sobol_
sample - Shorthand for
SobolSample::new().build(dim, num_results, skip, scope)
. - softmax
- Shorthand for
Softmax::new().build(logits, scope)
. - softmax_
cross_ entropy_ with_ logits - Shorthand for
SoftmaxCrossEntropyWithLogits::new().build(features, labels, scope)
. - softplus
- Shorthand for
Softplus::new().build(features, scope)
. - softplus_
grad - Shorthand for
SoftplusGrad::new().build(gradients, features, scope)
. - softsign
- Shorthand for
Softsign::new().build(features, scope)
. - softsign_
grad - Shorthand for
SoftsignGrad::new().build(gradients, features, scope)
. - space_
to_ batch - Shorthand for
SpaceToBatch::new().build(input, paddings, scope)
. - space_
to_ batch_ nd - Shorthand for
SpaceToBatchND::new().build(input, block_shape, paddings, scope)
. - space_
to_ depth - Shorthand for
SpaceToDepth::new().build(input, scope)
. - sparse_
accumulator_ apply_ gradient - Shorthand for
SparseAccumulatorApplyGradient::new().build(handle, local_step, gradient_indices, gradient_values, gradient_shape, scope)
. - sparse_
accumulator_ take_ gradient - Shorthand for
SparseAccumulatorTakeGradient::new().build(handle, num_required, scope)
. - sparse_
add - Shorthand for
SparseAdd::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, thresh, scope)
. - sparse_
add_ grad - Shorthand for
SparseAddGrad::new().build(backprop_val_grad, a_indices, b_indices, sum_indices, scope)
. - sparse_
apply_ adadelta - Shorthand for
SparseApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, indices, scope)
. - sparse_
apply_ adagrad - Shorthand for
SparseApplyAdagrad::new().build(var, accum, lr, grad, indices, scope)
. - sparse_
apply_ adagrad_ da - Shorthand for
SparseApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, indices, lr, l1, l2, global_step, scope)
. - sparse_
apply_ adagrad_ v2 - Shorthand for
SparseApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, indices, scope)
. - sparse_
apply_ centered_ rmsprop - Shorthand for
SparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - sparse_
apply_ ftrl - Shorthand for
SparseApplyFtrl::new().build(var, accum, linear, grad, indices, lr, l1, l2, lr_power, scope)
. - sparse_
apply_ ftrl_ v2 - Shorthand for
SparseApplyFtrlV2::new().build(var, accum, linear, grad, indices, lr, l1, l2, l2_shrinkage, lr_power, scope)
. - sparse_
apply_ momentum - Shorthand for
SparseApplyMomentum::new().build(var, accum, lr, grad, indices, momentum, scope)
. - sparse_
apply_ proximal_ adagrad - Shorthand for
SparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope)
. - sparse_
apply_ proximal_ gradient_ descent - Shorthand for
SparseApplyProximalGradientDescent::new().build(var, alpha, l1, l2, grad, indices, scope)
. - sparse_
apply_ rmsprop - Shorthand for
SparseApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope)
. - sparse_
bincount - Shorthand for
SparseBincount::new().build(indices, values, dense_shape, size, weights, scope)
. - sparse_
concat - Shorthand for
SparseConcat::new().build(indices, values, shapes, scope)
. - sparse_
conditional_ accumulator - Shorthand for
SparseConditionalAccumulator::new().build(scope)
. - sparse_
count_ sparse_ output - Shorthand for
SparseCountSparseOutput::new().build(indices, values, dense_shape, weights, scope)
. - sparse_
cross - Shorthand for
SparseCross::new().build(indices, values, shapes, dense_inputs, scope)
. - sparse_
cross_ hashed - Shorthand for
SparseCrossHashed::new().build(indices, values, shapes, dense_inputs, num_buckets, strong_hash, salt, scope)
. - sparse_
cross_ v2 - Shorthand for
SparseCrossV2::new().build(indices, values, shapes, dense_inputs, sep, scope)
. - sparse_
dense_ cwise_ add - Shorthand for
SparseDenseCwiseAdd::new().build(sp_indices, sp_values, sp_shape, dense, scope)
. - sparse_
dense_ cwise_ div - Shorthand for
SparseDenseCwiseDiv::new().build(sp_indices, sp_values, sp_shape, dense, scope)
. - sparse_
dense_ cwise_ mul - Shorthand for
SparseDenseCwiseMul::new().build(sp_indices, sp_values, sp_shape, dense, scope)
. - sparse_
fill_ empty_ rows - Shorthand for
SparseFillEmptyRows::new().build(indices, values, dense_shape, default_value, scope)
. - sparse_
fill_ empty_ rows_ grad - Shorthand for
SparseFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope)
. - sparse_
mat_ mul - Shorthand for
SparseMatMul::new().build(a, b, scope)
. - sparse_
matrix_ add - Shorthand for
SparseMatrixAdd::new().build(a, b, alpha, beta, scope)
. - sparse_
matrix_ mat_ mul - Shorthand for
SparseMatrixMatMul::new().build(a, b, scope)
. - sparse_
matrix_ mul - Shorthand for
SparseMatrixMul::new().build(a, b, scope)
. - sparse_
matrix_ nnz - Shorthand for
SparseMatrixNNZ::new().build(sparse_matrix, scope)
. - sparse_
matrix_ ordering_ amd - Shorthand for
SparseMatrixOrderingAMD::new().build(input, scope)
. - sparse_
matrix_ softmax - Shorthand for
SparseMatrixSoftmax::new().build(logits, scope)
. - sparse_
matrix_ softmax_ grad - Shorthand for
SparseMatrixSoftmaxGrad::new().build(softmax, grad_softmax, scope)
. - sparse_
matrix_ sparse_ cholesky - Shorthand for
SparseMatrixSparseCholesky::new().build(input, permutation, scope)
. - sparse_
matrix_ sparse_ mat_ mul - Shorthand for
SparseMatrixSparseMatMul::new().build(a, b, scope)
. - sparse_
matrix_ transpose - Shorthand for
SparseMatrixTranspose::new().build(input, scope)
. - sparse_
matrix_ zeros - Shorthand for
SparseMatrixZeros::new().build(dense_shape, scope)
. - sparse_
reduce_ max - Shorthand for
SparseReduceMax::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - sparse_
reduce_ max_ sparse - Shorthand for
SparseReduceMaxSparse::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - sparse_
reduce_ sum - Shorthand for
SparseReduceSum::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - sparse_
reduce_ sum_ sparse - Shorthand for
SparseReduceSumSparse::new().build(input_indices, input_values, input_shape, reduction_axes, scope)
. - sparse_
reorder - Shorthand for
SparseReorder::new().build(input_indices, input_values, input_shape, scope)
. - sparse_
reshape - Shorthand for
SparseReshape::new().build(input_indices, input_shape, new_shape, scope)
. - sparse_
segment_ mean - Shorthand for
SparseSegmentMean::new().build(data, indices, segment_ids, scope)
. - sparse_
segment_ mean_ grad - Shorthand for
SparseSegmentMeanGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
. - sparse_
segment_ mean_ with_ num_ segments - Shorthand for
SparseSegmentMeanWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope)
. - sparse_
segment_ sqrt_ n - Shorthand for
SparseSegmentSqrtN::new().build(data, indices, segment_ids, scope)
. - sparse_
segment_ sqrt_ ngrad - Shorthand for
SparseSegmentSqrtNGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
. - sparse_
segment_ sqrt_ nwith_ num_ segments - Shorthand for
SparseSegmentSqrtNWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope)
. - sparse_
segment_ sum - Shorthand for
SparseSegmentSum::new().build(data, indices, segment_ids, scope)
. - sparse_
segment_ sum_ grad - Shorthand for
SparseSegmentSumGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
. - sparse_
segment_ sum_ with_ num_ segments - Shorthand for
SparseSegmentSumWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope)
. - sparse_
slice - Shorthand for
SparseSlice::new().build(indices, values, shape, start, size, scope)
. - sparse_
slice_ grad - Shorthand for
SparseSliceGrad::new().build(backprop_val_grad, input_indices, input_start, output_indices, scope)
. - sparse_
softmax - Shorthand for
SparseSoftmax::new().build(sp_indices, sp_values, sp_shape, scope)
. - sparse_
softmax_ cross_ entropy_ with_ logits - Shorthand for
SparseSoftmaxCrossEntropyWithLogits::new().build(features, labels, scope)
. - sparse_
sparse_ maximum - Shorthand for
SparseSparseMaximum::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, scope)
. - sparse_
sparse_ minimum - Shorthand for
SparseSparseMinimum::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, scope)
. - sparse_
split - Shorthand for
SparseSplit::new().build(split_dim, indices, values, shape, scope)
. - sparse_
tensor_ dense_ add - Shorthand for
SparseTensorDenseAdd::new().build(a_indices, a_values, a_shape, b, scope)
. - sparse_
tensor_ dense_ mat_ mul - Shorthand for
SparseTensorDenseMatMul::new().build(a_indices, a_values, a_shape, b, scope)
. - sparse_
tensor_ slice_ dataset - Shorthand for
SparseTensorSliceDataset::new().build(indices, values, dense_shape, scope)
. - sparse_
tensor_ to_ csrsparse_ matrix - Shorthand for
SparseTensorToCSRSparseMatrix::new().build(indices, values, dense_shape, scope)
. - sparse_
to_ dense - Shorthand for
SparseToDense::new().build(sparse_indices, output_shape, sparse_values, default_value, scope)
. - sparse_
to_ sparse_ set_ operation - Shorthand for
SparseToSparseSetOperation::new().build(set1_indices, set1_values, set1_shape, set2_indices, set2_values, set2_shape, scope)
. - spence
- Shorthand for
Spence::new().build(x, scope)
. - split
- Shorthand for
Split::new().build(split_dim, value, scope)
. - split_
dedup_ data - Shorthand for
SplitDedupData::new().build(input, scope)
. - split_v
- Shorthand for
SplitV::new().build(value, size_splits, split_dim, scope)
. - sql_
dataset - Shorthand for
SqlDataset::new().build(driver_name, data_source_name, query, scope)
. - sqrt
- Shorthand for
Sqrt::new().build(x, scope)
. - sqrt_
grad - Shorthand for
SqrtGrad::new().build(y, dy, scope)
. - square
- Shorthand for
Square::new().build(x, scope)
. - squared_
difference - Shorthand for
SquaredDifference::new().build(x, y, scope)
. - squeeze
- Shorthand for
Squeeze::new().build(input, scope)
. - stack
- Shorthand for
Stack::new().build(scope)
. - stack_
close - Shorthand for
StackClose::new().build(handle, scope)
. - stack_
close_ v2 - Shorthand for
StackCloseV2::new().build(handle, scope)
. - stack_
pop - Shorthand for
StackPop::new().build(handle, scope)
. - stack_
pop_ v2 - Shorthand for
StackPopV2::new().build(handle, scope)
. - stack_
push - Shorthand for
StackPush::new().build(handle, elem, scope)
. - stack_
push_ v2 - Shorthand for
StackPushV2::new().build(handle, elem, scope)
. - stack_
v2 - Shorthand for
StackV2::new().build(max_size, scope)
. - stage
- Shorthand for
Stage::new().build(values, scope)
. - stage_
clear - Shorthand for
StageClear::new().build(scope)
. - stage_
peek - Shorthand for
StagePeek::new().build(index, scope)
. - stage_
size - Shorthand for
StageSize::new().build(scope)
. - stateful_
partitioned_ call - Shorthand for
StatefulPartitionedCall::new().build(args, scope)
. - stateful_
random_ binomial - Shorthand for
StatefulRandomBinomial::new().build(resource, algorithm, shape, counts, probs, scope)
. - stateful_
standard_ normal - Shorthand for
StatefulStandardNormal::new().build(resource, shape, scope)
. - stateful_
standard_ normal_ v2 - Shorthand for
StatefulStandardNormalV2::new().build(resource, algorithm, shape, scope)
. - stateful_
truncated_ normal - Shorthand for
StatefulTruncatedNormal::new().build(resource, algorithm, shape, scope)
. - stateful_
uniform - Shorthand for
StatefulUniform::new().build(resource, algorithm, shape, scope)
. - stateful_
uniform_ full_ int - Shorthand for
StatefulUniformFullInt::new().build(resource, algorithm, shape, scope)
. - stateful_
uniform_ int - Shorthand for
StatefulUniformInt::new().build(resource, algorithm, shape, minval, maxval, scope)
. - stateless_
case - Shorthand for
StatelessCase::new().build(branch_index, input, scope)
. - stateless_
if - Shorthand for
StatelessIf::new().build(cond, input, scope)
. - stateless_
multinomial - Shorthand for
StatelessMultinomial::new().build(logits, num_samples, seed, scope)
. - stateless_
parameterized_ truncated_ normal - Shorthand for
StatelessParameterizedTruncatedNormal::new().build(shape, seed, means, stddevs, minvals, maxvals, scope)
. - stateless_
random_ binomial - Shorthand for
StatelessRandomBinomial::new().build(shape, seed, counts, probs, scope)
. - stateless_
random_ gamma_ v2 - Shorthand for
StatelessRandomGammaV2::new().build(shape, seed, alpha, scope)
. - stateless_
random_ gamma_ v3 - Shorthand for
StatelessRandomGammaV3::new().build(shape, key, counter, alg, alpha, scope)
. - stateless_
random_ get_ alg - Shorthand for
StatelessRandomGetAlg::new().build(scope)
. - stateless_
random_ get_ key_ counter - Shorthand for
StatelessRandomGetKeyCounter::new().build(seed, scope)
. - stateless_
random_ get_ key_ counter_ alg - Shorthand for
StatelessRandomGetKeyCounterAlg::new().build(seed, scope)
. - stateless_
random_ normal - Shorthand for
StatelessRandomNormal::new().build(shape, seed, scope)
. - stateless_
random_ normal_ v2 - Shorthand for
StatelessRandomNormalV2::new().build(shape, key, counter, alg, scope)
. - stateless_
random_ poisson - Shorthand for
StatelessRandomPoisson::new().build(shape, seed, lam, scope)
. - stateless_
random_ uniform - Shorthand for
StatelessRandomUniform::new().build(shape, seed, scope)
. - stateless_
random_ uniform_ full_ int - Shorthand for
StatelessRandomUniformFullInt::new().build(shape, seed, scope)
. - stateless_
random_ uniform_ full_ int_ v2 - Shorthand for
StatelessRandomUniformFullIntV2::new().build(shape, key, counter, alg, scope)
. - stateless_
random_ uniform_ int - Shorthand for
StatelessRandomUniformInt::new().build(shape, seed, minval, maxval, scope)
. - stateless_
random_ uniform_ int_ v2 - Shorthand for
StatelessRandomUniformIntV2::new().build(shape, key, counter, alg, minval, maxval, scope)
. - stateless_
random_ uniform_ v2 - Shorthand for
StatelessRandomUniformV2::new().build(shape, key, counter, alg, scope)
. - stateless_
sample_ distorted_ bounding_ box - Shorthand for
StatelessSampleDistortedBoundingBox::new().build(image_size, bounding_boxes, min_object_covered, seed, scope)
. - stateless_
shuffle - Shorthand for
StatelessShuffle::new().build(value, key, counter, alg, scope)
. - stateless_
truncated_ normal - Shorthand for
StatelessTruncatedNormal::new().build(shape, seed, scope)
. - stateless_
truncated_ normal_ v2 - Shorthand for
StatelessTruncatedNormalV2::new().build(shape, key, counter, alg, scope)
. - stateless_
while - Shorthand for
StatelessWhile::new().build(input, scope)
. - static_
regex_ full_ match - Shorthand for
StaticRegexFullMatch::new().build(input, scope)
. - static_
regex_ replace - Shorthand for
StaticRegexReplace::new().build(input, scope)
. - stats_
aggregator_ handle - Shorthand for
StatsAggregatorHandle::new().build(scope)
. - stats_
aggregator_ handle_ v2 - Shorthand for
StatsAggregatorHandleV2::new().build(scope)
. - stats_
aggregator_ set_ summary_ writer - Shorthand for
StatsAggregatorSetSummaryWriter::new().build(stats_aggregator, summary, scope)
. - stats_
aggregator_ summary - Shorthand for
StatsAggregatorSummary::new().build(iterator, scope)
. - stochastic_
cast_ to_ int - Shorthand for
StochasticCastToInt::new().build(input, key, counter, alg, scope)
. - stop_
gradient - Shorthand for
StopGradient::new().build(input, scope)
. - strided_
slice - Shorthand for
StridedSlice::new().build(input, begin, end, strides, scope)
. - strided_
slice_ assign - Shorthand for
StridedSliceAssign::new().build(ref_, begin, end, strides, value, scope)
. - strided_
slice_ grad - Shorthand for
StridedSliceGrad::new().build(shape, begin, end, strides, dy, scope)
. - string_
format - Shorthand for
StringFormat::new().build(inputs, scope)
. - string_
join - Shorthand for
StringJoin::new().build(inputs, scope)
. - string_
length - Shorthand for
StringLength::new().build(input, scope)
. - string_
lower - Shorthand for
StringLower::new().build(input, scope)
. - string_
ngrams - Shorthand for
StringNGrams::new().build(data, data_splits, scope)
. - string_
split - Shorthand for
StringSplit::new().build(input, delimiter, scope)
. - string_
split_ v2 - Shorthand for
StringSplitV2::new().build(input, sep, scope)
. - string_
strip - Shorthand for
StringStrip::new().build(input, scope)
. - string_
to_ hash_ bucket - Shorthand for
StringToHashBucket::new().build(string_tensor, scope)
. - string_
to_ hash_ bucket_ fast - Shorthand for
StringToHashBucketFast::new().build(input, scope)
. - string_
to_ hash_ bucket_ strong - Shorthand for
StringToHashBucketStrong::new().build(input, scope)
. - string_
to_ number - Shorthand for
StringToNumber::new().build(string_tensor, scope)
. - string_
upper - Shorthand for
StringUpper::new().build(input, scope)
. - sub
- Shorthand for
Sub::new().build(x, y, scope)
. - substr
- Shorthand for
Substr::new().build(input, pos, len, scope)
. - subtract
Deprecated - Shorthand for
Subtract::new().build(scope), a, b)
. - sum
- Shorthand for
Sum::new().build(input, reduction_indices, scope)
. - summary_
writer - Shorthand for
SummaryWriter::new().build(scope)
. - svd
- Shorthand for
Svd::new().build(input, scope)
. - switch
- Shorthand for
Switch::new().build(data, pred, scope)
. - symbolic_
gradient - Shorthand for
SymbolicGradient::new().build(input, scope)
. - sync_
device - Shorthand for
SyncDevice::new().build(scope)
. - take_
dataset - Shorthand for
TakeDataset::new().build(input_dataset, count, scope)
. - take_
many_ sparse_ from_ tensors_ map - Shorthand for
TakeManySparseFromTensorsMap::new().build(sparse_handles, scope)
. - take_
while_ dataset - Shorthand for
TakeWhileDataset::new().build(input_dataset, other_arguments, scope)
. - tan
- Shorthand for
Tan::new().build(x, scope)
. - tanh
- Shorthand for
Tanh::new().build(x, scope)
. - tanh_
grad - Shorthand for
TanhGrad::new().build(y, dy, scope)
. - temporary_
variable - Shorthand for
TemporaryVariable::new().build(scope)
. - tensor_
array - Shorthand for
TensorArray::new().build(size, scope)
. - tensor_
array_ close - Shorthand for
TensorArrayClose::new().build(handle, scope)
. - tensor_
array_ close_ v2 - Shorthand for
TensorArrayCloseV2::new().build(handle, scope)
. - tensor_
array_ close_ v3 - Shorthand for
TensorArrayCloseV3::new().build(handle, scope)
. - tensor_
array_ concat - Shorthand for
TensorArrayConcat::new().build(handle, flow_in, scope)
. - tensor_
array_ concat_ v2 - Shorthand for
TensorArrayConcatV2::new().build(handle, flow_in, scope)
. - tensor_
array_ concat_ v3 - Shorthand for
TensorArrayConcatV3::new().build(handle, flow_in, scope)
. - tensor_
array_ gather - Shorthand for
TensorArrayGather::new().build(handle, indices, flow_in, scope)
. - tensor_
array_ gather_ v2 - Shorthand for
TensorArrayGatherV2::new().build(handle, indices, flow_in, scope)
. - tensor_
array_ gather_ v3 - Shorthand for
TensorArrayGatherV3::new().build(handle, indices, flow_in, scope)
. - tensor_
array_ grad - Shorthand for
TensorArrayGrad::new().build(handle, flow_in, scope)
. - tensor_
array_ grad_ v2 - Shorthand for
TensorArrayGradV2::new().build(handle, flow_in, scope)
. - tensor_
array_ grad_ v3 - Shorthand for
TensorArrayGradV3::new().build(handle, flow_in, scope)
. - tensor_
array_ grad_ with_ shape - Shorthand for
TensorArrayGradWithShape::new().build(handle, flow_in, shape_to_prepend, scope)
. - tensor_
array_ pack - Shorthand for
TensorArrayPack::new().build(handle, flow_in, scope)
. - tensor_
array_ read - Shorthand for
TensorArrayRead::new().build(handle, index, flow_in, scope)
. - tensor_
array_ read_ v2 - Shorthand for
TensorArrayReadV2::new().build(handle, index, flow_in, scope)
. - tensor_
array_ read_ v3 - Shorthand for
TensorArrayReadV3::new().build(handle, index, flow_in, scope)
. - tensor_
array_ scatter - Shorthand for
TensorArrayScatter::new().build(handle, indices, value, flow_in, scope)
. - tensor_
array_ scatter_ v2 - Shorthand for
TensorArrayScatterV2::new().build(handle, indices, value, flow_in, scope)
. - tensor_
array_ scatter_ v3 - Shorthand for
TensorArrayScatterV3::new().build(handle, indices, value, flow_in, scope)
. - tensor_
array_ size - Shorthand for
TensorArraySize::new().build(handle, flow_in, scope)
. - tensor_
array_ size_ v2 - Shorthand for
TensorArraySizeV2::new().build(handle, flow_in, scope)
. - tensor_
array_ size_ v3 - Shorthand for
TensorArraySizeV3::new().build(handle, flow_in, scope)
. - tensor_
array_ split - Shorthand for
TensorArraySplit::new().build(handle, value, lengths, flow_in, scope)
. - tensor_
array_ split_ v2 - Shorthand for
TensorArraySplitV2::new().build(handle, value, lengths, flow_in, scope)
. - tensor_
array_ split_ v3 - Shorthand for
TensorArraySplitV3::new().build(handle, value, lengths, flow_in, scope)
. - tensor_
array_ unpack - Shorthand for
TensorArrayUnpack::new().build(handle, value, flow_in, scope)
. - tensor_
array_ v2 - Shorthand for
TensorArrayV2::new().build(size, scope)
. - tensor_
array_ v3 - Shorthand for
TensorArrayV3::new().build(size, scope)
. - tensor_
array_ write - Shorthand for
TensorArrayWrite::new().build(handle, index, value, flow_in, scope)
. - tensor_
array_ write_ v2 - Shorthand for
TensorArrayWriteV2::new().build(handle, index, value, flow_in, scope)
. - tensor_
array_ write_ v3 - Shorthand for
TensorArrayWriteV3::new().build(handle, index, value, flow_in, scope)
. - tensor_
dataset - Shorthand for
TensorDataset::new().build(components, scope)
. - tensor_
list_ concat - Shorthand for
TensorListConcat::new().build(input_handle, scope)
. - tensor_
list_ concat_ lists - Shorthand for
TensorListConcatLists::new().build(input_a, input_b, scope)
. - tensor_
list_ concat_ v2 - Shorthand for
TensorListConcatV2::new().build(input_handle, element_shape, leading_dims, scope)
. - tensor_
list_ element_ shape - Shorthand for
TensorListElementShape::new().build(input_handle, scope)
. - tensor_
list_ from_ tensor - Shorthand for
TensorListFromTensor::new().build(tensor, element_shape, scope)
. - tensor_
list_ gather - Shorthand for
TensorListGather::new().build(input_handle, indices, element_shape, scope)
. - tensor_
list_ get_ item - Shorthand for
TensorListGetItem::new().build(input_handle, index, element_shape, scope)
. - tensor_
list_ length - Shorthand for
TensorListLength::new().build(input_handle, scope)
. - tensor_
list_ pop_ back - Shorthand for
TensorListPopBack::new().build(input_handle, element_shape, scope)
. - tensor_
list_ push_ back - Shorthand for
TensorListPushBack::new().build(input_handle, tensor, scope)
. - tensor_
list_ push_ back_ batch - Shorthand for
TensorListPushBackBatch::new().build(input_handles, tensor, scope)
. - tensor_
list_ reserve - Shorthand for
TensorListReserve::new().build(element_shape, num_elements, scope)
. - tensor_
list_ resize - Shorthand for
TensorListResize::new().build(input_handle, size, scope)
. - tensor_
list_ scatter - Shorthand for
TensorListScatter::new().build(tensor, indices, element_shape, scope)
. - tensor_
list_ scatter_ into_ existing_ list - Shorthand for
TensorListScatterIntoExistingList::new().build(input_handle, tensor, indices, scope)
. - tensor_
list_ scatter_ v2 - Shorthand for
TensorListScatterV2::new().build(tensor, indices, element_shape, num_elements, scope)
. - tensor_
list_ set_ item - Shorthand for
TensorListSetItem::new().build(input_handle, index, item, scope)
. - tensor_
list_ split - Shorthand for
TensorListSplit::new().build(tensor, element_shape, lengths, scope)
. - tensor_
list_ stack - Shorthand for
TensorListStack::new().build(input_handle, element_shape, scope)
. - tensor_
map_ erase - Shorthand for
TensorMapErase::new().build(input_handle, key, scope)
. - tensor_
map_ has_ key - Shorthand for
TensorMapHasKey::new().build(input_handle, key, scope)
. - tensor_
map_ insert - Shorthand for
TensorMapInsert::new().build(input_handle, key, value, scope)
. - tensor_
map_ lookup - Shorthand for
TensorMapLookup::new().build(input_handle, key, scope)
. - tensor_
map_ size - Shorthand for
TensorMapSize::new().build(input_handle, scope)
. - tensor_
map_ stack_ keys - Shorthand for
TensorMapStackKeys::new().build(input_handle, scope)
. - tensor_
scatter_ add - Shorthand for
TensorScatterAdd::new().build(tensor, indices, updates, scope)
. - tensor_
scatter_ max - Shorthand for
TensorScatterMax::new().build(tensor, indices, updates, scope)
. - tensor_
scatter_ min - Shorthand for
TensorScatterMin::new().build(tensor, indices, updates, scope)
. - tensor_
scatter_ sub - Shorthand for
TensorScatterSub::new().build(tensor, indices, updates, scope)
. - tensor_
scatter_ update - Shorthand for
TensorScatterUpdate::new().build(tensor, indices, updates, scope)
. - tensor_
slice_ dataset - Shorthand for
TensorSliceDataset::new().build(components, scope)
. - tensor_
strided_ slice_ update - Shorthand for
TensorStridedSliceUpdate::new().build(input, begin, end, strides, value, scope)
. - tensor_
summary - Shorthand for
TensorSummary::new().build(tensor, scope)
. - tensor_
summary_ v2 - Shorthand for
TensorSummaryV2::new().build(tag, tensor, serialized_summary_metadata, scope)
. - text_
line_ dataset - Shorthand for
TextLineDataset::new().build(filenames, compression_type, buffer_size, scope)
. - text_
line_ reader - Shorthand for
TextLineReader::new().build(scope)
. - text_
line_ reader_ v2 - Shorthand for
TextLineReaderV2::new().build(scope)
. - tfrecord_
dataset - Shorthand for
TFRecordDataset::new().build(filenames, compression_type, buffer_size, scope)
. - tfrecord_
reader - Shorthand for
TFRecordReader::new().build(scope)
. - tfrecord_
reader_ v2 - Shorthand for
TFRecordReaderV2::new().build(scope)
. - thread_
pool_ dataset - Shorthand for
ThreadPoolDataset::new().build(input_dataset, thread_pool, scope)
. - thread_
pool_ handle - Shorthand for
ThreadPoolHandle::new().build(scope)
. - thread_
unsafe_ unigram_ candidate_ sampler - Shorthand for
ThreadUnsafeUnigramCandidateSampler::new().build(true_classes, scope)
. - tile
- Shorthand for
Tile::new().build(input, multiples, scope)
. - tile_
grad - Shorthand for
TileGrad::new().build(input, multiples, scope)
. - timestamp
- Shorthand for
Timestamp::new().build(scope)
. - to_bool
- Shorthand for
ToBool::new().build(input, scope)
. - top_k
- Shorthand for
TopK::new().build(input, scope)
. - top_
kunique - Shorthand for
TopKUnique::new().build(input, scope)
. - top_kv2
- Shorthand for
TopKV2::new().build(input, k, scope)
. - top_
kwith_ unique - Shorthand for
TopKWithUnique::new().build(input, scope)
. - tpu_
handle_ to_ proto_ key - Shorthand for
TpuHandleToProtoKey::new().build(uid, scope)
. - tpucompilation_
result - Shorthand for
TPUCompilationResult::new().build(scope)
. - tpucompile
- Shorthand for
TPUCompile::new().build(dynamic_shapes, guaranteed_constants, scope)
. - tpucompile_
succeeded_ assert - Shorthand for
TPUCompileSucceededAssert::new().build(compilation_status, scope)
. - tpuembedding_
activations - Shorthand for
TPUEmbeddingActivations::new().build(embedding_variable, sliced_activations, scope)
. - tpuexecute
- Shorthand for
TPUExecute::new().build(args, key, scope)
. - tpuexecute_
and_ update_ variables - Shorthand for
TPUExecuteAndUpdateVariables::new().build(args, key, scope)
. - tpuordinal_
selector - Shorthand for
TPUOrdinalSelector::new().build(scope)
. - tpupartitioned_
call - Shorthand for
TPUPartitionedCall::new().build(args, device_ordinal, scope)
. - tpupartitioned_
input - Shorthand for
TPUPartitionedInput::new().build(inputs, scope)
. - tpupartitioned_
input_ v2 - Shorthand for
TPUPartitionedInputV2::new().build(inputs, scope)
. - tpupartitioned_
output - Shorthand for
TPUPartitionedOutput::new().build(inputs, scope)
. - tpupartitioned_
output_ v2 - Shorthand for
TPUPartitionedOutputV2::new().build(inputs, scope)
. - tpureplicate_
metadata - Shorthand for
TPUReplicateMetadata::new().build(scope)
. - tpureplicated_
input - Shorthand for
TPUReplicatedInput::new().build(inputs, scope)
. - tpureplicated_
output - Shorthand for
TPUReplicatedOutput::new().build(input, scope)
. - tpureshard_
variables - Shorthand for
TPUReshardVariables::new().build(vars, new_format_key, format_state_var, scope)
. - tpuround_
robin - Shorthand for
TPURoundRobin::new().build(scope)
. - transpose
- Shorthand for
Transpose::new().build(x, perm, scope)
. - tridiagonal_
mat_ mul - Shorthand for
TridiagonalMatMul::new().build(superdiag, maindiag, subdiag, rhs, scope)
. - tridiagonal_
solve - Shorthand for
TridiagonalSolve::new().build(diagonals, rhs, scope)
. - truncate_
div - Shorthand for
TruncateDiv::new().build(x, y, scope)
. - truncate_
mod - Shorthand for
TruncateMod::new().build(x, y, scope)
. - truncated_
normal - Shorthand for
TruncatedNormal::new().build(shape, scope)
. - unbatch
- Shorthand for
Unbatch::new().build(batched_tensor, batch_index, id, scope)
. - unbatch_
dataset - Shorthand for
UnbatchDataset::new().build(input_dataset, scope)
. - unbatch_
grad - Shorthand for
UnbatchGrad::new().build(original_input, batch_index, grad, id, scope)
. - uncompress_
element - Shorthand for
UncompressElement::new().build(compressed, scope)
. - unicode_
decode - Shorthand for
UnicodeDecode::new().build(input, scope)
. - unicode_
decode_ with_ offsets - Shorthand for
UnicodeDecodeWithOffsets::new().build(input, scope)
. - unicode_
encode - Shorthand for
UnicodeEncode::new().build(input_values, input_splits, scope)
. - unicode_
script - Shorthand for
UnicodeScript::new().build(input, scope)
. - unicode_
transcode - Shorthand for
UnicodeTranscode::new().build(input, scope)
. - uniform_
candidate_ sampler - Shorthand for
UniformCandidateSampler::new().build(true_classes, scope)
. - uniform_
dequantize - Shorthand for
UniformDequantize::new().build(input, scales, zero_points, scope)
. - uniform_
quantize - Shorthand for
UniformQuantize::new().build(input, scales, zero_points, scope)
. - uniform_
quantized_ add - Shorthand for
UniformQuantizedAdd::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope)
. - uniform_
quantized_ clip_ by_ value - Shorthand for
UniformQuantizedClipByValue::new().build(operand, min, max, scales, zero_points, scope)
. - uniform_
quantized_ convolution - Shorthand for
UniformQuantizedConvolution::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope)
. - uniform_
quantized_ convolution_ hybrid - Shorthand for
UniformQuantizedConvolutionHybrid::new().build(lhs, rhs, rhs_scales, rhs_zero_points, scope)
. - uniform_
quantized_ dot - Shorthand for
UniformQuantizedDot::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope)
. - uniform_
quantized_ dot_ hybrid - Shorthand for
UniformQuantizedDotHybrid::new().build(lhs, rhs, rhs_scales, rhs_zero_points, scope)
. - uniform_
requantize - Shorthand for
UniformRequantize::new().build(input, input_scales, input_zero_points, output_scales, output_zero_points, scope)
. - unique
- Shorthand for
Unique::new().build(x, scope)
. - unique_
dataset - Shorthand for
UniqueDataset::new().build(input_dataset, scope)
. - unique_
v2 - Shorthand for
UniqueV2::new().build(x, axis, scope)
. - unique_
with_ counts - Shorthand for
UniqueWithCounts::new().build(x, scope)
. - unique_
with_ counts_ v2 - Shorthand for
UniqueWithCountsV2::new().build(x, axis, scope)
. - unpack
- Shorthand for
Unpack::new().build(value, scope)
. - unravel_
index - Shorthand for
UnravelIndex::new().build(indices, dims, scope)
. - unsorted_
segment_ join - Shorthand for
UnsortedSegmentJoin::new().build(inputs, segment_ids, num_segments, scope)
. - unsorted_
segment_ max - Shorthand for
UnsortedSegmentMax::new().build(data, segment_ids, num_segments, scope)
. - unsorted_
segment_ min - Shorthand for
UnsortedSegmentMin::new().build(data, segment_ids, num_segments, scope)
. - unsorted_
segment_ prod - Shorthand for
UnsortedSegmentProd::new().build(data, segment_ids, num_segments, scope)
. - unsorted_
segment_ sum - Shorthand for
UnsortedSegmentSum::new().build(data, segment_ids, num_segments, scope)
. - unstage
- Shorthand for
Unstage::new().build(scope)
. - unwrap_
dataset_ variant - Shorthand for
UnwrapDatasetVariant::new().build(input_handle, scope)
. - upper_
bound - Shorthand for
UpperBound::new().build(sorted_inputs, values, scope)
. - var_
handle_ op - Shorthand for
VarHandleOp::new().build(scope)
. - var_
is_ initialized_ op - Shorthand for
VarIsInitializedOp::new().build(resource, scope)
. - variable
- Shorthand for
Variable::new().build(scope)
. - variable_
shape - Shorthand for
VariableShape::new().build(input, scope)
. - variable_
v2 - Shorthand for
VariableV2::new().build(scope)
. - where_
- Shorthand for
Where::new().build(input, scope)
. - while_
- Shorthand for
While::new().build(input, scope)
. - whole_
file_ reader - Shorthand for
WholeFileReader::new().build(scope)
. - whole_
file_ reader_ v2 - Shorthand for
WholeFileReaderV2::new().build(scope)
. - window_
dataset - Shorthand for
WindowDataset::new().build(input_dataset, size, shift, stride, drop_remainder, scope)
. - window_
op - Shorthand for
WindowOp::new().build(inputs, scope)
. - worker_
heartbeat - Shorthand for
WorkerHeartbeat::new().build(request, scope)
. - wrap_
dataset_ variant - Shorthand for
WrapDatasetVariant::new().build(input_handle, scope)
. - write_
audio_ summary - Shorthand for
WriteAudioSummary::new().build(writer, step, tag, tensor, sample_rate, scope)
. - write_
file - Shorthand for
WriteFile::new().build(filename, contents, scope)
. - write_
graph_ summary - Shorthand for
WriteGraphSummary::new().build(writer, step, tensor, scope)
. - write_
histogram_ summary - Shorthand for
WriteHistogramSummary::new().build(writer, step, tag, values, scope)
. - write_
image_ summary - Shorthand for
WriteImageSummary::new().build(writer, step, tag, tensor, bad_color, scope)
. - write_
raw_ proto_ summary - Shorthand for
WriteRawProtoSummary::new().build(writer, step, tensor, scope)
. - write_
scalar_ summary - Shorthand for
WriteScalarSummary::new().build(writer, step, tag, value, scope)
. - write_
summary - Shorthand for
WriteSummary::new().build(writer, step, tensor, tag, summary_metadata, scope)
. - xdivy
- Shorthand for
Xdivy::new().build(x, y, scope)
. - xla_
concat_ nd - Shorthand for
XlaConcatND::new().build(inputs, scope)
. - xla_
host_ compute - Shorthand for
XlaHostCompute::new().build(inputs, scope)
. - xla_
recv_ from_ host - Shorthand for
XlaRecvFromHost::new().build(scope)
. - xla_
recv_ tpuembedding_ activations - Shorthand for
XlaRecvTPUEmbeddingActivations::new().build(deduplication_data, scope)
. - xla_
recv_ tpuembedding_ deduplication_ data - Shorthand for
XlaRecvTPUEmbeddingDeduplicationData::new().build(scope)
. - xla_
send_ to_ host - Shorthand for
XlaSendToHost::new().build(input, scope)
. - xla_
send_ tpuembedding_ gradients - Shorthand for
XlaSendTPUEmbeddingGradients::new().build(gradients, learning_rates, deduplication_data, scope)
. - xla_
split_ nd - Shorthand for
XlaSplitND::new().build(input, scope)
. - xlog1py
- Shorthand for
Xlog1py::new().build(x, y, scope)
. - xlogy
- Shorthand for
Xlogy::new().build(x, y, scope)
. - zeros_
like - Shorthand for
ZerosLike::new().build(x, scope)
. - zeta
- Shorthand for
Zeta::new().build(x, q, scope)
. - zip_
dataset - Shorthand for
ZipDataset::new().build(input_datasets, scope)
.