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
Abortoperation. - Abort
Inst - An instance of ‘Abort’ Operation with it’s Outputs and Inputs exposed as methods.
- Abs
- Builder for the
Absoperation. - AbsInst
- An instance of ‘Abs’ Operation with it’s Outputs and Inputs exposed as methods.
- AccumulateN
V2 - Builder for the
AccumulateNV2operation. - AccumulateN
V2Inst - An instance of ‘AccumulateNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
Apply Gradient - Builder for the
AccumulatorApplyGradientoperation. - Accumulator
Apply Gradient Inst - An instance of ‘AccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
NumAccumulated - Builder for the
AccumulatorNumAccumulatedoperation. - Accumulator
NumAccumulated Inst - An instance of ‘AccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
SetGlobal Step - Builder for the
AccumulatorSetGlobalStepoperation. - Accumulator
SetGlobal Step Inst - An instance of ‘AccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Accumulator
Take Gradient - Builder for the
AccumulatorTakeGradientoperation. - Accumulator
Take Gradient Inst - An instance of ‘AccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Acos
- Builder for the
Acosoperation. - Acos
Inst - An instance of ‘Acos’ Operation with it’s Outputs and Inputs exposed as methods.
- Acosh
- Builder for the
Acoshoperation. - Acosh
Inst - An instance of ‘Acosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Add
- Builder for the
Addoperation. - AddInst
- An instance of ‘Add’ Operation with it’s Outputs and Inputs exposed as methods.
- AddMany
Sparse ToTensors Map - Builder for the
AddManySparseToTensorsMapoperation. - AddMany
Sparse ToTensors MapInst - An instance of ‘AddManySparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- AddN
- Builder for the
AddNoperation. - AddN
Inst - An instance of ‘AddN’ Operation with it’s Outputs and Inputs exposed as methods.
- AddSparse
ToTensors Map - Builder for the
AddSparseToTensorsMapoperation. - AddSparse
ToTensors MapInst - An instance of ‘AddSparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- AddV2
- Builder for the
AddV2operation. - AddV2
Inst - An instance of ‘AddV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Contrast - Builder for the
AdjustContrastoperation. - Adjust
Contrast Inst - An instance of ‘AdjustContrast’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Contrastv2 - Builder for the
AdjustContrastv2operation. - Adjust
Contrastv2 Inst - An instance of ‘AdjustContrastv2’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Hue - Builder for the
AdjustHueoperation. - Adjust
HueInst - An instance of ‘AdjustHue’ Operation with it’s Outputs and Inputs exposed as methods.
- Adjust
Saturation - Builder for the
AdjustSaturationoperation. - Adjust
Saturation Inst - An instance of ‘AdjustSaturation’ Operation with it’s Outputs and Inputs exposed as methods.
- All
- Builder for the
Alloperation. - AllCandidate
Sampler - Builder for the
AllCandidateSampleroperation. - 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
AllToAlloperation. - AllTo
AllInst - An instance of ‘AllToAll’ Operation with it’s Outputs and Inputs exposed as methods.
- Angle
- Builder for the
Angleoperation. - Angle
Inst - An instance of ‘Angle’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Hash Table - Builder for the
AnonymousHashTableoperation. - Anonymous
Hash Table Inst - An instance of ‘AnonymousHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Iterator - Builder for the
AnonymousIteratoroperation. - Anonymous
Iterator Inst - An instance of ‘AnonymousIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Anonymous
Iterator V2 - Builder for the
AnonymousIteratorV2operation. - Anonymous
Iterator V3 - Builder for the
AnonymousIteratorV3operation. - 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
AnonymousMemoryCacheoperation. - 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
AnonymousMultiDeviceIteratoroperation. - 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
AnonymousMultiDeviceIteratorV3operation. - 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
AnonymousMutableDenseHashTableoperation. - 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
AnonymousMutableHashTableoperation. - 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
AnonymousMutableHashTableOfTensorsoperation. - 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
AnonymousRandomSeedGeneratoroperation. - 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
AnonymousSeedGeneratoroperation. - Anonymous
Seed Generator Inst - An instance of ‘AnonymousSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Any
- Builder for the
Anyoperation. - AnyInst
- An instance of ‘Any’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
AdaMax - Builder for the
ApplyAdaMaxoperation. - Apply
AdaMax Inst - An instance of ‘ApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adadelta - Builder for the
ApplyAdadeltaoperation. - Apply
Adadelta Inst - An instance of ‘ApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adagrad - Builder for the
ApplyAdagradoperation. - Apply
AdagradDA - Builder for the
ApplyAdagradDAoperation. - 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
ApplyAdagradV2operation. - Apply
Adagrad V2Inst - An instance of ‘ApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Adam - Builder for the
ApplyAdamoperation. - Apply
Adam Inst - An instance of ‘ApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
AddSign - Builder for the
ApplyAddSignoperation. - Apply
AddSign Inst - An instance of ‘ApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
CenteredRMS Prop - Builder for the
ApplyCenteredRMSPropoperation. - Apply
CenteredRMS Prop Inst - An instance of ‘ApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Ftrl - Builder for the
ApplyFtrloperation. - Apply
Ftrl Inst - An instance of ‘ApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Ftrl V2 - Builder for the
ApplyFtrlV2operation. - Apply
Ftrl V2Inst - An instance of ‘ApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Gradient Descent - Builder for the
ApplyGradientDescentoperation. - Apply
Gradient Descent Inst - An instance of ‘ApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Momentum - Builder for the
ApplyMomentumoperation. - Apply
Momentum Inst - An instance of ‘ApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Power Sign - Builder for the
ApplyPowerSignoperation. - Apply
Power Sign Inst - An instance of ‘ApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Apply
Proximal Adagrad - Builder for the
ApplyProximalAdagradoperation. - 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
ApplyProximalGradientDescentoperation. - Apply
Proximal Gradient Descent Inst - An instance of ‘ApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- ApplyRMS
Prop - Builder for the
ApplyRMSPropoperation. - ApplyRMS
Prop Inst - An instance of ‘ApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Approx
TopK - Builder for the
ApproxTopKoperation. - Approx
TopK Inst - An instance of ‘ApproxTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Approximate
Equal - Builder for the
ApproximateEqualoperation. - Approximate
Equal Inst - An instance of ‘ApproximateEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- ArgMax
- Builder for the
ArgMaxoperation. - ArgMax
Inst - An instance of ‘ArgMax’ Operation with it’s Outputs and Inputs exposed as methods.
- ArgMin
- Builder for the
ArgMinoperation. - ArgMin
Inst - An instance of ‘ArgMin’ Operation with it’s Outputs and Inputs exposed as methods.
- AsString
- Builder for the
AsStringoperation. - AsString
Inst - An instance of ‘AsString’ Operation with it’s Outputs and Inputs exposed as methods.
- Asin
- Builder for the
Asinoperation. - Asin
Inst - An instance of ‘Asin’ Operation with it’s Outputs and Inputs exposed as methods.
- Asinh
- Builder for the
Asinhoperation. - Asinh
Inst - An instance of ‘Asinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Assert
- Builder for the
Assertoperation. - Assert
Cardinality Dataset - Builder for the
AssertCardinalityDatasetoperation. - 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
AssertNextDatasetoperation. - Assert
Next Dataset Inst - An instance of ‘AssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Assert
Prev Dataset - Builder for the
AssertPrevDatasetoperation. - Assert
Prev Dataset Inst - An instance of ‘AssertPrevDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
- Builder for the
Assignoperation. - Assign
Add - Builder for the
AssignAddoperation. - Assign
AddInst - An instance of ‘AssignAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
AddVariable Op - Builder for the
AssignAddVariableOpoperation. - 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
AssignSuboperation. - Assign
SubInst - An instance of ‘AssignSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
SubVariable Op - Builder for the
AssignSubVariableOpoperation. - Assign
SubVariable OpInst - An instance of ‘AssignSubVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
Variable Op - Builder for the
AssignVariableOpoperation. - Assign
Variable OpInst - An instance of ‘AssignVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Assign
Variable XlaConcatND - Builder for the
AssignVariableXlaConcatNDoperation. - Assign
Variable XlaConcatND Inst - An instance of ‘AssignVariableXlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- Atan
- Builder for the
Atanoperation. - Atan2
- Builder for the
Atan2operation. - 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
Atanhoperation. - Atanh
Inst - An instance of ‘Atanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Audio
Spectrogram - Builder for the
AudioSpectrogramoperation. - Audio
Spectrogram Inst - An instance of ‘AudioSpectrogram’ Operation with it’s Outputs and Inputs exposed as methods.
- Audio
Summary - Builder for the
AudioSummaryoperation. - Audio
Summary Inst - An instance of ‘AudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Audio
Summary V2 - Builder for the
AudioSummaryV2operation. - Audio
Summary V2Inst - An instance of ‘AudioSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Auto
Shard Dataset - Builder for the
AutoShardDatasetoperation. - Auto
Shard Dataset Inst - An instance of ‘AutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- AvgPool
- Builder for the
AvgPooloperation. - AvgPool3D
- Builder for the
AvgPool3Doperation. - AvgPool3D
Grad - Builder for the
AvgPool3DGradoperation. - 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
AvgPoolGradoperation. - 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
BandedTriangularSolveoperation. - Banded
Triangular Solve Inst - An instance of ‘BandedTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
- Builder for the
Barrieroperation. - Barrier
Close - Builder for the
BarrierCloseoperation. - Barrier
Close Inst - An instance of ‘BarrierClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Incomplete Size - Builder for the
BarrierIncompleteSizeoperation. - Barrier
Incomplete Size Inst - An instance of ‘BarrierIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Insert Many - Builder for the
BarrierInsertManyoperation. - 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
BarrierReadySizeoperation. - Barrier
Ready Size Inst - An instance of ‘BarrierReadySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Barrier
Take Many - Builder for the
BarrierTakeManyoperation. - Barrier
Take Many Inst - An instance of ‘BarrierTakeMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
- Builder for the
Batchoperation. - Batch
Cholesky - Builder for the
BatchCholeskyoperation. - Batch
Cholesky Grad - Builder for the
BatchCholeskyGradoperation. - 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
BatchDatasetoperation. - Batch
Dataset Inst - An instance of ‘BatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Dataset V2 - Builder for the
BatchDatasetV2operation. - Batch
Dataset V2Inst - An instance of ‘BatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchFFT
- Builder for the
BatchFFToperation. - BatchFF
T2D - Builder for the
BatchFFT2Doperation. - BatchFF
T2DInst - An instance of ‘BatchFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchFF
T3D - Builder for the
BatchFFT3Doperation. - 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
BatchFunctionoperation. - Batch
Function Inst - An instance of ‘BatchFunction’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchIFFT
- Builder for the
BatchIFFToperation. - BatchIFF
T2D - Builder for the
BatchIFFT2Doperation. - BatchIFF
T2DInst - An instance of ‘BatchIFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- BatchIFF
T3D - Builder for the
BatchIFFT3Doperation. - 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
BatchMatMuloperation. - Batch
MatMul Inst - An instance of ‘BatchMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
MatMul V2 - Builder for the
BatchMatMulV2operation. - Batch
MatMul V3 - Builder for the
BatchMatMulV3operation. - 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
BatchMatrixBandPartoperation. - 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
BatchMatrixDeterminantoperation. - Batch
Matrix Determinant Inst - An instance of ‘BatchMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Diag - Builder for the
BatchMatrixDiagoperation. - 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
BatchMatrixDiagPartoperation. - 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
BatchMatrixInverseoperation. - Batch
Matrix Inverse Inst - An instance of ‘BatchMatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix SetDiag - Builder for the
BatchMatrixSetDiagoperation. - Batch
Matrix SetDiag Inst - An instance of ‘BatchMatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Matrix Solve - Builder for the
BatchMatrixSolveoperation. - 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
BatchMatrixSolveLsoperation. - 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
BatchMatrixTriangularSolveoperation. - 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
BatchNormWithGlobalNormalizationoperation. - Batch
Norm With Global Normalization Grad - Builder for the
BatchNormWithGlobalNormalizationGradoperation. - 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
BatchSelfAdjointEigoperation. - 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
BatchSelfAdjointEigV2operation. - Batch
Self Adjoint EigV2 Inst - An instance of ‘BatchSelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
Svd - Builder for the
BatchSvdoperation. - Batch
SvdInst - An instance of ‘BatchSvd’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
ToSpace - Builder for the
BatchToSpaceoperation. - Batch
ToSpace Inst - An instance of ‘BatchToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Batch
ToSpaceND - Builder for the
BatchToSpaceNDoperation. - Batch
ToSpaceND Inst - An instance of ‘BatchToSpaceND’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I0 - Builder for the
BesselI0operation. - Bessel
I0Inst - An instance of ‘BesselI0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I0e - Builder for the
BesselI0eoperation. - Bessel
I0eInst - An instance of ‘BesselI0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I1 - Builder for the
BesselI1operation. - Bessel
I1Inst - An instance of ‘BesselI1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
I1e - Builder for the
BesselI1eoperation. - Bessel
I1eInst - An instance of ‘BesselI1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
J0 - Builder for the
BesselJ0operation. - Bessel
J0Inst - An instance of ‘BesselJ0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
J1 - Builder for the
BesselJ1operation. - Bessel
J1Inst - An instance of ‘BesselJ1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K0 - Builder for the
BesselK0operation. - Bessel
K0Inst - An instance of ‘BesselK0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K0e - Builder for the
BesselK0eoperation. - Bessel
K0eInst - An instance of ‘BesselK0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K1 - Builder for the
BesselK1operation. - Bessel
K1Inst - An instance of ‘BesselK1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
K1e - Builder for the
BesselK1eoperation. - Bessel
K1eInst - An instance of ‘BesselK1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
Y0 - Builder for the
BesselY0operation. - Bessel
Y0Inst - An instance of ‘BesselY0’ Operation with it’s Outputs and Inputs exposed as methods.
- Bessel
Y1 - Builder for the
BesselY1operation. - Bessel
Y1Inst - An instance of ‘BesselY1’ Operation with it’s Outputs and Inputs exposed as methods.
- Betainc
- Builder for the
Betaincoperation. - Betainc
Inst - An instance of ‘Betainc’ Operation with it’s Outputs and Inputs exposed as methods.
- BiasAdd
- Builder for the
BiasAddoperation. - Bias
AddGrad - Builder for the
BiasAddGradoperation. - 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
BiasAddV1operation. - Bias
AddV1 Inst - An instance of ‘BiasAddV1’ Operation with it’s Outputs and Inputs exposed as methods.
- Bincount
- Builder for the
Bincountoperation. - Bincount
Inst - An instance of ‘Bincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitcast
- Builder for the
Bitcastoperation. - Bitcast
Inst - An instance of ‘Bitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitwise
And - Builder for the
BitwiseAndoperation. - Bitwise
AndInst - An instance of ‘BitwiseAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitwise
Or - Builder for the
BitwiseOroperation. - Bitwise
OrInst - An instance of ‘BitwiseOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Bitwise
Xor - Builder for the
BitwiseXoroperation. - Bitwise
XorInst - An instance of ‘BitwiseXor’ Operation with it’s Outputs and Inputs exposed as methods.
- BlockLSTM
- Builder for the
BlockLSTMoperation. - BlockLSTM
Grad - Builder for the
BlockLSTMGradoperation. - BlockLSTM
Grad Inst - An instance of ‘BlockLSTMGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- BlockLSTM
Grad V2 - Builder for the
BlockLSTMGradV2operation. - 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
BlockLSTMV2operation. - BlockLSTM
V2Inst - An instance of ‘BlockLSTMV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Boosted
Trees Aggregate Stats - Builder for the
BoostedTreesAggregateStatsoperation. - 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
BoostedTreesBucketizeoperation. - 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
BoostedTreesCalculateBestFeatureSplitoperation. - 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
BoostedTreesCalculateBestFeatureSplitV2operation. - 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
BoostedTreesCalculateBestGainsPerFeatureoperation. - 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
BoostedTreesCenterBiasoperation. - 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
BoostedTreesCreateEnsembleoperation. - 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
BoostedTreesCreateQuantileStreamResourceoperation. - 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
BoostedTreesDeserializeEnsembleoperation. - 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
BoostedTreesEnsembleResourceHandleOpoperation. - 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
BoostedTreesExampleDebugOutputsoperation. - 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
BoostedTreesFlushQuantileSummariesoperation. - 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
BoostedTreesGetEnsembleStatesoperation. - 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
BoostedTreesMakeQuantileSummariesoperation. - 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
BoostedTreesMakeStatsSummaryoperation. - 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
BoostedTreesPredictoperation. - 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
BoostedTreesQuantileStreamResourceAddSummariesoperation. - 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
BoostedTreesQuantileStreamResourceDeserializeoperation. - 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
BoostedTreesQuantileStreamResourceFlushoperation. - 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
BoostedTreesQuantileStreamResourceGetBucketBoundariesoperation. - 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
BoostedTreesQuantileStreamResourceHandleOpoperation. - 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
BoostedTreesSerializeEnsembleoperation. - 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
BoostedTreesSparseAggregateStatsoperation. - 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
BoostedTreesSparseCalculateBestFeatureSplitoperation. - 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
BoostedTreesTrainingPredictoperation. - 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
BoostedTreesUpdateEnsembleoperation. - 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
BoostedTreesUpdateEnsembleV2operation. - Boosted
Trees Update Ensemble V2Inst - An instance of ‘BoostedTreesUpdateEnsembleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Broadcast
Args - Builder for the
BroadcastArgsoperation. - Broadcast
Args Inst - An instance of ‘BroadcastArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Broadcast
Gradient Args - Builder for the
BroadcastGradientArgsoperation. - Broadcast
Gradient Args Inst - An instance of ‘BroadcastGradientArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Broadcast
To - Builder for the
BroadcastTooperation. - Broadcast
ToInst - An instance of ‘BroadcastTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Bucketize
- Builder for the
Bucketizeoperation. - Bucketize
Inst - An instance of ‘Bucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Bytes
Produced Stats Dataset - Builder for the
BytesProducedStatsDatasetoperation. - 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
CSRSparseMatrixComponentsoperation. - CSRSparse
Matrix Components Inst - An instance of ‘CSRSparseMatrixComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- CSRSparse
Matrix ToDense - Builder for the
CSRSparseMatrixToDenseoperation. - 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
CSRSparseMatrixToSparseTensoroperation. - CSRSparse
Matrix ToSparse Tensor Inst - An instance of ‘CSRSparseMatrixToSparseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- CSVDataset
- Builder for the
CSVDatasetoperation. - CSVDataset
Inst - An instance of ‘CSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- CSVDataset
V2 - Builder for the
CSVDatasetV2operation. - CSVDataset
V2Inst - An instance of ‘CSVDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCBeam
Search Decoder - Builder for the
CTCBeamSearchDecoderoperation. - CTCBeam
Search Decoder Inst - An instance of ‘CTCBeamSearchDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCGreedy
Decoder - Builder for the
CTCGreedyDecoderoperation. - CTCGreedy
Decoder Inst - An instance of ‘CTCGreedyDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCLoss
- Builder for the
CTCLossoperation. - CTCLoss
Inst - An instance of ‘CTCLoss’ Operation with it’s Outputs and Inputs exposed as methods.
- CTCLoss
V2 - Builder for the
CTCLossV2operation. - CTCLoss
V2Inst - An instance of ‘CTCLossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Cache
Dataset - Builder for the
CacheDatasetoperation. - Cache
Dataset Inst - An instance of ‘CacheDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Cache
Dataset V2 - Builder for the
CacheDatasetV2operation. - Cache
Dataset V2Inst - An instance of ‘CacheDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Case
- Builder for the
Caseoperation. - Case
Inst - An instance of ‘Case’ Operation with it’s Outputs and Inputs exposed as methods.
- Cast
- Builder for the
Castoperation. - Cast
Inst - An instance of ‘Cast’ Operation with it’s Outputs and Inputs exposed as methods.
- Ceil
- Builder for the
Ceiloperation. - Ceil
Inst - An instance of ‘Ceil’ Operation with it’s Outputs and Inputs exposed as methods.
- Check
Numerics - Builder for the
CheckNumericsoperation. - Check
Numerics Inst - An instance of ‘CheckNumerics’ Operation with it’s Outputs and Inputs exposed as methods.
- Check
Numerics V2 - Builder for the
CheckNumericsV2operation. - Check
Numerics V2Inst - An instance of ‘CheckNumericsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Cholesky
- Builder for the
Choleskyoperation. - Cholesky
Grad - Builder for the
CholeskyGradoperation. - 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
ChooseFastestBranchDatasetoperation. - 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
ChooseFastestDatasetoperation. - Choose
Fastest Dataset Inst - An instance of ‘ChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Clip
ByValue - Builder for the
ClipByValueoperation. - Clip
ByValue Inst - An instance of ‘ClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Close
Summary Writer - Builder for the
CloseSummaryWriteroperation. - Close
Summary Writer Inst - An instance of ‘CloseSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- CollateTPU
Embedding Memory - Builder for the
CollateTPUEmbeddingMemoryoperation. - CollateTPU
Embedding Memory Inst - An instance of ‘CollateTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
AllTo AllV2 - Builder for the
CollectiveAllToAllV2operation. - Collective
AllTo AllV3 - Builder for the
CollectiveAllToAllV3operation. - 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
CollectiveAssignGroupV2operation. - Collective
Assign Group V2Inst - An instance of ‘CollectiveAssignGroupV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Bcast Recv - Builder for the
CollectiveBcastRecvoperation. - 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
CollectiveBcastRecvV2operation. - Collective
Bcast Recv V2Inst - An instance of ‘CollectiveBcastRecvV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Bcast Send - Builder for the
CollectiveBcastSendoperation. - 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
CollectiveBcastSendV2operation. - Collective
Bcast Send V2Inst - An instance of ‘CollectiveBcastSendV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Gather - Builder for the
CollectiveGatheroperation. - Collective
Gather Inst - An instance of ‘CollectiveGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Gather V2 - Builder for the
CollectiveGatherV2operation. - Collective
Gather V2Inst - An instance of ‘CollectiveGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Initialize Communicator - Builder for the
CollectiveInitializeCommunicatoroperation. - Collective
Initialize Communicator Inst - An instance of ‘CollectiveInitializeCommunicator’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Permute - Builder for the
CollectivePermuteoperation. - Collective
Permute Inst - An instance of ‘CollectivePermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce - Builder for the
CollectiveReduceoperation. - Collective
Reduce Inst - An instance of ‘CollectiveReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce Scatter V2 - Builder for the
CollectiveReduceScatterV2operation. - Collective
Reduce Scatter V2Inst - An instance of ‘CollectiveReduceScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Collective
Reduce V2 - Builder for the
CollectiveReduceV2operation. - Collective
Reduce V3 - Builder for the
CollectiveReduceV3operation. - 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
CombinedNonMaxSuppressionoperation. - Combined
NonMax Suppression Inst - An instance of ‘CombinedNonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- Complex
- Builder for the
Complexoperation. - Complex
Abs - Builder for the
ComplexAbsoperation. - 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
CompositeTensorVariantFromComponentsoperation. - 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
CompositeTensorVariantToComponentsoperation. - Composite
Tensor Variant ToComponents Inst - An instance of ‘CompositeTensorVariantToComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Compress
Element - Builder for the
CompressElementoperation. - Compress
Element Inst - An instance of ‘CompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Compute
Accidental Hits - Builder for the
ComputeAccidentalHitsoperation. - Compute
Accidental Hits Inst - An instance of ‘ComputeAccidentalHits’ Operation with it’s Outputs and Inputs exposed as methods.
- Compute
Batch Size - Builder for the
ComputeBatchSizeoperation. - 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
ComputeDedupDataTupleMaskoperation. - Compute
Dedup Data Tuple Mask Inst - An instance of ‘ComputeDedupDataTupleMask’ Operation with it’s Outputs and Inputs exposed as methods.
- Concat
- Builder for the
Concatoperation. - Concat
Inst - An instance of ‘Concat’ Operation with it’s Outputs and Inputs exposed as methods.
- Concat
Offset - Builder for the
ConcatOffsetoperation. - Concat
Offset Inst - An instance of ‘ConcatOffset’ Operation with it’s Outputs and Inputs exposed as methods.
- Concat
V2 - Builder for the
ConcatV2operation. - Concat
V2Inst - An instance of ‘ConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Concatenate
Dataset - Builder for the
ConcatenateDatasetoperation. - Concatenate
Dataset Inst - An instance of ‘ConcatenateDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Conditional
Accumulator - Builder for the
ConditionalAccumulatoroperation. - Conditional
Accumulator Inst - An instance of ‘ConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Configure
AndInitialize GlobalTPU - Builder for the
ConfigureAndInitializeGlobalTPUoperation. - Configure
AndInitialize GlobalTPU Inst - An instance of ‘ConfigureAndInitializeGlobalTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Configure
DistributedTPU - Builder for the
ConfigureDistributedTPUoperation. - Configure
DistributedTPU Inst - An instance of ‘ConfigureDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- ConfigureTPU
Embedding - Builder for the
ConfigureTPUEmbeddingoperation. - ConfigureTPU
Embedding Host - Builder for the
ConfigureTPUEmbeddingHostoperation. - 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
ConfigureTPUEmbeddingMemoryoperation. - ConfigureTPU
Embedding Memory Inst - An instance of ‘ConfigureTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Conj
- Builder for the
Conjoperation. - Conj
Inst - An instance of ‘Conj’ Operation with it’s Outputs and Inputs exposed as methods.
- Conjugate
Transpose - Builder for the
ConjugateTransposeoperation. - Conjugate
Transpose Inst - An instance of ‘ConjugateTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- ConnectTPU
Embedding Hosts - Builder for the
ConnectTPUEmbeddingHostsoperation. - ConnectTPU
Embedding Hosts Inst - An instance of ‘ConnectTPUEmbeddingHosts’ Operation with it’s Outputs and Inputs exposed as methods.
- Const
- Builder for the
Constoperation. - Const
Inst - An instance of ‘Const’ Operation with it’s Outputs and Inputs exposed as methods.
- Consume
Mutex Lock - Builder for the
ConsumeMutexLockoperation. - Consume
Mutex Lock Inst - An instance of ‘ConsumeMutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- Control
Trigger - Builder for the
ControlTriggeroperation. - Control
Trigger Inst - An instance of ‘ControlTrigger’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
- Builder for the
Conv2Doperation. - Conv2D
Backprop Filter - Builder for the
Conv2DBackpropFilteroperation. - 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
Conv2DBackpropFilterV2operation. - Conv2D
Backprop Filter V2Inst - An instance of ‘Conv2DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv2D
Backprop Input - Builder for the
Conv2DBackpropInputoperation. - 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
Conv2DBackpropInputV2operation. - 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
Conv3Doperation. - Conv3D
Backprop Filter - Builder for the
Conv3DBackpropFilteroperation. - 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
Conv3DBackpropFilterV2operation. - Conv3D
Backprop Filter V2Inst - An instance of ‘Conv3DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Conv3D
Backprop Input - Builder for the
Conv3DBackpropInputoperation. - 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
Conv3DBackpropInputV2operation. - 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
Copyoperation. - Copy
Host - Builder for the
CopyHostoperation. - 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
CopyToMeshoperation. - Copy
ToMesh Grad - Builder for the
CopyToMeshGradoperation. - 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
Cosoperation. - CosInst
- An instance of ‘Cos’ Operation with it’s Outputs and Inputs exposed as methods.
- Cosh
- Builder for the
Coshoperation. - Cosh
Inst - An instance of ‘Cosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Count
UpTo - Builder for the
CountUpTooperation. - Count
UpTo Inst - An instance of ‘CountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Create
Summary DbWriter - Builder for the
CreateSummaryDbWriteroperation. - 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
CreateSummaryFileWriteroperation. - Create
Summary File Writer Inst - An instance of ‘CreateSummaryFileWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Crop
AndResize - Builder for the
CropAndResizeoperation. - Crop
AndResize Grad Boxes - Builder for the
CropAndResizeGradBoxesoperation. - 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
CropAndResizeGradImageoperation. - 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
Crossoperation. - Cross
Inst - An instance of ‘Cross’ Operation with it’s Outputs and Inputs exposed as methods.
- Cross
Replica Sum - Builder for the
CrossReplicaSumoperation. - Cross
Replica SumInst - An instance of ‘CrossReplicaSum’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
- Builder for the
CudnnRNNoperation. - CudnnRNN
Backprop - Builder for the
CudnnRNNBackpropoperation. - CudnnRNN
Backprop Inst - An instance of ‘CudnnRNNBackprop’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Backprop V2 - Builder for the
CudnnRNNBackpropV2operation. - CudnnRNN
Backprop V3 - Builder for the
CudnnRNNBackpropV3operation. - 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
CudnnRNNCanonicalToParamsoperation. - 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
CudnnRNNCanonicalToParamsV2operation. - 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
CudnnRNNParamsSizeoperation. - CudnnRNN
Params Size Inst - An instance of ‘CudnnRNNParamsSize’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
Params ToCanonical - Builder for the
CudnnRNNParamsToCanonicaloperation. - 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
CudnnRNNParamsToCanonicalV2operation. - CudnnRNN
Params ToCanonical V2Inst - An instance of ‘CudnnRNNParamsToCanonicalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- CudnnRNN
V2 - Builder for the
CudnnRNNV2operation. - CudnnRNN
V3 - Builder for the
CudnnRNNV3operation. - 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
Cumprodoperation. - Cumprod
Inst - An instance of ‘Cumprod’ Operation with it’s Outputs and Inputs exposed as methods.
- Cumsum
- Builder for the
Cumsumoperation. - Cumsum
Inst - An instance of ‘Cumsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Cumulative
Logsumexp - Builder for the
CumulativeLogsumexpoperation. - Cumulative
Logsumexp Inst - An instance of ‘CumulativeLogsumexp’ Operation with it’s Outputs and Inputs exposed as methods.
- DTensor
Restore V2 - Builder for the
DTensorRestoreV2operation. - DTensor
Restore V2Inst - An instance of ‘DTensorRestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- DTensor
SetGlobalTPU Array - Builder for the
DTensorSetGlobalTPUArrayoperation. - DTensor
SetGlobalTPU Array Inst - An instance of ‘DTensorSetGlobalTPUArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Format DimMap - Builder for the
DataFormatDimMapoperation. - Data
Format DimMap Inst - An instance of ‘DataFormatDimMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Format VecPermute - Builder for the
DataFormatVecPermuteoperation. - Data
Format VecPermute Inst - An instance of ‘DataFormatVecPermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Data
Service Dataset - Builder for the
DataServiceDatasetoperation. - 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
DataServiceDatasetV2operation. - Data
Service Dataset V3 - Builder for the
DataServiceDatasetV3operation. - Data
Service Dataset V4 - Builder for the
DataServiceDatasetV4operation. - 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
DatasetCardinalityoperation. - Dataset
Cardinality Inst - An instance of ‘DatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
From Graph - Builder for the
DatasetFromGraphoperation. - Dataset
From Graph Inst - An instance of ‘DatasetFromGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToGraph - Builder for the
DatasetToGraphoperation. - Dataset
ToGraph Inst - An instance of ‘DatasetToGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToGraph V2 - Builder for the
DatasetToGraphV2operation. - Dataset
ToGraph V2Inst - An instance of ‘DatasetToGraphV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToSingle Element - Builder for the
DatasetToSingleElementoperation. - Dataset
ToSingle Element Inst - An instance of ‘DatasetToSingleElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Dataset
ToTF Record - Builder for the
DatasetToTFRecordoperation. - Dataset
ToTF Record Inst - An instance of ‘DatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Dawsn
- Builder for the
Dawsnoperation. - Dawsn
Inst - An instance of ‘Dawsn’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Gradient Identity - Builder for the
DebugGradientIdentityoperation. - Debug
Gradient Identity Inst - An instance of ‘DebugGradientIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Gradient RefIdentity - Builder for the
DebugGradientRefIdentityoperation. - Debug
Gradient RefIdentity Inst - An instance of ‘DebugGradientRefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Identity - Builder for the
DebugIdentityoperation. - Debug
Identity Inst - An instance of ‘DebugIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Identity V2 - Builder for the
DebugIdentityV2operation. - Debug
Identity V3 - Builder for the
DebugIdentityV3operation. - 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
DebugNanCountoperation. - Debug
NanCount Inst - An instance of ‘DebugNanCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Debug
Numeric Summary - Builder for the
DebugNumericSummaryoperation. - 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
DebugNumericSummaryV2operation. - Debug
Numeric Summary V2Inst - An instance of ‘DebugNumericSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
AndCrop Jpeg - Builder for the
DecodeAndCropJpegoperation. - Decode
AndCrop Jpeg Inst - An instance of ‘DecodeAndCropJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Base64 - Builder for the
DecodeBase64operation. - Decode
Base64 Inst - An instance of ‘DecodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Bmp - Builder for the
DecodeBmpoperation. - Decode
BmpInst - An instance of ‘DecodeBmp’ Operation with it’s Outputs and Inputs exposed as methods.
- DecodeCSV
- Builder for the
DecodeCSVoperation. - DecodeCSV
Inst - An instance of ‘DecodeCSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Compressed - Builder for the
DecodeCompressedoperation. - Decode
Compressed Inst - An instance of ‘DecodeCompressed’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Gif - Builder for the
DecodeGifoperation. - Decode
GifInst - An instance of ‘DecodeGif’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Image - Builder for the
DecodeImageoperation. - Decode
Image Inst - An instance of ‘DecodeImage’ Operation with it’s Outputs and Inputs exposed as methods.
- DecodeJSON
Example - Builder for the
DecodeJSONExampleoperation. - DecodeJSON
Example Inst - An instance of ‘DecodeJSONExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Jpeg - Builder for the
DecodeJpegoperation. - Decode
Jpeg Inst - An instance of ‘DecodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Padded Raw - Builder for the
DecodePaddedRawoperation. - Decode
Padded RawInst - An instance of ‘DecodePaddedRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Png - Builder for the
DecodePngoperation. - Decode
PngInst - An instance of ‘DecodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Proto V2 - Builder for the
DecodeProtoV2operation. - Decode
Proto V2Inst - An instance of ‘DecodeProtoV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Raw - Builder for the
DecodeRawoperation. - Decode
RawInst - An instance of ‘DecodeRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Decode
Wav - Builder for the
DecodeWavoperation. - Decode
WavInst - An instance of ‘DecodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- Deep
Copy - Builder for the
DeepCopyoperation. - Deep
Copy Inst - An instance of ‘DeepCopy’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Iterator - Builder for the
DeleteIteratoroperation. - Delete
Iterator Inst - An instance of ‘DeleteIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Memory Cache - Builder for the
DeleteMemoryCacheoperation. - 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
DeleteMultiDeviceIteratoroperation. - 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
DeleteRandomSeedGeneratoroperation. - 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
DeleteSeedGeneratoroperation. - Delete
Seed Generator Inst - An instance of ‘DeleteSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Delete
Session Tensor - Builder for the
DeleteSessionTensoroperation. - Delete
Session Tensor Inst - An instance of ‘DeleteSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
Bincount - Builder for the
DenseBincountoperation. - Dense
Bincount Inst - An instance of ‘DenseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Dense
Count Sparse Output - Builder for the
DenseCountSparseOutputoperation. - 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
DenseToCSRSparseMatrixoperation. - 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
DenseToDenseSetOperationoperation. - 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
DenseToSparseBatchDatasetoperation. - 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
DenseToSparseSetOperationoperation. - Dense
ToSparse SetOperation Inst - An instance of ‘DenseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Depth
ToSpace - Builder for the
DepthToSpaceoperation. - Depth
ToSpace Inst - An instance of ‘DepthToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Depthwise
Conv2d Native - Builder for the
DepthwiseConv2dNativeoperation. - Depthwise
Conv2d Native Backprop Filter - Builder for the
DepthwiseConv2dNativeBackpropFilteroperation. - 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
DepthwiseConv2dNativeBackpropInputoperation. - 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
Dequantizeoperation. - Dequantize
Inst - An instance of ‘Dequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Deserialize
Iterator - Builder for the
DeserializeIteratoroperation. - Deserialize
Iterator Inst - An instance of ‘DeserializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Deserialize
Many Sparse - Builder for the
DeserializeManySparseoperation. - Deserialize
Many Sparse Inst - An instance of ‘DeserializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Deserialize
Sparse - Builder for the
DeserializeSparseoperation. - Deserialize
Sparse Inst - An instance of ‘DeserializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Destroy
Resource Op - Builder for the
DestroyResourceOpoperation. - Destroy
Resource OpInst - An instance of ‘DestroyResourceOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Destroy
Temporary Variable - Builder for the
DestroyTemporaryVariableoperation. - Destroy
Temporary Variable Inst - An instance of ‘DestroyTemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Device
Index - Builder for the
DeviceIndexoperation. - Device
Index Inst - An instance of ‘DeviceIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Diag
- Builder for the
Diagoperation. - Diag
Inst - An instance of ‘Diag’ Operation with it’s Outputs and Inputs exposed as methods.
- Diag
Part - Builder for the
DiagPartoperation. - Diag
Part Inst - An instance of ‘DiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Digamma
- Builder for the
Digammaoperation. - Digamma
Inst - An instance of ‘Digamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Dilation2D
- Builder for the
Dilation2Doperation. - Dilation2D
Backprop Filter - Builder for the
Dilation2DBackpropFilteroperation. - Dilation2D
Backprop Filter Inst - An instance of ‘Dilation2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Dilation2D
Backprop Input - Builder for the
Dilation2DBackpropInputoperation. - 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
DirectedInterleaveDatasetoperation. - Directed
Interleave Dataset Inst - An instance of ‘DirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Disable
Copy OnRead - Builder for the
DisableCopyOnReadoperation. - Disable
Copy OnRead Inst - An instance of ‘DisableCopyOnRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Distributed
Save - Builder for the
DistributedSaveoperation. - Distributed
Save Inst - An instance of ‘DistributedSave’ Operation with it’s Outputs and Inputs exposed as methods.
- Div
- Builder for the
Divoperation. - DivInst
- An instance of ‘Div’ Operation with it’s Outputs and Inputs exposed as methods.
- DivNo
Nan - Builder for the
DivNoNanoperation. - DivNo
NanInst - An instance of ‘DivNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Draw
Bounding Boxes - Builder for the
DrawBoundingBoxesoperation. - 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
DrawBoundingBoxesV2operation. - Draw
Bounding Boxes V2Inst - An instance of ‘DrawBoundingBoxesV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Dummy
Iteration Counter - Builder for the
DummyIterationCounteroperation. - Dummy
Iteration Counter Inst - An instance of ‘DummyIterationCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Dummy
Memory Cache - Builder for the
DummyMemoryCacheoperation. - Dummy
Memory Cache Inst - An instance of ‘DummyMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Dummy
Seed Generator - Builder for the
DummySeedGeneratoroperation. - 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
DynamicEnqueueTPUEmbeddingArbitraryTensorBatchoperation. - 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
DynamicPartitionoperation. - Dynamic
Partition Inst - An instance of ‘DynamicPartition’ Operation with it’s Outputs and Inputs exposed as methods.
- Dynamic
Stitch - Builder for the
DynamicStitchoperation. - Dynamic
Stitch Inst - An instance of ‘DynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Eager
PyFunc - Builder for the
EagerPyFuncoperation. - Eager
PyFunc Inst - An instance of ‘EagerPyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- Edit
Distance - Builder for the
EditDistanceoperation. - Edit
Distance Inst - An instance of ‘EditDistance’ Operation with it’s Outputs and Inputs exposed as methods.
- Eig
- Builder for the
Eigoperation. - EigInst
- An instance of ‘Eig’ Operation with it’s Outputs and Inputs exposed as methods.
- Einsum
- Builder for the
Einsumoperation. - Einsum
Inst - An instance of ‘Einsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Elu
- Builder for the
Eluoperation. - EluGrad
- Builder for the
EluGradoperation. - 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
Emptyoperation. - Empty
Inst - An instance of ‘Empty’ Operation with it’s Outputs and Inputs exposed as methods.
- Empty
Tensor List - Builder for the
EmptyTensorListoperation. - Empty
Tensor List Inst - An instance of ‘EmptyTensorList’ Operation with it’s Outputs and Inputs exposed as methods.
- Empty
Tensor Map - Builder for the
EmptyTensorMapoperation. - Empty
Tensor MapInst - An instance of ‘EmptyTensorMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Base64 - Builder for the
EncodeBase64operation. - Encode
Base64 Inst - An instance of ‘EncodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Jpeg - Builder for the
EncodeJpegoperation. - Encode
Jpeg Inst - An instance of ‘EncodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Jpeg Variable Quality - Builder for the
EncodeJpegVariableQualityoperation. - Encode
Jpeg Variable Quality Inst - An instance of ‘EncodeJpegVariableQuality’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Png - Builder for the
EncodePngoperation. - Encode
PngInst - An instance of ‘EncodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Proto - Builder for the
EncodeProtooperation. - Encode
Proto Inst - An instance of ‘EncodeProto’ Operation with it’s Outputs and Inputs exposed as methods.
- Encode
Wav - Builder for the
EncodeWavoperation. - Encode
WavInst - An instance of ‘EncodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- EnqueueTPU
Embedding Arbitrary Tensor Batch - Builder for the
EnqueueTPUEmbeddingArbitraryTensorBatchoperation. - 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
EnqueueTPUEmbeddingBatchoperation. - 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
EnqueueTPUEmbeddingIntegerBatchoperation. - 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
EnqueueTPUEmbeddingRaggedTensorBatchoperation. - 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
EnqueueTPUEmbeddingSparseBatchoperation. - 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
EnqueueTPUEmbeddingSparseTensorBatchoperation. - 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
EnsureShapeoperation. - Ensure
Shape Inst - An instance of ‘EnsureShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Enter
- Builder for the
Enteroperation. - Enter
Inst - An instance of ‘Enter’ Operation with it’s Outputs and Inputs exposed as methods.
- Equal
- Builder for the
Equaloperation. - Equal
Inst - An instance of ‘Equal’ Operation with it’s Outputs and Inputs exposed as methods.
- Erf
- Builder for the
Erfoperation. - ErfInst
- An instance of ‘Erf’ Operation with it’s Outputs and Inputs exposed as methods.
- Erfc
- Builder for the
Erfcoperation. - Erfc
Inst - An instance of ‘Erfc’ Operation with it’s Outputs and Inputs exposed as methods.
- Erfinv
- Builder for the
Erfinvoperation. - Erfinv
Inst - An instance of ‘Erfinv’ Operation with it’s Outputs and Inputs exposed as methods.
- Euclidean
Norm - Builder for the
EuclideanNormoperation. - Euclidean
Norm Inst - An instance of ‘EuclideanNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- ExecuteTPU
Embedding Partitioner - Builder for the
ExecuteTPUEmbeddingPartitioneroperation. - ExecuteTPU
Embedding Partitioner Inst - An instance of ‘ExecuteTPUEmbeddingPartitioner’ Operation with it’s Outputs and Inputs exposed as methods.
- Exit
- Builder for the
Exitoperation. - Exit
Inst - An instance of ‘Exit’ Operation with it’s Outputs and Inputs exposed as methods.
- Exp
- Builder for the
Expoperation. - ExpInst
- An instance of ‘Exp’ Operation with it’s Outputs and Inputs exposed as methods.
- Expand
Dims - Builder for the
ExpandDimsoperation. - Expand
Dims Inst - An instance of ‘ExpandDims’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Assert Next Dataset - Builder for the
ExperimentalAssertNextDatasetoperation. - 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
ExperimentalAutoShardDatasetoperation. - 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
ExperimentalBytesProducedStatsDatasetoperation. - 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
ExperimentalCSVDatasetoperation. - ExperimentalCSV
Dataset Inst - An instance of ‘ExperimentalCSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Choose Fastest Dataset - Builder for the
ExperimentalChooseFastestDatasetoperation. - 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
ExperimentalDatasetCardinalityoperation. - 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
ExperimentalDatasetToTFRecordoperation. - 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
ExperimentalDenseToSparseBatchDatasetoperation. - 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
ExperimentalDirectedInterleaveDatasetoperation. - 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
ExperimentalGroupByReducerDatasetoperation. - 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
ExperimentalGroupByWindowDatasetoperation. - 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
ExperimentalIgnoreErrorsDatasetoperation. - 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
ExperimentalIteratorGetDeviceoperation. - Experimental
Iterator GetDevice Inst - An instance of ‘ExperimentalIteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- ExperimentalLMDB
Dataset - Builder for the
ExperimentalLMDBDatasetoperation. - ExperimentalLMDB
Dataset Inst - An instance of ‘ExperimentalLMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Latency Stats Dataset - Builder for the
ExperimentalLatencyStatsDatasetoperation. - 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
ExperimentalMapAndBatchDatasetoperation. - Experimental
MapAnd Batch Dataset Inst - An instance of ‘ExperimentalMapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
MapDataset - Builder for the
ExperimentalMapDatasetoperation. - Experimental
MapDataset Inst - An instance of ‘ExperimentalMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Matching Files Dataset - Builder for the
ExperimentalMatchingFilesDatasetoperation. - 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
ExperimentalMaxIntraOpParallelismDatasetoperation. - 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
ExperimentalNonSerializableDatasetoperation. - 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
ExperimentalParallelInterleaveDatasetoperation. - 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
ExperimentalParseExampleDatasetoperation. - 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
ExperimentalPrivateThreadPoolDatasetoperation. - 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
ExperimentalRandomDatasetoperation. - Experimental
Random Dataset Inst - An instance of ‘ExperimentalRandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Rebatch Dataset - Builder for the
ExperimentalRebatchDatasetoperation. - Experimental
Rebatch Dataset Inst - An instance of ‘ExperimentalRebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Scan Dataset - Builder for the
ExperimentalScanDatasetoperation. - 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
ExperimentalSetStatsAggregatorDatasetoperation. - 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
ExperimentalSleepDatasetoperation. - 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
ExperimentalSlidingWindowDatasetoperation. - Experimental
Sliding Window Dataset Inst - An instance of ‘ExperimentalSlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
SqlDataset - Builder for the
ExperimentalSqlDatasetoperation. - Experimental
SqlDataset Inst - An instance of ‘ExperimentalSqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Stats Aggregator Handle - Builder for the
ExperimentalStatsAggregatorHandleoperation. - 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
ExperimentalStatsAggregatorSummaryoperation. - 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
ExperimentalTakeWhileDatasetoperation. - 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
ExperimentalThreadPoolDatasetoperation. - 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
ExperimentalThreadPoolHandleoperation. - 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
ExperimentalUnbatchDatasetoperation. - Experimental
Unbatch Dataset Inst - An instance of ‘ExperimentalUnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Experimental
Unique Dataset - Builder for the
ExperimentalUniqueDatasetoperation. - Experimental
Unique Dataset Inst - An instance of ‘ExperimentalUniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Expint
- Builder for the
Expintoperation. - Expint
Inst - An instance of ‘Expint’ Operation with it’s Outputs and Inputs exposed as methods.
- Expm1
- Builder for the
Expm1operation. - Expm1
Inst - An instance of ‘Expm1’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Glimpse - Builder for the
ExtractGlimpseoperation. - Extract
Glimpse Inst - An instance of ‘ExtractGlimpse’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Glimpse V2 - Builder for the
ExtractGlimpseV2operation. - Extract
Glimpse V2Inst - An instance of ‘ExtractGlimpseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Image Patches - Builder for the
ExtractImagePatchesoperation. - Extract
Image Patches Inst - An instance of ‘ExtractImagePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Jpeg Shape - Builder for the
ExtractJpegShapeoperation. - Extract
Jpeg Shape Inst - An instance of ‘ExtractJpegShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Extract
Volume Patches - Builder for the
ExtractVolumePatchesoperation. - Extract
Volume Patches Inst - An instance of ‘ExtractVolumePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- FFT
- Builder for the
FFToperation. - FFT2D
- Builder for the
FFT2Doperation. - FFT2D
Inst - An instance of ‘FFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- FFT3D
- Builder for the
FFT3Doperation. - 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
FIFOQueueoperation. - FIFO
Queue Inst - An instance of ‘FIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- FIFO
Queue V2 - Builder for the
FIFOQueueV2operation. - FIFO
Queue V2Inst - An instance of ‘FIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Fact
- Builder for the
Factoperation. - Fact
Inst - An instance of ‘Fact’ Operation with it’s Outputs and Inputs exposed as methods.
- Fake
Param - Builder for the
FakeParamoperation. - 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
FakeQuantWithMinMaxArgsoperation. - Fake
Quant With MinMax Args Gradient - Builder for the
FakeQuantWithMinMaxArgsGradientoperation. - 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
FakeQuantWithMinMaxVarsoperation. - Fake
Quant With MinMax Vars Gradient - Builder for the
FakeQuantWithMinMaxVarsGradientoperation. - 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
FakeQuantWithMinMaxVarsPerChanneloperation. - Fake
Quant With MinMax Vars PerChannel Gradient - Builder for the
FakeQuantWithMinMaxVarsPerChannelGradientoperation. - 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
FakeQueueoperation. - Fake
Queue Inst - An instance of ‘FakeQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- File
System SetConfiguration - Builder for the
FileSystemSetConfigurationoperation. - File
System SetConfiguration Inst - An instance of ‘FileSystemSetConfiguration’ Operation with it’s Outputs and Inputs exposed as methods.
- Fill
- Builder for the
Filloperation. - Fill
Inst - An instance of ‘Fill’ Operation with it’s Outputs and Inputs exposed as methods.
- Filter
ByLast Component Dataset - Builder for the
FilterByLastComponentDatasetoperation. - Filter
ByLast Component Dataset Inst - An instance of ‘FilterByLastComponentDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Filter
Dataset - Builder for the
FilterDatasetoperation. - Filter
Dataset Inst - An instance of ‘FilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Finalize
Dataset - Builder for the
FinalizeDatasetoperation. - Finalize
Dataset Inst - An instance of ‘FinalizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- FinalizeTPU
Embedding - Builder for the
FinalizeTPUEmbeddingoperation. - FinalizeTPU
Embedding Inst - An instance of ‘FinalizeTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- Fingerprint
- Builder for the
Fingerprintoperation. - Fingerprint
Inst - An instance of ‘Fingerprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Fixed
Length Record Dataset - Builder for the
FixedLengthRecordDatasetoperation. - 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
FixedLengthRecordDatasetV2operation. - 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
FixedLengthRecordReaderoperation. - 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
FixedLengthRecordReaderV2operation. - 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
FixedUnigramCandidateSampleroperation. - Fixed
Unigram Candidate Sampler Inst - An instance of ‘FixedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Flat
MapDataset - Builder for the
FlatMapDatasetoperation. - Flat
MapDataset Inst - An instance of ‘FlatMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Floor
- Builder for the
Flooroperation. - Floor
Div - Builder for the
FloorDivoperation. - 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
FloorModoperation. - Floor
ModInst - An instance of ‘FloorMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Flush
Summary Writer - Builder for the
FlushSummaryWriteroperation. - Flush
Summary Writer Inst - An instance of ‘FlushSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- For
- Builder for the
Foroperation. - ForInst
- An instance of ‘For’ Operation with it’s Outputs and Inputs exposed as methods.
- Fractional
AvgPool - Builder for the
FractionalAvgPooloperation. - Fractional
AvgPool Grad - Builder for the
FractionalAvgPoolGradoperation. - 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
FractionalMaxPooloperation. - Fractional
MaxPool Grad - Builder for the
FractionalMaxPoolGradoperation. - 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
FresnelCosoperation. - Fresnel
CosInst - An instance of ‘FresnelCos’ Operation with it’s Outputs and Inputs exposed as methods.
- Fresnel
Sin - Builder for the
FresnelSinoperation. - Fresnel
SinInst - An instance of ‘FresnelSin’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Batch Norm - Builder for the
FusedBatchNormoperation. - Fused
Batch Norm Grad - Builder for the
FusedBatchNormGradoperation. - 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
FusedBatchNormGradV2operation. - Fused
Batch Norm Grad V3 - Builder for the
FusedBatchNormGradV3operation. - 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
FusedBatchNormV2operation. - Fused
Batch Norm V3 - Builder for the
FusedBatchNormV3operation. - 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
FusedPadConv2Doperation. - Fused
PadConv2D Inst - An instance of ‘FusedPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Fused
Resize AndPad Conv2D - Builder for the
FusedResizeAndPadConv2Doperation. - Fused
Resize AndPad Conv2D Inst - An instance of ‘FusedResizeAndPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- GRUBlock
Cell - Builder for the
GRUBlockCelloperation. - GRUBlock
Cell Grad - Builder for the
GRUBlockCellGradoperation. - 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
Gatheroperation. - Gather
Inst - An instance of ‘Gather’ Operation with it’s Outputs and Inputs exposed as methods.
- Gather
Nd - Builder for the
GatherNdoperation. - Gather
NdInst - An instance of ‘GatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Gather
V2 - Builder for the
GatherV2operation. - Gather
V2Inst - An instance of ‘GatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Generate
Bounding BoxProposals - Builder for the
GenerateBoundingBoxProposalsoperation. - Generate
Bounding BoxProposals Inst - An instance of ‘GenerateBoundingBoxProposals’ Operation with it’s Outputs and Inputs exposed as methods.
- Generate
Vocab Remapping - Builder for the
GenerateVocabRemappingoperation. - Generate
Vocab Remapping Inst - An instance of ‘GenerateVocabRemapping’ Operation with it’s Outputs and Inputs exposed as methods.
- Generator
Dataset - Builder for the
GeneratorDatasetoperation. - Generator
Dataset Inst - An instance of ‘GeneratorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- GetElement
AtIndex - Builder for the
GetElementAtIndexoperation. - GetElement
AtIndex Inst - An instance of ‘GetElementAtIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- GetOptions
- Builder for the
GetOptionsoperation. - GetOptions
Inst - An instance of ‘GetOptions’ Operation with it’s Outputs and Inputs exposed as methods.
- GetSession
Handle - Builder for the
GetSessionHandleoperation. - GetSession
Handle Inst - An instance of ‘GetSessionHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- GetSession
Handle V2 - Builder for the
GetSessionHandleV2operation. - GetSession
Handle V2Inst - An instance of ‘GetSessionHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- GetSession
Tensor - Builder for the
GetSessionTensoroperation. - GetSession
Tensor Inst - An instance of ‘GetSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Greater
- Builder for the
Greateroperation. - Greater
Equal - Builder for the
GreaterEqualoperation. - 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
GroupByReducerDatasetoperation. - Group
ByReducer Dataset Inst - An instance of ‘GroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Group
ByWindow Dataset - Builder for the
GroupByWindowDatasetoperation. - Group
ByWindow Dataset Inst - An instance of ‘GroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Guarantee
Const - Builder for the
GuaranteeConstoperation. - Guarantee
Const Inst - An instance of ‘GuaranteeConst’ Operation with it’s Outputs and Inputs exposed as methods.
- HSVToRGB
- Builder for the
HSVToRGBoperation. - HSVToRGB
Inst - An instance of ‘HSVToRGB’ Operation with it’s Outputs and Inputs exposed as methods.
- Hash
Table - Builder for the
HashTableoperation. - Hash
Table Inst - An instance of ‘HashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Hash
Table V2 - Builder for the
HashTableV2operation. - Hash
Table V2Inst - An instance of ‘HashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Histogram
Fixed Width - Builder for the
HistogramFixedWidthoperation. - Histogram
Fixed Width Inst - An instance of ‘HistogramFixedWidth’ Operation with it’s Outputs and Inputs exposed as methods.
- Histogram
Summary - Builder for the
HistogramSummaryoperation. - Histogram
Summary Inst - An instance of ‘HistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Host
Const - Builder for the
HostConstoperation. - Host
Const Inst - An instance of ‘HostConst’ Operation with it’s Outputs and Inputs exposed as methods.
- IFFT
- Builder for the
IFFToperation. - IFFT2D
- Builder for the
IFFT2Doperation. - IFFT2D
Inst - An instance of ‘IFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- IFFT3D
- Builder for the
IFFT3Doperation. - 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
IRFFToperation. - IRFFT2D
- Builder for the
IRFFT2Doperation. - IRFF
T2DInst - An instance of ‘IRFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- IRFFT3D
- Builder for the
IRFFT3Doperation. - 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
Identityoperation. - Identity
Inst - An instance of ‘Identity’ Operation with it’s Outputs and Inputs exposed as methods.
- IdentityN
- Builder for the
IdentityNoperation. - IdentityN
Inst - An instance of ‘IdentityN’ Operation with it’s Outputs and Inputs exposed as methods.
- Identity
Reader - Builder for the
IdentityReaderoperation. - Identity
Reader Inst - An instance of ‘IdentityReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Identity
Reader V2 - Builder for the
IdentityReaderV2operation. - Identity
Reader V2Inst - An instance of ‘IdentityReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- If
- Builder for the
Ifoperation. - IfInst
- An instance of ‘If’ Operation with it’s Outputs and Inputs exposed as methods.
- Igamma
- Builder for the
Igammaoperation. - Igamma
GradA - Builder for the
IgammaGradAoperation. - 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
Igammacoperation. - Igammac
Inst - An instance of ‘Igammac’ Operation with it’s Outputs and Inputs exposed as methods.
- Ignore
Errors Dataset - Builder for the
IgnoreErrorsDatasetoperation. - Ignore
Errors Dataset Inst - An instance of ‘IgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Imag
- Builder for the
Imagoperation. - Imag
Inst - An instance of ‘Imag’ Operation with it’s Outputs and Inputs exposed as methods.
- Image
Projective Transform V2 - Builder for the
ImageProjectiveTransformV2operation. - Image
Projective Transform V3 - Builder for the
ImageProjectiveTransformV3operation. - 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
ImageSummaryoperation. - Image
Summary Inst - An instance of ‘ImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Immutable
Const - Builder for the
ImmutableConstoperation. - Immutable
Const Inst - An instance of ‘ImmutableConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Import
Event - Builder for the
ImportEventoperation. - Import
Event Inst - An instance of ‘ImportEvent’ Operation with it’s Outputs and Inputs exposed as methods.
- InTopK
- Builder for the
InTopKoperation. - InTopK
Inst - An instance of ‘InTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- InTopK
V2 - Builder for the
InTopKV2operation. - InTopK
V2Inst - An instance of ‘InTopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Dequeue - Builder for the
InfeedDequeueoperation. - Infeed
Dequeue Inst - An instance of ‘InfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Dequeue Tuple - Builder for the
InfeedDequeueTupleoperation. - Infeed
Dequeue Tuple Inst - An instance of ‘InfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Enqueue - Builder for the
InfeedEnqueueoperation. - Infeed
Enqueue Inst - An instance of ‘InfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Infeed
Enqueue Prelinearized Buffer - Builder for the
InfeedEnqueuePrelinearizedBufferoperation. - 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
InfeedEnqueueTupleoperation. - Infeed
Enqueue Tuple Inst - An instance of ‘InfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Initialize
Table - Builder for the
InitializeTableoperation. - Initialize
Table From Dataset - Builder for the
InitializeTableFromDatasetoperation. - 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
InitializeTableFromTextFileoperation. - 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
InitializeTableFromTextFileV2operation. - 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
InitializeTableV2operation. - Initialize
Table V2Inst - An instance of ‘InitializeTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Inplace
Add - Builder for the
InplaceAddoperation. - Inplace
AddInst - An instance of ‘InplaceAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Inplace
Sub - Builder for the
InplaceSuboperation. - Inplace
SubInst - An instance of ‘InplaceSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Inplace
Update - Builder for the
InplaceUpdateoperation. - Inplace
Update Inst - An instance of ‘InplaceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Interleave
Dataset - Builder for the
InterleaveDatasetoperation. - Interleave
Dataset Inst - An instance of ‘InterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Inv
- Builder for the
Invoperation. - InvGrad
- Builder for the
InvGradoperation. - 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
Invertoperation. - Invert
Inst - An instance of ‘Invert’ Operation with it’s Outputs and Inputs exposed as methods.
- Invert
Permutation - Builder for the
InvertPermutationoperation. - Invert
Permutation Inst - An instance of ‘InvertPermutation’ Operation with it’s Outputs and Inputs exposed as methods.
- IsBoosted
Trees Ensemble Initialized - Builder for the
IsBoostedTreesEnsembleInitializedoperation. - 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
IsBoostedTreesQuantileStreamResourceInitializedoperation. - 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
IsFiniteoperation. - IsFinite
Inst - An instance of ‘IsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- IsInf
- Builder for the
IsInfoperation. - IsInf
Inst - An instance of ‘IsInf’ Operation with it’s Outputs and Inputs exposed as methods.
- IsNan
- Builder for the
IsNanoperation. - IsNan
Inst - An instance of ‘IsNan’ Operation with it’s Outputs and Inputs exposed as methods.
- IsTPU
Embedding Initialized - Builder for the
IsTPUEmbeddingInitializedoperation. - IsTPU
Embedding Initialized Inst - An instance of ‘IsTPUEmbeddingInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- IsVariable
Initialized - Builder for the
IsVariableInitializedoperation. - IsVariable
Initialized Inst - An instance of ‘IsVariableInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Isotonic
Regression - Builder for the
IsotonicRegressionoperation. - Isotonic
Regression Inst - An instance of ‘IsotonicRegression’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
- Builder for the
Iteratoroperation. - Iterator
From String Handle - Builder for the
IteratorFromStringHandleoperation. - 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
IteratorFromStringHandleV2operation. - Iterator
From String Handle V2Inst - An instance of ‘IteratorFromStringHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
GetDevice - Builder for the
IteratorGetDeviceoperation. - Iterator
GetDevice Inst - An instance of ‘IteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
GetNext - Builder for the
IteratorGetNextoperation. - Iterator
GetNext AsOptional - Builder for the
IteratorGetNextAsOptionaloperation. - 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
IteratorGetNextSyncoperation. - 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
IteratorToStringHandleoperation. - Iterator
ToString Handle Inst - An instance of ‘IteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Iterator
V2 - Builder for the
IteratorV2operation. - Iterator
V2Inst - An instance of ‘IteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- KMC2
Chain Initialization - Builder for the
KMC2ChainInitializationoperation. - 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
KmeansPlusPlusInitializationoperation. - Kmeans
Plus Plus Initialization Inst - An instance of ‘KmeansPlusPlusInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- KthOrder
Statistic - Builder for the
KthOrderStatisticoperation. - KthOrder
Statistic Inst - An instance of ‘KthOrderStatistic’ Operation with it’s Outputs and Inputs exposed as methods.
- L2Loss
- Builder for the
L2Lossoperation. - L2Loss
Inst - An instance of ‘L2Loss’ Operation with it’s Outputs and Inputs exposed as methods.
- LMDB
Dataset - Builder for the
LMDBDatasetoperation. - LMDB
Dataset Inst - An instance of ‘LMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- LMDB
Reader - Builder for the
LMDBReaderoperation. - LMDB
Reader Inst - An instance of ‘LMDBReader’ Operation with it’s Outputs and Inputs exposed as methods.
- LRN
- Builder for the
LRNoperation. - LRNGrad
- Builder for the
LRNGradoperation. - 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
LSTMBlockCelloperation. - LSTM
Block Cell Grad - Builder for the
LSTMBlockCellGradoperation. - 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
LatencyStatsDatasetoperation. - Latency
Stats Dataset Inst - An instance of ‘LatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Leaky
Relu - Builder for the
LeakyReluoperation. - Leaky
Relu Grad - Builder for the
LeakyReluGradoperation. - 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
LearnedUnigramCandidateSampleroperation. - Learned
Unigram Candidate Sampler Inst - An instance of ‘LearnedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Left
Shift - Builder for the
LeftShiftoperation. - 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
LegacyParallelInterleaveDatasetV2operation. - Legacy
Parallel Interleave Dataset V2Inst - An instance of ‘LegacyParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Less
- Builder for the
Lessoperation. - Less
Equal - Builder for the
LessEqualoperation. - 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
Lgammaoperation. - Lgamma
Inst - An instance of ‘Lgamma’ Operation with it’s Outputs and Inputs exposed as methods.
- LinSpace
- Builder for the
LinSpaceoperation. - LinSpace
Inst - An instance of ‘LinSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- List
Dataset - Builder for the
ListDatasetoperation. - List
Dataset Inst - An instance of ‘ListDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- List
Diff - Builder for the
ListDiffoperation. - List
Diff Inst - An instance of ‘ListDiff’ Operation with it’s Outputs and Inputs exposed as methods.
- Load
AllTPU Embedding Parameters - Builder for the
LoadAllTPUEmbeddingParametersoperation. - 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
LoadAndRemapMatrixoperation. - Load
AndRemap Matrix Inst - An instance of ‘LoadAndRemapMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Load
Dataset - Builder for the
LoadDatasetoperation. - Load
Dataset Inst - An instance of ‘LoadDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- LoadTPU
EmbeddingADAM Parameters - Builder for the
LoadTPUEmbeddingADAMParametersoperation. - 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
LoadTPUEmbeddingAdadeltaParametersoperation. - 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
LoadTPUEmbeddingAdagradMomentumParametersoperation. - 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
LoadTPUEmbeddingAdagradParametersoperation. - 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
LoadTPUEmbeddingCenteredRMSPropParametersoperation. - 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
LoadTPUEmbeddingFTRLParametersoperation. - 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
LoadTPUEmbeddingFrequencyEstimatorParametersoperation. - 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
LoadTPUEmbeddingMDLAdagradLightParametersoperation. - 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
LoadTPUEmbeddingMomentumParametersoperation. - 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
LoadTPUEmbeddingProximalAdagradParametersoperation. - 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
LoadTPUEmbeddingProximalYogiParametersoperation. - 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
LoadTPUEmbeddingRMSPropParametersoperation. - 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
LoadTPUEmbeddingStochasticGradientDescentParametersoperation. - 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
Logoperation. - Log1p
- Builder for the
Log1poperation. - 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
LogMatrixDeterminantoperation. - LogMatrix
Determinant Inst - An instance of ‘LogMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- LogSoftmax
- Builder for the
LogSoftmaxoperation. - LogSoftmax
Inst - An instance of ‘LogSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- LogUniform
Candidate Sampler - Builder for the
LogUniformCandidateSampleroperation. - LogUniform
Candidate Sampler Inst - An instance of ‘LogUniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Logical
And - Builder for the
LogicalAndoperation. - Logical
AndInst - An instance of ‘LogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Logical
Not - Builder for the
LogicalNotoperation. - Logical
NotInst - An instance of ‘LogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Logical
Or - Builder for the
LogicalOroperation. - Logical
OrInst - An instance of ‘LogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Export - Builder for the
LookupTableExportoperation. - 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
LookupTableExportV2operation. - Lookup
Table Export V2Inst - An instance of ‘LookupTableExportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Find - Builder for the
LookupTableFindoperation. - 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
LookupTableFindV2operation. - Lookup
Table Find V2Inst - An instance of ‘LookupTableFindV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Import - Builder for the
LookupTableImportoperation. - 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
LookupTableImportV2operation. - Lookup
Table Import V2Inst - An instance of ‘LookupTableImportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Insert - Builder for the
LookupTableInsertoperation. - 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
LookupTableInsertV2operation. - 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
LookupTableRemoveV2operation. - Lookup
Table Remove V2Inst - An instance of ‘LookupTableRemoveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Lookup
Table Size - Builder for the
LookupTableSizeoperation. - 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
LookupTableSizeV2operation. - Lookup
Table Size V2Inst - An instance of ‘LookupTableSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Loop
Cond - Builder for the
LoopCondoperation. - Loop
Cond Inst - An instance of ‘LoopCond’ Operation with it’s Outputs and Inputs exposed as methods.
- Lower
Bound - Builder for the
LowerBoundoperation. - Lower
Bound Inst - An instance of ‘LowerBound’ Operation with it’s Outputs and Inputs exposed as methods.
- Lu
- Builder for the
Luoperation. - LuInst
- An instance of ‘Lu’ Operation with it’s Outputs and Inputs exposed as methods.
- Make
Iterator - Builder for the
MakeIteratoroperation. - Make
Iterator Inst - An instance of ‘MakeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Make
Unique - Builder for the
MakeUniqueoperation. - Make
Unique Inst - An instance of ‘MakeUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- MapAnd
Batch Dataset - Builder for the
MapAndBatchDatasetoperation. - MapAnd
Batch Dataset Inst - An instance of ‘MapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- MapClear
- Builder for the
MapClearoperation. - MapClear
Inst - An instance of ‘MapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- MapDataset
- Builder for the
MapDatasetoperation. - MapDataset
Inst - An instance of ‘MapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- MapDefun
- Builder for the
MapDefunoperation. - MapDefun
Inst - An instance of ‘MapDefun’ Operation with it’s Outputs and Inputs exposed as methods.
- MapIncomplete
Size - Builder for the
MapIncompleteSizeoperation. - MapIncomplete
Size Inst - An instance of ‘MapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- MapPeek
- Builder for the
MapPeekoperation. - MapPeek
Inst - An instance of ‘MapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- MapSize
- Builder for the
MapSizeoperation. - MapSize
Inst - An instance of ‘MapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- MapStage
- Builder for the
MapStageoperation. - MapStage
Inst - An instance of ‘MapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- MapUnstage
- Builder for the
MapUnstageoperation. - MapUnstage
Inst - An instance of ‘MapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- MapUnstage
NoKey - Builder for the
MapUnstageNoKeyoperation. - MapUnstage
NoKey Inst - An instance of ‘MapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- MatMul
- Builder for the
MatMuloperation. - MatMul
Inst - An instance of ‘MatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Matching
Files - Builder for the
MatchingFilesoperation. - Matching
Files Dataset - Builder for the
MatchingFilesDatasetoperation. - 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
MatrixBandPartoperation. - Matrix
Band Part Inst - An instance of ‘MatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Determinant - Builder for the
MatrixDeterminantoperation. - Matrix
Determinant Inst - An instance of ‘MatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag - Builder for the
MatrixDiagoperation. - Matrix
Diag Inst - An instance of ‘MatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Diag Part - Builder for the
MatrixDiagPartoperation. - 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
MatrixDiagPartV2operation. - Matrix
Diag Part V3 - Builder for the
MatrixDiagPartV3operation. - 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
MatrixDiagV2operation. - Matrix
Diag V3 - Builder for the
MatrixDiagV3operation. - 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
MatrixExponentialoperation. - Matrix
Exponential Inst - An instance of ‘MatrixExponential’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Inverse - Builder for the
MatrixInverseoperation. - Matrix
Inverse Inst - An instance of ‘MatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Logarithm - Builder for the
MatrixLogarithmoperation. - Matrix
Logarithm Inst - An instance of ‘MatrixLogarithm’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
SetDiag - Builder for the
MatrixSetDiagoperation. - Matrix
SetDiag Inst - An instance of ‘MatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
SetDiag V2 - Builder for the
MatrixSetDiagV2operation. - Matrix
SetDiag V3 - Builder for the
MatrixSetDiagV3operation. - 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
MatrixSolveoperation. - Matrix
Solve Inst - An instance of ‘MatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Solve Ls - Builder for the
MatrixSolveLsoperation. - Matrix
Solve LsInst - An instance of ‘MatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Square Root - Builder for the
MatrixSquareRootoperation. - Matrix
Square Root Inst - An instance of ‘MatrixSquareRoot’ Operation with it’s Outputs and Inputs exposed as methods.
- Matrix
Triangular Solve - Builder for the
MatrixTriangularSolveoperation. - Matrix
Triangular Solve Inst - An instance of ‘MatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Max
- Builder for the
Maxoperation. - MaxInst
- An instance of ‘Max’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxIntra
OpParallelism Dataset - Builder for the
MaxIntraOpParallelismDatasetoperation. - MaxIntra
OpParallelism Dataset Inst - An instance of ‘MaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
- Builder for the
MaxPooloperation. - MaxPool3D
- Builder for the
MaxPool3Doperation. - MaxPool3D
Grad - Builder for the
MaxPool3DGradoperation. - MaxPool3D
Grad Grad - Builder for the
MaxPool3DGradGradoperation. - 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
MaxPoolGradoperation. - MaxPool
Grad Grad - Builder for the
MaxPoolGradGradoperation. - 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
MaxPoolGradGradV2operation. - 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
MaxPoolGradGradWithArgmaxoperation. - 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
MaxPoolGradV2operation. - MaxPool
Grad V2Inst - An instance of ‘MaxPoolGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
Grad With Argmax - Builder for the
MaxPoolGradWithArgmaxoperation. - 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
MaxPoolV2operation. - MaxPool
V2Inst - An instance of ‘MaxPoolV2’ Operation with it’s Outputs and Inputs exposed as methods.
- MaxPool
With Argmax - Builder for the
MaxPoolWithArgmaxoperation. - MaxPool
With Argmax Inst - An instance of ‘MaxPoolWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Maximum
- Builder for the
Maximumoperation. - Maximum
Inst - An instance of ‘Maximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Mean
- Builder for the
Meanoperation. - Mean
Inst - An instance of ‘Mean’ Operation with it’s Outputs and Inputs exposed as methods.
- Merge
- Builder for the
Mergeoperation. - Merge
Dedup Data - Builder for the
MergeDedupDataoperation. - 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
MergeSummaryoperation. - Merge
Summary Inst - An instance of ‘MergeSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Merge
V2Checkpoints - Builder for the
MergeV2Checkpointsoperation. - Merge
V2Checkpoints Inst - An instance of ‘MergeV2Checkpoints’ Operation with it’s Outputs and Inputs exposed as methods.
- Mfcc
- Builder for the
Mfccoperation. - Mfcc
Inst - An instance of ‘Mfcc’ Operation with it’s Outputs and Inputs exposed as methods.
- Min
- Builder for the
Minoperation. - MinInst
- An instance of ‘Min’ Operation with it’s Outputs and Inputs exposed as methods.
- Minimum
- Builder for the
Minimumoperation. - Minimum
Inst - An instance of ‘Minimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Mirror
Pad - Builder for the
MirrorPadoperation. - Mirror
PadGrad - Builder for the
MirrorPadGradoperation. - 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
MlirPassthroughOpoperation. - Mlir
Passthrough OpInst - An instance of ‘MlirPassthroughOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Mod
- Builder for the
Modoperation. - ModInst
- An instance of ‘Mod’ Operation with it’s Outputs and Inputs exposed as methods.
- Model
Dataset - Builder for the
ModelDatasetoperation. - Model
Dataset Inst - An instance of ‘ModelDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Mul
- Builder for the
Muloperation. - MulInst
- An instance of ‘Mul’ Operation with it’s Outputs and Inputs exposed as methods.
- MulNo
Nan - Builder for the
MulNoNanoperation. - MulNo
NanInst - An instance of ‘MulNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Multi
Device Iterator - Builder for the
MultiDeviceIteratoroperation. - Multi
Device Iterator From String Handle - Builder for the
MultiDeviceIteratorFromStringHandleoperation. - 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
MultiDeviceIteratorGetNextFromShardoperation. - 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
MultiDeviceIteratorInitoperation. - 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
MultiDeviceIteratorToStringHandleoperation. - Multi
Device Iterator ToString Handle Inst - An instance of ‘MultiDeviceIteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Multinomial
- Builder for the
Multinomialoperation. - Multinomial
Inst - An instance of ‘Multinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Multiply
Deprecated - Builder for the
Muloperation. - Mutable
Dense Hash Table - Builder for the
MutableDenseHashTableoperation. - 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
MutableDenseHashTableV2operation. - 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
MutableHashTableoperation. - 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
MutableHashTableOfTensorsoperation. - 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
MutableHashTableOfTensorsV2operation. - 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
MutableHashTableV2operation. - Mutable
Hash Table V2Inst - An instance of ‘MutableHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Mutex
Lock - Builder for the
MutexLockoperation. - Mutex
Lock Inst - An instance of ‘MutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- MutexV2
- Builder for the
MutexV2operation. - Mutex
V2Inst - An instance of ‘MutexV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Nccl
AllReduce - Builder for the
NcclAllReduceoperation. - Nccl
AllReduce Inst - An instance of ‘NcclAllReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Nccl
Broadcast - Builder for the
NcclBroadcastoperation. - Nccl
Broadcast Inst - An instance of ‘NcclBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Nccl
Reduce - Builder for the
NcclReduceoperation. - Nccl
Reduce Inst - An instance of ‘NcclReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Ndtri
- Builder for the
Ndtrioperation. - Ndtri
Inst - An instance of ‘Ndtri’ Operation with it’s Outputs and Inputs exposed as methods.
- Nearest
Neighbors - Builder for the
NearestNeighborsoperation. - Nearest
Neighbors Inst - An instance of ‘NearestNeighbors’ Operation with it’s Outputs and Inputs exposed as methods.
- Neg
- Builder for the
Negoperation. - NegInst
- An instance of ‘Neg’ Operation with it’s Outputs and Inputs exposed as methods.
- NegTrain
- Builder for the
NegTrainoperation. - NegTrain
Inst - An instance of ‘NegTrain’ Operation with it’s Outputs and Inputs exposed as methods.
- Next
After - Builder for the
NextAfteroperation. - Next
After Inst - An instance of ‘NextAfter’ Operation with it’s Outputs and Inputs exposed as methods.
- Next
Iteration - Builder for the
NextIterationoperation. - Next
Iteration Inst - An instance of ‘NextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- NoOp
- Builder for the
NoOpoperation. - NoOp
Inst - An instance of ‘NoOp’ Operation with it’s Outputs and Inputs exposed as methods.
- NonDeterministic
Ints - Builder for the
NonDeterministicIntsoperation. - NonDeterministic
Ints Inst - An instance of ‘NonDeterministicInts’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression - Builder for the
NonMaxSuppressionoperation. - NonMax
Suppression Inst - An instance of ‘NonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- NonMax
Suppression V2 - Builder for the
NonMaxSuppressionV2operation. - NonMax
Suppression V3 - Builder for the
NonMaxSuppressionV3operation. - NonMax
Suppression V4 - Builder for the
NonMaxSuppressionV4operation. - NonMax
Suppression V5 - Builder for the
NonMaxSuppressionV5operation. - 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
NonMaxSuppressionWithOverlapsoperation. - NonMax
Suppression With Overlaps Inst - An instance of ‘NonMaxSuppressionWithOverlaps’ Operation with it’s Outputs and Inputs exposed as methods.
- NonSerializable
Dataset - Builder for the
NonSerializableDatasetoperation. - NonSerializable
Dataset Inst - An instance of ‘NonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- NotEqual
- Builder for the
NotEqualoperation. - NotEqual
Inst - An instance of ‘NotEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- NthElement
- Builder for the
NthElementoperation. - NthElement
Inst - An instance of ‘NthElement’ Operation with it’s Outputs and Inputs exposed as methods.
- OneHot
- Builder for the
OneHotoperation. - OneHot
Inst - An instance of ‘OneHot’ Operation with it’s Outputs and Inputs exposed as methods.
- OneShot
Iterator - Builder for the
OneShotIteratoroperation. - OneShot
Iterator Inst - An instance of ‘OneShotIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Ones
Like - Builder for the
OnesLikeoperation. - Ones
Like Inst - An instance of ‘OnesLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Optimize
Dataset - Builder for the
OptimizeDatasetoperation. - Optimize
Dataset Inst - An instance of ‘OptimizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Optimize
Dataset V2 - Builder for the
OptimizeDatasetV2operation. - Optimize
Dataset V2Inst - An instance of ‘OptimizeDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
From Value - Builder for the
OptionalFromValueoperation. - Optional
From Value Inst - An instance of ‘OptionalFromValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
GetValue - Builder for the
OptionalGetValueoperation. - Optional
GetValue Inst - An instance of ‘OptionalGetValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
HasValue - Builder for the
OptionalHasValueoperation. - Optional
HasValue Inst - An instance of ‘OptionalHasValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Optional
None - Builder for the
OptionalNoneoperation. - Optional
None Inst - An instance of ‘OptionalNone’ Operation with it’s Outputs and Inputs exposed as methods.
- Options
Dataset - Builder for the
OptionsDatasetoperation. - Options
Dataset Inst - An instance of ‘OptionsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapClear - Builder for the
OrderedMapClearoperation. - Ordered
MapClear Inst - An instance of ‘OrderedMapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapIncomplete Size - Builder for the
OrderedMapIncompleteSizeoperation. - Ordered
MapIncomplete Size Inst - An instance of ‘OrderedMapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapPeek - Builder for the
OrderedMapPeekoperation. - Ordered
MapPeek Inst - An instance of ‘OrderedMapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapSize - Builder for the
OrderedMapSizeoperation. - Ordered
MapSize Inst - An instance of ‘OrderedMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapStage - Builder for the
OrderedMapStageoperation. - Ordered
MapStage Inst - An instance of ‘OrderedMapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapUnstage - Builder for the
OrderedMapUnstageoperation. - Ordered
MapUnstage Inst - An instance of ‘OrderedMapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Ordered
MapUnstage NoKey - Builder for the
OrderedMapUnstageNoKeyoperation. - Ordered
MapUnstage NoKey Inst - An instance of ‘OrderedMapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue - Builder for the
OutfeedDequeueoperation. - Outfeed
Dequeue Inst - An instance of ‘OutfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue Tuple - Builder for the
OutfeedDequeueTupleoperation. - 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
OutfeedDequeueTupleV2operation. - Outfeed
Dequeue Tuple V2Inst - An instance of ‘OutfeedDequeueTupleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Dequeue V2 - Builder for the
OutfeedDequeueV2operation. - Outfeed
Dequeue V2Inst - An instance of ‘OutfeedDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Enqueue - Builder for the
OutfeedEnqueueoperation. - Outfeed
Enqueue Inst - An instance of ‘OutfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Outfeed
Enqueue Tuple - Builder for the
OutfeedEnqueueTupleoperation. - Outfeed
Enqueue Tuple Inst - An instance of ‘OutfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Pack
- Builder for the
Packoperation. - Pack
Inst - An instance of ‘Pack’ Operation with it’s Outputs and Inputs exposed as methods.
- Pad
- Builder for the
Padoperation. - PadInst
- An instance of ‘Pad’ Operation with it’s Outputs and Inputs exposed as methods.
- PadV2
- Builder for the
PadV2operation. - PadV2
Inst - An instance of ‘PadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Padded
Batch Dataset - Builder for the
PaddedBatchDatasetoperation. - 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
PaddedBatchDatasetV2operation. - Padded
Batch Dataset V2Inst - An instance of ‘PaddedBatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- PaddingFIFO
Queue - Builder for the
PaddingFIFOQueueoperation. - PaddingFIFO
Queue Inst - An instance of ‘PaddingFIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- PaddingFIFO
Queue V2 - Builder for the
PaddingFIFOQueueV2operation. - PaddingFIFO
Queue V2Inst - An instance of ‘PaddingFIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Batch Dataset - Builder for the
ParallelBatchDatasetoperation. - Parallel
Batch Dataset Inst - An instance of ‘ParallelBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Concat - Builder for the
ParallelConcatoperation. - Parallel
Concat Inst - An instance of ‘ParallelConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Dynamic Stitch - Builder for the
ParallelDynamicStitchoperation. - Parallel
Dynamic Stitch Inst - An instance of ‘ParallelDynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Filter Dataset - Builder for the
ParallelFilterDatasetoperation. - Parallel
Filter Dataset Inst - An instance of ‘ParallelFilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
Interleave Dataset - Builder for the
ParallelInterleaveDatasetoperation. - 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
ParallelInterleaveDatasetV2operation. - Parallel
Interleave Dataset V3 - Builder for the
ParallelInterleaveDatasetV3operation. - Parallel
Interleave Dataset V4 - Builder for the
ParallelInterleaveDatasetV4operation. - 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
ParallelMapDatasetoperation. - Parallel
MapDataset Inst - An instance of ‘ParallelMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Parallel
MapDataset V2 - Builder for the
ParallelMapDatasetV2operation. - Parallel
MapDataset V2Inst - An instance of ‘ParallelMapDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parameterized
Truncated Normal - Builder for the
ParameterizedTruncatedNormaloperation. - Parameterized
Truncated Normal Inst - An instance of ‘ParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Example - Builder for the
ParseExampleoperation. - Parse
Example Dataset - Builder for the
ParseExampleDatasetoperation. - 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
ParseExampleDatasetV2operation. - 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
ParseExampleV2operation. - Parse
Example V2Inst - An instance of ‘ParseExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Sequence Example - Builder for the
ParseSequenceExampleoperation. - 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
ParseSequenceExampleV2operation. - Parse
Sequence Example V2Inst - An instance of ‘ParseSequenceExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Single Example - Builder for the
ParseSingleExampleoperation. - 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
ParseSingleSequenceExampleoperation. - Parse
Single Sequence Example Inst - An instance of ‘ParseSingleSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Parse
Tensor - Builder for the
ParseTensoroperation. - Parse
Tensor Inst - An instance of ‘ParseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Partitioned
Call - Builder for the
PartitionedCalloperation. - Partitioned
Call Inst - An instance of ‘PartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Placeholder
- Builder for the
Placeholderoperation. - Placeholder
Inst - An instance of ‘Placeholder’ Operation with it’s Outputs and Inputs exposed as methods.
- Placeholder
V2 - Builder for the
PlaceholderV2operation. - Placeholder
V2Inst - An instance of ‘PlaceholderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Placeholder
With Default - Builder for the
PlaceholderWithDefaultoperation. - Placeholder
With Default Inst - An instance of ‘PlaceholderWithDefault’ Operation with it’s Outputs and Inputs exposed as methods.
- Polygamma
- Builder for the
Polygammaoperation. - Polygamma
Inst - An instance of ‘Polygamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Population
Count - Builder for the
PopulationCountoperation. - Population
Count Inst - An instance of ‘PopulationCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Pow
- Builder for the
Powoperation. - PowInst
- An instance of ‘Pow’ Operation with it’s Outputs and Inputs exposed as methods.
- Prefetch
Dataset - Builder for the
PrefetchDatasetoperation. - Prefetch
Dataset Inst - An instance of ‘PrefetchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Prelinearize
- Builder for the
Prelinearizeoperation. - Prelinearize
Inst - An instance of ‘Prelinearize’ Operation with it’s Outputs and Inputs exposed as methods.
- Prelinearize
Tuple - Builder for the
PrelinearizeTupleoperation. - Prelinearize
Tuple Inst - An instance of ‘PrelinearizeTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Prevent
Gradient - Builder for the
PreventGradientoperation. - Prevent
Gradient Inst - An instance of ‘PreventGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Printoperation. - Print
Inst - An instance of ‘Print’ Operation with it’s Outputs and Inputs exposed as methods.
- PrintV2
- Builder for the
PrintV2operation. - Print
V2Inst - An instance of ‘PrintV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Priority
Queue - Builder for the
PriorityQueueoperation. - Priority
Queue Inst - An instance of ‘PriorityQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Priority
Queue V2 - Builder for the
PriorityQueueV2operation. - Priority
Queue V2Inst - An instance of ‘PriorityQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Private
Thread Pool Dataset - Builder for the
PrivateThreadPoolDatasetoperation. - Private
Thread Pool Dataset Inst - An instance of ‘PrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Prod
- Builder for the
Prodoperation. - Prod
Inst - An instance of ‘Prod’ Operation with it’s Outputs and Inputs exposed as methods.
- PyFunc
- Builder for the
PyFuncoperation. - PyFunc
Inst - An instance of ‘PyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- PyFunc
Stateless - Builder for the
PyFuncStatelessoperation. - PyFunc
Stateless Inst - An instance of ‘PyFuncStateless’ Operation with it’s Outputs and Inputs exposed as methods.
- Qr
- Builder for the
Qroperation. - QrInst
- An instance of ‘Qr’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize - Builder for the
QuantizeAndDequantizeoperation. - Quantize
AndDequantize Inst - An instance of ‘QuantizeAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
AndDequantize V2 - Builder for the
QuantizeAndDequantizeV2operation. - Quantize
AndDequantize V3 - Builder for the
QuantizeAndDequantizeV3operation. - Quantize
AndDequantize V4 - Builder for the
QuantizeAndDequantizeV4operation. - 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
QuantizeAndDequantizeV4Gradoperation. - 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
QuantizeDownAndShrinkRangeoperation. - Quantize
Down AndShrink Range Inst - An instance of ‘QuantizeDownAndShrinkRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantize
V2 - Builder for the
QuantizeV2operation. - Quantize
V2Inst - An instance of ‘QuantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Add - Builder for the
QuantizedAddoperation. - Quantized
AddInst - An instance of ‘QuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
AvgPool - Builder for the
QuantizedAvgPooloperation. - 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
QuantizedBatchNormWithGlobalNormalizationoperation. - 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
QuantizedBiasAddoperation. - Quantized
Bias AddInst - An instance of ‘QuantizedBiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Concat - Builder for the
QuantizedConcatoperation. - Quantized
Concat Inst - An instance of ‘QuantizedConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Conv2D - Builder for the
QuantizedConv2Doperation. - Quantized
Conv2D AndRelu - Builder for the
QuantizedConv2DAndReluoperation. - Quantized
Conv2D AndRelu AndRequantize - Builder for the
QuantizedConv2DAndReluAndRequantizeoperation. - 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
QuantizedConv2DAndRequantizeoperation. - 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
QuantizedConv2DPerChanneloperation. - 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
QuantizedConv2DWithBiasoperation. - Quantized
Conv2D With Bias AndRelu - Builder for the
QuantizedConv2DWithBiasAndReluoperation. - Quantized
Conv2D With Bias AndRelu AndRequantize - Builder for the
QuantizedConv2DWithBiasAndReluAndRequantizeoperation. - 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
QuantizedConv2DWithBiasAndRequantizeoperation. - 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
QuantizedConv2DWithBiasSignedSumAndReluAndRequantizeoperation. - 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
QuantizedConv2DWithBiasSumAndReluoperation. - Quantized
Conv2D With Bias SumAnd Relu AndRequantize - Builder for the
QuantizedConv2DWithBiasSumAndReluAndRequantizeoperation. - 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
QuantizedDepthwiseConv2Doperation. - 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
QuantizedDepthwiseConv2DWithBiasoperation. - Quantized
Depthwise Conv2D With Bias AndRelu - Builder for the
QuantizedDepthwiseConv2DWithBiasAndReluoperation. - Quantized
Depthwise Conv2D With Bias AndRelu AndRequantize - Builder for the
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeoperation. - 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
QuantizedInstanceNormoperation. - Quantized
Instance Norm Inst - An instance of ‘QuantizedInstanceNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul - Builder for the
QuantizedMatMuloperation. - Quantized
MatMul Inst - An instance of ‘QuantizedMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
MatMul With Bias - Builder for the
QuantizedMatMulWithBiasoperation. - Quantized
MatMul With Bias AndDequantize - Builder for the
QuantizedMatMulWithBiasAndDequantizeoperation. - 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
QuantizedMatMulWithBiasAndReluoperation. - Quantized
MatMul With Bias AndRelu AndRequantize - Builder for the
QuantizedMatMulWithBiasAndReluAndRequantizeoperation. - 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
QuantizedMatMulWithBiasAndRequantizeoperation. - 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
QuantizedMaxPooloperation. - Quantized
MaxPool Inst - An instance of ‘QuantizedMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Mul - Builder for the
QuantizedMuloperation. - Quantized
MulInst - An instance of ‘QuantizedMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Relu - Builder for the
QuantizedReluoperation. - Quantized
Relu6 - Builder for the
QuantizedRelu6operation. - 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
QuantizedReluXoperation. - Quantized
ReluX Inst - An instance of ‘QuantizedReluX’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Reshape - Builder for the
QuantizedReshapeoperation. - Quantized
Reshape Inst - An instance of ‘QuantizedReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Quantized
Resize Bilinear - Builder for the
QuantizedResizeBilinearoperation. - Quantized
Resize Bilinear Inst - An instance of ‘QuantizedResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Close - Builder for the
QueueCloseoperation. - Queue
Close Inst - An instance of ‘QueueClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Close V2 - Builder for the
QueueCloseV2operation. - Queue
Close V2Inst - An instance of ‘QueueCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue - Builder for the
QueueDequeueoperation. - Queue
Dequeue Inst - An instance of ‘QueueDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue Many - Builder for the
QueueDequeueManyoperation. - 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
QueueDequeueManyV2operation. - Queue
Dequeue Many V2Inst - An instance of ‘QueueDequeueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue UpTo - Builder for the
QueueDequeueUpTooperation. - 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
QueueDequeueUpToV2operation. - Queue
Dequeue UpTo V2Inst - An instance of ‘QueueDequeueUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Dequeue V2 - Builder for the
QueueDequeueV2operation. - Queue
Dequeue V2Inst - An instance of ‘QueueDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue - Builder for the
QueueEnqueueoperation. - Queue
Enqueue Inst - An instance of ‘QueueEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue Many - Builder for the
QueueEnqueueManyoperation. - 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
QueueEnqueueManyV2operation. - Queue
Enqueue Many V2Inst - An instance of ‘QueueEnqueueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Enqueue V2 - Builder for the
QueueEnqueueV2operation. - Queue
Enqueue V2Inst - An instance of ‘QueueEnqueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
IsClosed - Builder for the
QueueIsClosedoperation. - Queue
IsClosed Inst - An instance of ‘QueueIsClosed’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
IsClosed V2 - Builder for the
QueueIsClosedV2operation. - Queue
IsClosed V2Inst - An instance of ‘QueueIsClosedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Size - Builder for the
QueueSizeoperation. - Queue
Size Inst - An instance of ‘QueueSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Queue
Size V2 - Builder for the
QueueSizeV2operation. - Queue
Size V2Inst - An instance of ‘QueueSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- RFFT
- Builder for the
RFFToperation. - RFFT2D
- Builder for the
RFFT2Doperation. - RFFT2D
Inst - An instance of ‘RFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- RFFT3D
- Builder for the
RFFT3Doperation. - 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
RGBToHSVoperation. - RGBToHSV
Inst - An instance of ‘RGBToHSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Bincount - Builder for the
RaggedBincountoperation. - Ragged
Bincount Inst - An instance of ‘RaggedBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Count Sparse Output - Builder for the
RaggedCountSparseOutputoperation. - Ragged
Count Sparse Output Inst - An instance of ‘RaggedCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Cross - Builder for the
RaggedCrossoperation. - Ragged
Cross Inst - An instance of ‘RaggedCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Fill Empty Rows - Builder for the
RaggedFillEmptyRowsoperation. - Ragged
Fill Empty Rows Grad - Builder for the
RaggedFillEmptyRowsGradoperation. - 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
RaggedGatheroperation. - Ragged
Gather Inst - An instance of ‘RaggedGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Range - Builder for the
RaggedRangeoperation. - Ragged
Range Inst - An instance of ‘RaggedRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor From Variant - Builder for the
RaggedTensorFromVariantoperation. - 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
RaggedTensorToSparseoperation. - Ragged
Tensor ToSparse Inst - An instance of ‘RaggedTensorToSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor ToTensor - Builder for the
RaggedTensorToTensoroperation. - Ragged
Tensor ToTensor Inst - An instance of ‘RaggedTensorToTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Ragged
Tensor ToVariant - Builder for the
RaggedTensorToVariantoperation. - Ragged
Tensor ToVariant Gradient - Builder for the
RaggedTensorToVariantGradientoperation. - 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
RandomCropoperation. - Random
Crop Inst - An instance of ‘RandomCrop’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Dataset - Builder for the
RandomDatasetoperation. - Random
Dataset Inst - An instance of ‘RandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Dataset V2 - Builder for the
RandomDatasetV2operation. - Random
Dataset V2Inst - An instance of ‘RandomDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Gamma - Builder for the
RandomGammaoperation. - Random
Gamma Grad - Builder for the
RandomGammaGradoperation. - 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
RandomIndexShuffleoperation. - Random
Index Shuffle Inst - An instance of ‘RandomIndexShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Normal Deprecated - Builder for the
RandomStandardNormaloperation. - Random
Poisson - Builder for the
RandomPoissonoperation. - Random
Poisson Inst - An instance of ‘RandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Poisson V2 - Builder for the
RandomPoissonV2operation. - Random
Poisson V2Inst - An instance of ‘RandomPoissonV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Shuffle - Builder for the
RandomShuffleoperation. - Random
Shuffle Inst - An instance of ‘RandomShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Shuffle Queue - Builder for the
RandomShuffleQueueoperation. - 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
RandomShuffleQueueV2operation. - Random
Shuffle Queue V2Inst - An instance of ‘RandomShuffleQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Standard Normal - Builder for the
RandomStandardNormaloperation. - Random
Standard Normal Inst - An instance of ‘RandomStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Uniform - Builder for the
RandomUniformoperation. - Random
Uniform Inst - An instance of ‘RandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Random
Uniform Int - Builder for the
RandomUniformIntoperation. - Random
Uniform IntInst - An instance of ‘RandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Range
- Builder for the
Rangeoperation. - Range
Dataset - Builder for the
RangeDatasetoperation. - 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
Rankoperation. - Rank
Inst - An instance of ‘Rank’ Operation with it’s Outputs and Inputs exposed as methods.
- Read
File - Builder for the
ReadFileoperation. - Read
File Inst - An instance of ‘ReadFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Read
Variable Op - Builder for the
ReadVariableOpoperation. - Read
Variable OpInst - An instance of ‘ReadVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Read
Variable XlaSplitND - Builder for the
ReadVariableXlaSplitNDoperation. - Read
Variable XlaSplitND Inst - An instance of ‘ReadVariableXlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
NumRecords Produced - Builder for the
ReaderNumRecordsProducedoperation. - 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
ReaderNumRecordsProducedV2operation. - 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
ReaderNumWorkUnitsCompletedoperation. - 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
ReaderNumWorkUnitsCompletedV2operation. - Reader
NumWork Units Completed V2Inst - An instance of ‘ReaderNumWorkUnitsCompletedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read - Builder for the
ReaderReadoperation. - Reader
Read Inst - An instance of ‘ReaderRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read UpTo - Builder for the
ReaderReadUpTooperation. - 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
ReaderReadUpToV2operation. - Reader
Read UpTo V2Inst - An instance of ‘ReaderReadUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Read V2 - Builder for the
ReaderReadV2operation. - Reader
Read V2Inst - An instance of ‘ReaderReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Reset - Builder for the
ReaderResetoperation. - Reader
Reset Inst - An instance of ‘ReaderReset’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Reset V2 - Builder for the
ReaderResetV2operation. - Reader
Reset V2Inst - An instance of ‘ReaderResetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Restore State - Builder for the
ReaderRestoreStateoperation. - 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
ReaderRestoreStateV2operation. - Reader
Restore State V2Inst - An instance of ‘ReaderRestoreStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reader
Serialize State - Builder for the
ReaderSerializeStateoperation. - 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
ReaderSerializeStateV2operation. - Reader
Serialize State V2Inst - An instance of ‘ReaderSerializeStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Real
- Builder for the
Realoperation. - RealDiv
- Builder for the
RealDivoperation. - 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
RebatchDatasetoperation. - Rebatch
Dataset Inst - An instance of ‘RebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Rebatch
Dataset V2 - Builder for the
RebatchDatasetV2operation. - Rebatch
Dataset V2Inst - An instance of ‘RebatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Reciprocal
- Builder for the
Reciprocaloperation. - Reciprocal
Grad - Builder for the
ReciprocalGradoperation. - 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
RecordInputoperation. - Record
Input Inst - An instance of ‘RecordInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Recv
- Builder for the
Recvoperation. - Recv
Inst - An instance of ‘Recv’ Operation with it’s Outputs and Inputs exposed as methods.
- RecvTPU
Embedding Activations - Builder for the
RecvTPUEmbeddingActivationsoperation. - RecvTPU
Embedding Activations Inst - An instance of ‘RecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Reduce
Dataset - Builder for the
ReduceDatasetoperation. - Reduce
Dataset Inst - An instance of ‘ReduceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Reduce
Join - Builder for the
ReduceJoinoperation. - Reduce
Join Inst - An instance of ‘ReduceJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- RefEnter
- Builder for the
RefEnteroperation. - RefEnter
Inst - An instance of ‘RefEnter’ Operation with it’s Outputs and Inputs exposed as methods.
- RefExit
- Builder for the
RefExitoperation. - RefExit
Inst - An instance of ‘RefExit’ Operation with it’s Outputs and Inputs exposed as methods.
- RefIdentity
- Builder for the
RefIdentityoperation. - RefIdentity
Inst - An instance of ‘RefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- RefMerge
- Builder for the
RefMergeoperation. - RefMerge
Inst - An instance of ‘RefMerge’ Operation with it’s Outputs and Inputs exposed as methods.
- RefNext
Iteration - Builder for the
RefNextIterationoperation. - RefNext
Iteration Inst - An instance of ‘RefNextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- RefSelect
- Builder for the
RefSelectoperation. - RefSelect
Inst - An instance of ‘RefSelect’ Operation with it’s Outputs and Inputs exposed as methods.
- RefSwitch
- Builder for the
RefSwitchoperation. - RefSwitch
Inst - An instance of ‘RefSwitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Regex
Full Match - Builder for the
RegexFullMatchoperation. - Regex
Full Match Inst - An instance of ‘RegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Regex
Replace - Builder for the
RegexReplaceoperation. - Regex
Replace Inst - An instance of ‘RegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Register
Dataset - Builder for the
RegisterDatasetoperation. - Register
Dataset Inst - An instance of ‘RegisterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Register
Dataset V2 - Builder for the
RegisterDatasetV2operation. - Register
Dataset V2Inst - An instance of ‘RegisterDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Relayout
- Builder for the
Relayoutoperation. - Relayout
Grad - Builder for the
RelayoutGradoperation. - 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
Reluoperation. - Relu6
- Builder for the
Relu6operation. - Relu6
Grad - Builder for the
Relu6Gradoperation. - 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
ReluGradoperation. - 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
RemoteCalloperation. - Remote
Call Inst - An instance of ‘RemoteCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Repeat
Dataset - Builder for the
RepeatDatasetoperation. - Repeat
Dataset Inst - An instance of ‘RepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantization
Range - Builder for the
RequantizationRangeoperation. - Requantization
Range Inst - An instance of ‘RequantizationRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantization
Range PerChannel - Builder for the
RequantizationRangePerChanneloperation. - Requantization
Range PerChannel Inst - An instance of ‘RequantizationRangePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantize
- Builder for the
Requantizeoperation. - Requantize
Inst - An instance of ‘Requantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Requantize
PerChannel - Builder for the
RequantizePerChanneloperation. - Requantize
PerChannel Inst - An instance of ‘RequantizePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Reshape
- Builder for the
Reshapeoperation. - Reshape
Inst - An instance of ‘Reshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Area - Builder for the
ResizeAreaoperation. - Resize
Area Inst - An instance of ‘ResizeArea’ Operation with it’s Outputs and Inputs exposed as methods.
- Resize
Bicubic - Builder for the
ResizeBicubicoperation. - Resize
Bicubic Grad - Builder for the
ResizeBicubicGradoperation. - 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
ResizeBilinearoperation. - Resize
Bilinear Grad - Builder for the
ResizeBilinearGradoperation. - 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
ResizeNearestNeighboroperation. - Resize
Nearest Neighbor Grad - Builder for the
ResizeNearestNeighborGradoperation. - 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
ResourceAccumulatorApplyGradientoperation. - 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
ResourceAccumulatorNumAccumulatedoperation. - 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
ResourceAccumulatorSetGlobalStepoperation. - 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
ResourceAccumulatorTakeGradientoperation. - 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
ResourceApplyAdaMaxoperation. - Resource
Apply AdaMax Inst - An instance of ‘ResourceApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adadelta - Builder for the
ResourceApplyAdadeltaoperation. - Resource
Apply Adadelta Inst - An instance of ‘ResourceApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adagrad - Builder for the
ResourceApplyAdagradoperation. - Resource
Apply AdagradDA - Builder for the
ResourceApplyAdagradDAoperation. - 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
ResourceApplyAdagradV2operation. - Resource
Apply Adagrad V2Inst - An instance of ‘ResourceApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Apply Adam - Builder for the
ResourceApplyAdamoperation. - 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
ResourceApplyAdamWithAmsgradoperation. - 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
ResourceApplyAddSignoperation. - 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
ResourceApplyCenteredRMSPropoperation. - 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
ResourceApplyFtrloperation. - 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
ResourceApplyFtrlV2operation. - 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
ResourceApplyGradientDescentoperation. - 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
ResourceApplyKerasMomentumoperation. - 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
ResourceApplyMomentumoperation. - 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
ResourceApplyPowerSignoperation. - 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
ResourceApplyProximalAdagradoperation. - 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
ResourceApplyProximalGradientDescentoperation. - 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
ResourceApplyRMSPropoperation. - Resource
ApplyRMS Prop Inst - An instance of ‘ResourceApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Conditional Accumulator - Builder for the
ResourceConditionalAccumulatoroperation. - Resource
Conditional Accumulator Inst - An instance of ‘ResourceConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Count UpTo - Builder for the
ResourceCountUpTooperation. - Resource
Count UpTo Inst - An instance of ‘ResourceCountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Gather - Builder for the
ResourceGatheroperation. - Resource
Gather Inst - An instance of ‘ResourceGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Gather Nd - Builder for the
ResourceGatherNdoperation. - Resource
Gather NdInst - An instance of ‘ResourceGatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Add - Builder for the
ResourceScatterAddoperation. - Resource
Scatter AddInst - An instance of ‘ResourceScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Div - Builder for the
ResourceScatterDivoperation. - Resource
Scatter DivInst - An instance of ‘ResourceScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Max - Builder for the
ResourceScatterMaxoperation. - Resource
Scatter MaxInst - An instance of ‘ResourceScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Min - Builder for the
ResourceScatterMinoperation. - Resource
Scatter MinInst - An instance of ‘ResourceScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Mul - Builder for the
ResourceScatterMuloperation. - Resource
Scatter MulInst - An instance of ‘ResourceScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdAdd - Builder for the
ResourceScatterNdAddoperation. - Resource
Scatter NdAdd Inst - An instance of ‘ResourceScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdMax - Builder for the
ResourceScatterNdMaxoperation. - Resource
Scatter NdMax Inst - An instance of ‘ResourceScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdMin - Builder for the
ResourceScatterNdMinoperation. - Resource
Scatter NdMin Inst - An instance of ‘ResourceScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdSub - Builder for the
ResourceScatterNdSuboperation. - Resource
Scatter NdSub Inst - An instance of ‘ResourceScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter NdUpdate - Builder for the
ResourceScatterNdUpdateoperation. - Resource
Scatter NdUpdate Inst - An instance of ‘ResourceScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Sub - Builder for the
ResourceScatterSuboperation. - Resource
Scatter SubInst - An instance of ‘ResourceScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Resource
Scatter Update - Builder for the
ResourceScatterUpdateoperation. - 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
ResourceSparseApplyAdadeltaoperation. - 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
ResourceSparseApplyAdagradoperation. - Resource
Sparse Apply AdagradDA - Builder for the
ResourceSparseApplyAdagradDAoperation. - 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
ResourceSparseApplyAdagradV2operation. - 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
ResourceSparseApplyCenteredRMSPropoperation. - 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
ResourceSparseApplyFtrloperation. - 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
ResourceSparseApplyFtrlV2operation. - 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
ResourceSparseApplyKerasMomentumoperation. - 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
ResourceSparseApplyMomentumoperation. - 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
ResourceSparseApplyProximalAdagradoperation. - 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
ResourceSparseApplyProximalGradientDescentoperation. - 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
ResourceSparseApplyRMSPropoperation. - 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
ResourceStridedSliceAssignoperation. - Resource
Strided Slice Assign Inst - An instance of ‘ResourceStridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Restore
- Builder for the
Restoreoperation. - Restore
Inst - An instance of ‘Restore’ Operation with it’s Outputs and Inputs exposed as methods.
- Restore
Slice - Builder for the
RestoreSliceoperation. - Restore
Slice Inst - An instance of ‘RestoreSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Restore
V2 - Builder for the
RestoreV2operation. - Restore
V2Inst - An instance of ‘RestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Retrieve
AllTPU Embedding Parameters - Builder for the
RetrieveAllTPUEmbeddingParametersoperation. - 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
RetrieveTPUEmbeddingADAMParametersoperation. - 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
RetrieveTPUEmbeddingAdadeltaParametersoperation. - 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
RetrieveTPUEmbeddingAdagradMomentumParametersoperation. - 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
RetrieveTPUEmbeddingAdagradParametersoperation. - 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
RetrieveTPUEmbeddingCenteredRMSPropParametersoperation. - 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
RetrieveTPUEmbeddingFTRLParametersoperation. - 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
RetrieveTPUEmbeddingFrequencyEstimatorParametersoperation. - 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
RetrieveTPUEmbeddingMDLAdagradLightParametersoperation. - 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
RetrieveTPUEmbeddingMomentumParametersoperation. - 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
RetrieveTPUEmbeddingProximalAdagradParametersoperation. - 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
RetrieveTPUEmbeddingProximalYogiParametersoperation. - 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
RetrieveTPUEmbeddingRMSPropParametersoperation. - 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
RetrieveTPUEmbeddingStochasticGradientDescentParametersoperation. - 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
Reverseoperation. - Reverse
Inst - An instance of ‘Reverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Reverse
Sequence - Builder for the
ReverseSequenceoperation. - Reverse
Sequence Inst - An instance of ‘ReverseSequence’ Operation with it’s Outputs and Inputs exposed as methods.
- Reverse
V2 - Builder for the
ReverseV2operation. - Reverse
V2Inst - An instance of ‘ReverseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Rewrite
Dataset - Builder for the
RewriteDatasetoperation. - Rewrite
Dataset Inst - An instance of ‘RewriteDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Right
Shift - Builder for the
RightShiftoperation. - Right
Shift Inst - An instance of ‘RightShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Rint
- Builder for the
Rintoperation. - Rint
Inst - An instance of ‘Rint’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscAbs
- Builder for the
RiscAbsoperation. - Risc
AbsInst - An instance of ‘RiscAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscAdd
- Builder for the
RiscAddoperation. - Risc
AddInst - An instance of ‘RiscAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Binary Arithmetic - Builder for the
RiscBinaryArithmeticoperation. - Risc
Binary Arithmetic Inst - An instance of ‘RiscBinaryArithmetic’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Binary Comparison - Builder for the
RiscBinaryComparisonoperation. - Risc
Binary Comparison Inst - An instance of ‘RiscBinaryComparison’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Bitcast - Builder for the
RiscBitcastoperation. - Risc
Bitcast Inst - An instance of ‘RiscBitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Broadcast - Builder for the
RiscBroadcastoperation. - Risc
Broadcast Inst - An instance of ‘RiscBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Cast - Builder for the
RiscCastoperation. - Risc
Cast Inst - An instance of ‘RiscCast’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Ceil - Builder for the
RiscCeiloperation. - Risc
Ceil Inst - An instance of ‘RiscCeil’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Cholesky - Builder for the
RiscCholeskyoperation. - Risc
Cholesky Inst - An instance of ‘RiscCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Concat - Builder for the
RiscConcatoperation. - Risc
Concat Inst - An instance of ‘RiscConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Condition - Builder for the
RiscConditionoperation. - Risc
Condition Inst - An instance of ‘RiscCondition’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Conv - Builder for the
RiscConvoperation. - Risc
Conv Inst - An instance of ‘RiscConv’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscCos
- Builder for the
RiscCosoperation. - Risc
CosInst - An instance of ‘RiscCos’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscDiv
- Builder for the
RiscDivoperation. - Risc
DivInst - An instance of ‘RiscDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscDot
- Builder for the
RiscDotoperation. - Risc
DotInst - An instance of ‘RiscDot’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscExp
- Builder for the
RiscExpoperation. - Risc
ExpInst - An instance of ‘RiscExp’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscFft
- Builder for the
RiscFftoperation. - Risc
FftInst - An instance of ‘RiscFft’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Floor - Builder for the
RiscFlooroperation. - Risc
Floor Inst - An instance of ‘RiscFloor’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Gather - Builder for the
RiscGatheroperation. - Risc
Gather Inst - An instance of ‘RiscGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Imag - Builder for the
RiscImagoperation. - Risc
Imag Inst - An instance of ‘RiscImag’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
IsFinite - Builder for the
RiscIsFiniteoperation. - Risc
IsFinite Inst - An instance of ‘RiscIsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscLog
- Builder for the
RiscLogoperation. - Risc
LogInst - An instance of ‘RiscLog’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Logical And - Builder for the
RiscLogicalAndoperation. - Risc
Logical AndInst - An instance of ‘RiscLogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Logical Not - Builder for the
RiscLogicalNotoperation. - Risc
Logical NotInst - An instance of ‘RiscLogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Logical Or - Builder for the
RiscLogicalOroperation. - Risc
Logical OrInst - An instance of ‘RiscLogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscMax
- Builder for the
RiscMaxoperation. - Risc
MaxInst - An instance of ‘RiscMax’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscMin
- Builder for the
RiscMinoperation. - Risc
MinInst - An instance of ‘RiscMin’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscMul
- Builder for the
RiscMuloperation. - Risc
MulInst - An instance of ‘RiscMul’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscNeg
- Builder for the
RiscNegoperation. - Risc
NegInst - An instance of ‘RiscNeg’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscPad
- Builder for the
RiscPadoperation. - Risc
PadInst - An instance of ‘RiscPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Pool - Builder for the
RiscPooloperation. - Risc
Pool Inst - An instance of ‘RiscPool’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscPow
- Builder for the
RiscPowoperation. - Risc
PowInst - An instance of ‘RiscPow’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Random Uniform - Builder for the
RiscRandomUniformoperation. - Risc
Random Uniform Inst - An instance of ‘RiscRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Real - Builder for the
RiscRealoperation. - Risc
Real Inst - An instance of ‘RiscReal’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Reduce - Builder for the
RiscReduceoperation. - Risc
Reduce Inst - An instance of ‘RiscReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscRem
- Builder for the
RiscRemoperation. - Risc
RemInst - An instance of ‘RiscRem’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Reshape - Builder for the
RiscReshapeoperation. - Risc
Reshape Inst - An instance of ‘RiscReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Reverse - Builder for the
RiscReverseoperation. - Risc
Reverse Inst - An instance of ‘RiscReverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Scatter - Builder for the
RiscScatteroperation. - Risc
Scatter Inst - An instance of ‘RiscScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Shape - Builder for the
RiscShapeoperation. - Risc
Shape Inst - An instance of ‘RiscShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Sign - Builder for the
RiscSignoperation. - Risc
Sign Inst - An instance of ‘RiscSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Slice - Builder for the
RiscSliceoperation. - Risc
Slice Inst - An instance of ‘RiscSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Sort - Builder for the
RiscSortoperation. - Risc
Sort Inst - An instance of ‘RiscSort’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Squeeze - Builder for the
RiscSqueezeoperation. - Risc
Squeeze Inst - An instance of ‘RiscSqueeze’ Operation with it’s Outputs and Inputs exposed as methods.
- RiscSub
- Builder for the
RiscSuboperation. - Risc
SubInst - An instance of ‘RiscSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Transpose - Builder for the
RiscTransposeoperation. - Risc
Transpose Inst - An instance of ‘RiscTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Triangular Solve - Builder for the
RiscTriangularSolveoperation. - Risc
Triangular Solve Inst - An instance of ‘RiscTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
Unary - Builder for the
RiscUnaryoperation. - Risc
Unary Inst - An instance of ‘RiscUnary’ Operation with it’s Outputs and Inputs exposed as methods.
- Risc
While - Builder for the
RiscWhileoperation. - Risc
While Inst - An instance of ‘RiscWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- RngRead
AndSkip - Builder for the
RngReadAndSkipoperation. - RngRead
AndSkip Inst - An instance of ‘RngReadAndSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- RngSkip
- Builder for the
RngSkipoperation. - RngSkip
Inst - An instance of ‘RngSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- Roll
- Builder for the
Rolloperation. - Roll
Inst - An instance of ‘Roll’ Operation with it’s Outputs and Inputs exposed as methods.
- Round
- Builder for the
Roundoperation. - Round
Inst - An instance of ‘Round’ Operation with it’s Outputs and Inputs exposed as methods.
- Rsqrt
- Builder for the
Rsqrtoperation. - Rsqrt
Grad - Builder for the
RsqrtGradoperation. - 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
SampleDistortedBoundingBoxoperation. - 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
SampleDistortedBoundingBoxV2operation. - Sample
Distorted Bounding BoxV2 Inst - An instance of ‘SampleDistortedBoundingBoxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sampling
Dataset - Builder for the
SamplingDatasetoperation. - Sampling
Dataset Inst - An instance of ‘SamplingDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Save
- Builder for the
Saveoperation. - Save
Dataset - Builder for the
SaveDatasetoperation. - Save
Dataset Inst - An instance of ‘SaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Save
Dataset V2 - Builder for the
SaveDatasetV2operation. - 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
SaveSlicesoperation. - Save
Slices Inst - An instance of ‘SaveSlices’ Operation with it’s Outputs and Inputs exposed as methods.
- SaveV2
- Builder for the
SaveV2operation. - Save
V2Inst - An instance of ‘SaveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Scalar
Summary - Builder for the
ScalarSummaryoperation. - Scalar
Summary Inst - An instance of ‘ScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Scale
AndTranslate - Builder for the
ScaleAndTranslateoperation. - Scale
AndTranslate Grad - Builder for the
ScaleAndTranslateGradoperation. - 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
ScanDatasetoperation. - Scan
Dataset Inst - An instance of ‘ScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Add - Builder for the
ScatterAddoperation. - Scatter
AddInst - An instance of ‘ScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Div - Builder for the
ScatterDivoperation. - Scatter
DivInst - An instance of ‘ScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Max - Builder for the
ScatterMaxoperation. - Scatter
MaxInst - An instance of ‘ScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Min - Builder for the
ScatterMinoperation. - Scatter
MinInst - An instance of ‘ScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Mul - Builder for the
ScatterMuloperation. - Scatter
MulInst - An instance of ‘ScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Nd - Builder for the
ScatterNdoperation. - Scatter
NdAdd - Builder for the
ScatterNdAddoperation. - 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
ScatterNdMaxoperation. - Scatter
NdMax Inst - An instance of ‘ScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdMin - Builder for the
ScatterNdMinoperation. - Scatter
NdMin Inst - An instance of ‘ScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdNon Aliasing Add - Builder for the
ScatterNdNonAliasingAddoperation. - Scatter
NdNon Aliasing AddInst - An instance of ‘ScatterNdNonAliasingAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdSub - Builder for the
ScatterNdSuboperation. - Scatter
NdSub Inst - An instance of ‘ScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
NdUpdate - Builder for the
ScatterNdUpdateoperation. - Scatter
NdUpdate Inst - An instance of ‘ScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Sub - Builder for the
ScatterSuboperation. - Scatter
SubInst - An instance of ‘ScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Scatter
Update - Builder for the
ScatterUpdateoperation. - Scatter
Update Inst - An instance of ‘ScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Fprint - Builder for the
SdcaFprintoperation. - Sdca
Fprint Inst - An instance of ‘SdcaFprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Optimizer - Builder for the
SdcaOptimizeroperation. - Sdca
Optimizer Inst - An instance of ‘SdcaOptimizer’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Optimizer V2 - Builder for the
SdcaOptimizerV2operation. - Sdca
Optimizer V2Inst - An instance of ‘SdcaOptimizerV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sdca
Shrink L1 - Builder for the
SdcaShrinkL1operation. - Sdca
Shrink L1Inst - An instance of ‘SdcaShrinkL1’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Max - Builder for the
SegmentMaxoperation. - Segment
MaxInst - An instance of ‘SegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
MaxV2 - Builder for the
SegmentMaxV2operation. - Segment
MaxV2 Inst - An instance of ‘SegmentMaxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Mean - Builder for the
SegmentMeanoperation. - Segment
Mean Inst - An instance of ‘SegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Min - Builder for the
SegmentMinoperation. - Segment
MinInst - An instance of ‘SegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
MinV2 - Builder for the
SegmentMinV2operation. - Segment
MinV2 Inst - An instance of ‘SegmentMinV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Prod - Builder for the
SegmentProdoperation. - Segment
Prod Inst - An instance of ‘SegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Prod V2 - Builder for the
SegmentProdV2operation. - Segment
Prod V2Inst - An instance of ‘SegmentProdV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
Sum - Builder for the
SegmentSumoperation. - Segment
SumInst - An instance of ‘SegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Segment
SumV2 - Builder for the
SegmentSumV2operation. - Segment
SumV2 Inst - An instance of ‘SegmentSumV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Select
- Builder for the
Selectoperation. - Select
Inst - An instance of ‘Select’ Operation with it’s Outputs and Inputs exposed as methods.
- Select
V2 - Builder for the
SelectV2operation. - Select
V2Inst - An instance of ‘SelectV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Self
Adjoint Eig - Builder for the
SelfAdjointEigoperation. - Self
Adjoint EigInst - An instance of ‘SelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Self
Adjoint EigV2 - Builder for the
SelfAdjointEigV2operation. - Self
Adjoint EigV2 Inst - An instance of ‘SelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Selu
- Builder for the
Seluoperation. - Selu
Grad - Builder for the
SeluGradoperation. - 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
Sendoperation. - Send
Inst - An instance of ‘Send’ Operation with it’s Outputs and Inputs exposed as methods.
- SendTPU
Embedding Gradients - Builder for the
SendTPUEmbeddingGradientsoperation. - SendTPU
Embedding Gradients Inst - An instance of ‘SendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Iterator - Builder for the
SerializeIteratoroperation. - Serialize
Iterator Inst - An instance of ‘SerializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Many Sparse - Builder for the
SerializeManySparseoperation. - Serialize
Many Sparse Inst - An instance of ‘SerializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Sparse - Builder for the
SerializeSparseoperation. - Serialize
Sparse Inst - An instance of ‘SerializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Serialize
Tensor - Builder for the
SerializeTensoroperation. - Serialize
Tensor Inst - An instance of ‘SerializeTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- SetSize
- Builder for the
SetSizeoperation. - SetSize
Inst - An instance of ‘SetSize’ Operation with it’s Outputs and Inputs exposed as methods.
- SetStats
Aggregator Dataset - Builder for the
SetStatsAggregatorDatasetoperation. - SetStats
Aggregator Dataset Inst - An instance of ‘SetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Shape
- Builder for the
Shapeoperation. - Shape
Inst - An instance of ‘Shape’ Operation with it’s Outputs and Inputs exposed as methods.
- ShapeN
- Builder for the
ShapeNoperation. - ShapeN
Inst - An instance of ‘ShapeN’ Operation with it’s Outputs and Inputs exposed as methods.
- Shard
Dataset - Builder for the
ShardDatasetoperation. - Shard
Dataset Inst - An instance of ‘ShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Sharded
Filename - Builder for the
ShardedFilenameoperation. - Sharded
Filename Inst - An instance of ‘ShardedFilename’ Operation with it’s Outputs and Inputs exposed as methods.
- Sharded
Filespec - Builder for the
ShardedFilespecoperation. - Sharded
Filespec Inst - An instance of ‘ShardedFilespec’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
AndRepeat Dataset - Builder for the
ShuffleAndRepeatDatasetoperation. - 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
ShuffleAndRepeatDatasetV2operation. - Shuffle
AndRepeat Dataset V2Inst - An instance of ‘ShuffleAndRepeatDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
Dataset - Builder for the
ShuffleDatasetoperation. - Shuffle
Dataset Inst - An instance of ‘ShuffleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Shuffle
Dataset V2 - Builder for the
ShuffleDatasetV2operation. - Shuffle
Dataset V3 - Builder for the
ShuffleDatasetV3operation. - 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
ShutdownDistributedTPUoperation. - Shutdown
DistributedTPU Inst - An instance of ‘ShutdownDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- ShutdownTPU
System - Builder for the
ShutdownTPUSystemoperation. - ShutdownTPU
System Inst - An instance of ‘ShutdownTPUSystem’ Operation with it’s Outputs and Inputs exposed as methods.
- Sigmoid
- Builder for the
Sigmoidoperation. - Sigmoid
Grad - Builder for the
SigmoidGradoperation. - 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
Signoperation. - Sign
Inst - An instance of ‘Sign’ Operation with it’s Outputs and Inputs exposed as methods.
- Sin
- Builder for the
Sinoperation. - SinInst
- An instance of ‘Sin’ Operation with it’s Outputs and Inputs exposed as methods.
- Sinh
- Builder for the
Sinhoperation. - Sinh
Inst - An instance of ‘Sinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Size
- Builder for the
Sizeoperation. - Size
Inst - An instance of ‘Size’ Operation with it’s Outputs and Inputs exposed as methods.
- Skip
Dataset - Builder for the
SkipDatasetoperation. - Skip
Dataset Inst - An instance of ‘SkipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Skipgram
- Builder for the
Skipgramoperation. - Skipgram
Inst - An instance of ‘Skipgram’ Operation with it’s Outputs and Inputs exposed as methods.
- Sleep
Dataset - Builder for the
SleepDatasetoperation. - Sleep
Dataset Inst - An instance of ‘SleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Slice
- Builder for the
Sliceoperation. - Slice
Inst - An instance of ‘Slice’ Operation with it’s Outputs and Inputs exposed as methods.
- Sliding
Window Dataset - Builder for the
SlidingWindowDatasetoperation. - Sliding
Window Dataset Inst - An instance of ‘SlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
- Builder for the
Snapshotoperation. - Snapshot
Chunk Dataset - Builder for the
SnapshotChunkDatasetoperation. - Snapshot
Chunk Dataset Inst - An instance of ‘SnapshotChunkDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Dataset - Builder for the
SnapshotDatasetoperation. - Snapshot
Dataset Inst - An instance of ‘SnapshotDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Dataset Reader - Builder for the
SnapshotDatasetReaderoperation. - Snapshot
Dataset Reader Inst - An instance of ‘SnapshotDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Snapshot
Dataset V2 - Builder for the
SnapshotDatasetV2operation. - 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
SnapshotNestedDatasetReaderoperation. - Snapshot
Nested Dataset Reader Inst - An instance of ‘SnapshotNestedDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Sobol
Sample - Builder for the
SobolSampleoperation. - Sobol
Sample Inst - An instance of ‘SobolSample’ Operation with it’s Outputs and Inputs exposed as methods.
- Softmax
- Builder for the
Softmaxoperation. - Softmax
Cross Entropy With Logits - Builder for the
SoftmaxCrossEntropyWithLogitsoperation. - 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
Softplusoperation. - Softplus
Grad - Builder for the
SoftplusGradoperation. - 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
Softsignoperation. - Softsign
Grad - Builder for the
SoftsignGradoperation. - 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
SpaceToBatchoperation. - Space
ToBatch Inst - An instance of ‘SpaceToBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Space
ToBatchND - Builder for the
SpaceToBatchNDoperation. - Space
ToBatchND Inst - An instance of ‘SpaceToBatchND’ Operation with it’s Outputs and Inputs exposed as methods.
- Space
ToDepth - Builder for the
SpaceToDepthoperation. - Space
ToDepth Inst - An instance of ‘SpaceToDepth’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Accumulator Apply Gradient - Builder for the
SparseAccumulatorApplyGradientoperation. - 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
SparseAccumulatorTakeGradientoperation. - Sparse
Accumulator Take Gradient Inst - An instance of ‘SparseAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Add - Builder for the
SparseAddoperation. - Sparse
AddGrad - Builder for the
SparseAddGradoperation. - 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
SparseApplyAdadeltaoperation. - Sparse
Apply Adadelta Inst - An instance of ‘SparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Adagrad - Builder for the
SparseApplyAdagradoperation. - Sparse
Apply AdagradDA - Builder for the
SparseApplyAdagradDAoperation. - 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
SparseApplyAdagradV2operation. - 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
SparseApplyCenteredRMSPropoperation. - 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
SparseApplyFtrloperation. - 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
SparseApplyFtrlV2operation. - Sparse
Apply Ftrl V2Inst - An instance of ‘SparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Apply Momentum - Builder for the
SparseApplyMomentumoperation. - 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
SparseApplyProximalAdagradoperation. - 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
SparseApplyProximalGradientDescentoperation. - 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
SparseApplyRMSPropoperation. - Sparse
ApplyRMS Prop Inst - An instance of ‘SparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Bincount - Builder for the
SparseBincountoperation. - Sparse
Bincount Inst - An instance of ‘SparseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Concat - Builder for the
SparseConcatoperation. - Sparse
Concat Inst - An instance of ‘SparseConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Conditional Accumulator - Builder for the
SparseConditionalAccumulatoroperation. - 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
SparseCountSparseOutputoperation. - Sparse
Count Sparse Output Inst - An instance of ‘SparseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Cross - Builder for the
SparseCrossoperation. - Sparse
Cross Hashed - Builder for the
SparseCrossHashedoperation. - 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
SparseCrossV2operation. - Sparse
Cross V2Inst - An instance of ‘SparseCrossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Dense Cwise Add - Builder for the
SparseDenseCwiseAddoperation. - 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
SparseDenseCwiseDivoperation. - 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
SparseDenseCwiseMuloperation. - 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
SparseFillEmptyRowsoperation. - Sparse
Fill Empty Rows Grad - Builder for the
SparseFillEmptyRowsGradoperation. - 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
SparseMatMuloperation. - Sparse
MatMul Inst - An instance of ‘SparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Add - Builder for the
SparseMatrixAddoperation. - Sparse
Matrix AddInst - An instance of ‘SparseMatrixAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix MatMul - Builder for the
SparseMatrixMatMuloperation. - Sparse
Matrix MatMul Inst - An instance of ‘SparseMatrixMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Mul - Builder for the
SparseMatrixMuloperation. - Sparse
Matrix MulInst - An instance of ‘SparseMatrixMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
MatrixNNZ - Builder for the
SparseMatrixNNZoperation. - Sparse
MatrixNNZ Inst - An instance of ‘SparseMatrixNNZ’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix OrderingAMD - Builder for the
SparseMatrixOrderingAMDoperation. - Sparse
Matrix OrderingAMD Inst - An instance of ‘SparseMatrixOrderingAMD’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Softmax - Builder for the
SparseMatrixSoftmaxoperation. - Sparse
Matrix Softmax Grad - Builder for the
SparseMatrixSoftmaxGradoperation. - 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
SparseMatrixSparseCholeskyoperation. - 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
SparseMatrixSparseMatMuloperation. - 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
SparseMatrixTransposeoperation. - Sparse
Matrix Transpose Inst - An instance of ‘SparseMatrixTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Matrix Zeros - Builder for the
SparseMatrixZerosoperation. - Sparse
Matrix Zeros Inst - An instance of ‘SparseMatrixZeros’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce Max - Builder for the
SparseReduceMaxoperation. - Sparse
Reduce MaxInst - An instance of ‘SparseReduceMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce MaxSparse - Builder for the
SparseReduceMaxSparseoperation. - Sparse
Reduce MaxSparse Inst - An instance of ‘SparseReduceMaxSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce Sum - Builder for the
SparseReduceSumoperation. - Sparse
Reduce SumInst - An instance of ‘SparseReduceSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reduce SumSparse - Builder for the
SparseReduceSumSparseoperation. - Sparse
Reduce SumSparse Inst - An instance of ‘SparseReduceSumSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reorder - Builder for the
SparseReorderoperation. - Sparse
Reorder Inst - An instance of ‘SparseReorder’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Reshape - Builder for the
SparseReshapeoperation. - Sparse
Reshape Inst - An instance of ‘SparseReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Segment Mean - Builder for the
SparseSegmentMeanoperation. - Sparse
Segment Mean Grad - Builder for the
SparseSegmentMeanGradoperation. - 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
SparseSegmentMeanWithNumSegmentsoperation. - 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
SparseSegmentSqrtNoperation. - Sparse
Segment SqrtN Grad - Builder for the
SparseSegmentSqrtNGradoperation. - 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
SparseSegmentSqrtNWithNumSegmentsoperation. - 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
SparseSegmentSumoperation. - Sparse
Segment SumGrad - Builder for the
SparseSegmentSumGradoperation. - 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
SparseSegmentSumWithNumSegmentsoperation. - Sparse
Segment SumWith NumSegments Inst - An instance of ‘SparseSegmentSumWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Slice - Builder for the
SparseSliceoperation. - Sparse
Slice Grad - Builder for the
SparseSliceGradoperation. - 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
SparseSoftmaxoperation. - Sparse
Softmax Cross Entropy With Logits - Builder for the
SparseSoftmaxCrossEntropyWithLogitsoperation. - 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
SparseSparseMaximumoperation. - Sparse
Sparse Maximum Inst - An instance of ‘SparseSparseMaximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Sparse Minimum - Builder for the
SparseSparseMinimumoperation. - Sparse
Sparse Minimum Inst - An instance of ‘SparseSparseMinimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Split - Builder for the
SparseSplitoperation. - Sparse
Split Inst - An instance of ‘SparseSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
Tensor Dense Add - Builder for the
SparseTensorDenseAddoperation. - 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
SparseTensorDenseMatMuloperation. - 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
SparseTensorSliceDatasetoperation. - 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
SparseTensorToCSRSparseMatrixoperation. - 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
SparseToDenseoperation. - Sparse
ToDense Inst - An instance of ‘SparseToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- Sparse
ToSparse SetOperation - Builder for the
SparseToSparseSetOperationoperation. - Sparse
ToSparse SetOperation Inst - An instance of ‘SparseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Spence
- Builder for the
Spenceoperation. - Spence
Inst - An instance of ‘Spence’ Operation with it’s Outputs and Inputs exposed as methods.
- Split
- Builder for the
Splitoperation. - Split
Dedup Data - Builder for the
SplitDedupDataoperation. - 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
SplitVoperation. - SplitV
Inst - An instance of ‘SplitV’ Operation with it’s Outputs and Inputs exposed as methods.
- SqlDataset
- Builder for the
SqlDatasetoperation. - SqlDataset
Inst - An instance of ‘SqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Sqrt
- Builder for the
Sqrtoperation. - Sqrt
Grad - Builder for the
SqrtGradoperation. - 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
Squareoperation. - Square
Inst - An instance of ‘Square’ Operation with it’s Outputs and Inputs exposed as methods.
- Squared
Difference - Builder for the
SquaredDifferenceoperation. - Squared
Difference Inst - An instance of ‘SquaredDifference’ Operation with it’s Outputs and Inputs exposed as methods.
- Squeeze
- Builder for the
Squeezeoperation. - Squeeze
Inst - An instance of ‘Squeeze’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
- Builder for the
Stackoperation. - Stack
Close - Builder for the
StackCloseoperation. - Stack
Close Inst - An instance of ‘StackClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Close V2 - Builder for the
StackCloseV2operation. - 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
StackPopoperation. - Stack
PopInst - An instance of ‘StackPop’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
PopV2 - Builder for the
StackPopV2operation. - Stack
PopV2 Inst - An instance of ‘StackPopV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Push - Builder for the
StackPushoperation. - Stack
Push Inst - An instance of ‘StackPush’ Operation with it’s Outputs and Inputs exposed as methods.
- Stack
Push V2 - Builder for the
StackPushV2operation. - Stack
Push V2Inst - An instance of ‘StackPushV2’ Operation with it’s Outputs and Inputs exposed as methods.
- StackV2
- Builder for the
StackV2operation. - Stack
V2Inst - An instance of ‘StackV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stage
- Builder for the
Stageoperation. - Stage
Clear - Builder for the
StageClearoperation. - 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
StagePeekoperation. - Stage
Peek Inst - An instance of ‘StagePeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Stage
Size - Builder for the
StageSizeoperation. - Stage
Size Inst - An instance of ‘StageSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Partitioned Call - Builder for the
StatefulPartitionedCalloperation. - Stateful
Partitioned Call Inst - An instance of ‘StatefulPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Random Binomial - Builder for the
StatefulRandomBinomialoperation. - Stateful
Random Binomial Inst - An instance of ‘StatefulRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Standard Normal - Builder for the
StatefulStandardNormaloperation. - 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
StatefulStandardNormalV2operation. - Stateful
Standard Normal V2Inst - An instance of ‘StatefulStandardNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Truncated Normal - Builder for the
StatefulTruncatedNormaloperation. - Stateful
Truncated Normal Inst - An instance of ‘StatefulTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateful
Uniform - Builder for the
StatefulUniformoperation. - Stateful
Uniform Full Int - Builder for the
StatefulUniformFullIntoperation. - 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
StatefulUniformIntoperation. - Stateful
Uniform IntInst - An instance of ‘StatefulUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Case - Builder for the
StatelessCaseoperation. - Stateless
Case Inst - An instance of ‘StatelessCase’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
If - Builder for the
StatelessIfoperation. - Stateless
IfInst - An instance of ‘StatelessIf’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Multinomial - Builder for the
StatelessMultinomialoperation. - Stateless
Multinomial Inst - An instance of ‘StatelessMultinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Parameterized Truncated Normal - Builder for the
StatelessParameterizedTruncatedNormaloperation. - 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
StatelessRandomBinomialoperation. - 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
StatelessRandomGammaV2operation. - Stateless
Random Gamma V3 - Builder for the
StatelessRandomGammaV3operation. - 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
StatelessRandomGetAlgoperation. - 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
StatelessRandomGetKeyCounteroperation. - Stateless
Random GetKey Counter Alg - Builder for the
StatelessRandomGetKeyCounterAlgoperation. - 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
StatelessRandomNormaloperation. - 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
StatelessRandomNormalV2operation. - Stateless
Random Normal V2Inst - An instance of ‘StatelessRandomNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Poisson - Builder for the
StatelessRandomPoissonoperation. - Stateless
Random Poisson Inst - An instance of ‘StatelessRandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Random Uniform - Builder for the
StatelessRandomUniformoperation. - Stateless
Random Uniform Full Int - Builder for the
StatelessRandomUniformFullIntoperation. - 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
StatelessRandomUniformFullIntV2operation. - 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
StatelessRandomUniformIntoperation. - 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
StatelessRandomUniformIntV2operation. - 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
StatelessRandomUniformV2operation. - 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
StatelessSampleDistortedBoundingBoxoperation. - Stateless
Sample Distorted Bounding BoxInst - An instance of ‘StatelessSampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Shuffle - Builder for the
StatelessShuffleoperation. - Stateless
Shuffle Inst - An instance of ‘StatelessShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
Truncated Normal - Builder for the
StatelessTruncatedNormaloperation. - 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
StatelessTruncatedNormalV2operation. - Stateless
Truncated Normal V2Inst - An instance of ‘StatelessTruncatedNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Stateless
While - Builder for the
StatelessWhileoperation. - Stateless
While Inst - An instance of ‘StatelessWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- Static
Regex Full Match - Builder for the
StaticRegexFullMatchoperation. - 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
StaticRegexReplaceoperation. - Static
Regex Replace Inst - An instance of ‘StaticRegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Stats
Aggregator Handle - Builder for the
StatsAggregatorHandleoperation. - 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
StatsAggregatorHandleV2operation. - 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
StatsAggregatorSetSummaryWriteroperation. - 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
StatsAggregatorSummaryoperation. - Stats
Aggregator Summary Inst - An instance of ‘StatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Stochastic
Cast ToInt - Builder for the
StochasticCastToIntoperation. - Stochastic
Cast ToInt Inst - An instance of ‘StochasticCastToInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Stop
Gradient - Builder for the
StopGradientoperation. - Stop
Gradient Inst - An instance of ‘StopGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Strided
Slice - Builder for the
StridedSliceoperation. - Strided
Slice Assign - Builder for the
StridedSliceAssignoperation. - Strided
Slice Assign Inst - An instance of ‘StridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Strided
Slice Grad - Builder for the
StridedSliceGradoperation. - 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
StringFormatoperation. - String
Format Inst - An instance of ‘StringFormat’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Join - Builder for the
StringJoinoperation. - String
Join Inst - An instance of ‘StringJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Length - Builder for the
StringLengthoperation. - String
Length Inst - An instance of ‘StringLength’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Lower - Builder for the
StringLoweroperation. - String
Lower Inst - An instance of ‘StringLower’ Operation with it’s Outputs and Inputs exposed as methods.
- StringN
Grams - Builder for the
StringNGramsoperation. - StringN
Grams Inst - An instance of ‘StringNGrams’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Split - Builder for the
StringSplitoperation. - String
Split Inst - An instance of ‘StringSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Split V2 - Builder for the
StringSplitV2operation. - String
Split V2Inst - An instance of ‘StringSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Strip - Builder for the
StringStripoperation. - String
Strip Inst - An instance of ‘StringStrip’ Operation with it’s Outputs and Inputs exposed as methods.
- String
ToHash Bucket - Builder for the
StringToHashBucketoperation. - String
ToHash Bucket Fast - Builder for the
StringToHashBucketFastoperation. - 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
StringToHashBucketStrongoperation. - String
ToHash Bucket Strong Inst - An instance of ‘StringToHashBucketStrong’ Operation with it’s Outputs and Inputs exposed as methods.
- String
ToNumber - Builder for the
StringToNumberoperation. - String
ToNumber Inst - An instance of ‘StringToNumber’ Operation with it’s Outputs and Inputs exposed as methods.
- String
Upper - Builder for the
StringUpperoperation. - String
Upper Inst - An instance of ‘StringUpper’ Operation with it’s Outputs and Inputs exposed as methods.
- Sub
- Builder for the
Suboperation. - SubInst
- An instance of ‘Sub’ Operation with it’s Outputs and Inputs exposed as methods.
- Substr
- Builder for the
Substroperation. - Substr
Inst - An instance of ‘Substr’ Operation with it’s Outputs and Inputs exposed as methods.
- Subtract
Deprecated - Builder for the
Suboperation. - Sum
- Builder for the
Sumoperation. - SumInst
- An instance of ‘Sum’ Operation with it’s Outputs and Inputs exposed as methods.
- Summary
Writer - Builder for the
SummaryWriteroperation. - Summary
Writer Inst - An instance of ‘SummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Svd
- Builder for the
Svdoperation. - SvdInst
- An instance of ‘Svd’ Operation with it’s Outputs and Inputs exposed as methods.
- Switch
- Builder for the
Switchoperation. - Switch
Inst - An instance of ‘Switch’ Operation with it’s Outputs and Inputs exposed as methods.
- Symbolic
Gradient - Builder for the
SymbolicGradientoperation. - Symbolic
Gradient Inst - An instance of ‘SymbolicGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Sync
Device - Builder for the
SyncDeviceoperation. - Sync
Device Inst - An instance of ‘SyncDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- TFRecord
Dataset - Builder for the
TFRecordDatasetoperation. - TFRecord
Dataset Inst - An instance of ‘TFRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- TFRecord
Reader - Builder for the
TFRecordReaderoperation. - TFRecord
Reader Inst - An instance of ‘TFRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- TFRecord
Reader V2 - Builder for the
TFRecordReaderV2operation. - TFRecord
Reader V2Inst - An instance of ‘TFRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUCompilation
Result - Builder for the
TPUCompilationResultoperation. - TPUCompilation
Result Inst - An instance of ‘TPUCompilationResult’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUCompile
- Builder for the
TPUCompileoperation. - TPUCompile
Inst - An instance of ‘TPUCompile’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUCompile
Succeeded Assert - Builder for the
TPUCompileSucceededAssertoperation. - TPUCompile
Succeeded Assert Inst - An instance of ‘TPUCompileSucceededAssert’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUEmbedding
Activations - Builder for the
TPUEmbeddingActivationsoperation. - TPUEmbedding
Activations Inst - An instance of ‘TPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUExecute
- Builder for the
TPUExecuteoperation. - TPUExecute
AndUpdate Variables - Builder for the
TPUExecuteAndUpdateVariablesoperation. - 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
TPUOrdinalSelectoroperation. - TPUOrdinal
Selector Inst - An instance of ‘TPUOrdinalSelector’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Call - Builder for the
TPUPartitionedCalloperation. - TPUPartitioned
Call Inst - An instance of ‘TPUPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Input - Builder for the
TPUPartitionedInputoperation. - TPUPartitioned
Input Inst - An instance of ‘TPUPartitionedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Input V2 - Builder for the
TPUPartitionedInputV2operation. - TPUPartitioned
Input V2Inst - An instance of ‘TPUPartitionedInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Output - Builder for the
TPUPartitionedOutputoperation. - TPUPartitioned
Output Inst - An instance of ‘TPUPartitionedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUPartitioned
Output V2 - Builder for the
TPUPartitionedOutputV2operation. - TPUPartitioned
Output V2Inst - An instance of ‘TPUPartitionedOutputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReplicate
Metadata - Builder for the
TPUReplicateMetadataoperation. - TPUReplicate
Metadata Inst - An instance of ‘TPUReplicateMetadata’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReplicated
Input - Builder for the
TPUReplicatedInputoperation. - TPUReplicated
Input Inst - An instance of ‘TPUReplicatedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReplicated
Output - Builder for the
TPUReplicatedOutputoperation. - TPUReplicated
Output Inst - An instance of ‘TPUReplicatedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- TPUReshard
Variables - Builder for the
TPUReshardVariablesoperation. - TPUReshard
Variables Inst - An instance of ‘TPUReshardVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- TPURound
Robin - Builder for the
TPURoundRobinoperation. - TPURound
Robin Inst - An instance of ‘TPURoundRobin’ Operation with it’s Outputs and Inputs exposed as methods.
- Take
Dataset - Builder for the
TakeDatasetoperation. - 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
TakeManySparseFromTensorsMapoperation. - 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
TakeWhileDatasetoperation. - Take
While Dataset Inst - An instance of ‘TakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Tan
- Builder for the
Tanoperation. - TanInst
- An instance of ‘Tan’ Operation with it’s Outputs and Inputs exposed as methods.
- Tanh
- Builder for the
Tanhoperation. - Tanh
Grad - Builder for the
TanhGradoperation. - 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
TemporaryVariableoperation. - Temporary
Variable Inst - An instance of ‘TemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array - Builder for the
TensorArrayoperation. - Tensor
Array Close - Builder for the
TensorArrayCloseoperation. - 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
TensorArrayCloseV2operation. - Tensor
Array Close V3 - Builder for the
TensorArrayCloseV3operation. - 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
TensorArrayConcatoperation. - 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
TensorArrayConcatV2operation. - Tensor
Array Concat V3 - Builder for the
TensorArrayConcatV3operation. - 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
TensorArrayGatheroperation. - 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
TensorArrayGatherV2operation. - Tensor
Array Gather V3 - Builder for the
TensorArrayGatherV3operation. - 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
TensorArrayGradoperation. - 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
TensorArrayGradV2operation. - Tensor
Array Grad V3 - Builder for the
TensorArrayGradV3operation. - 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
TensorArrayGradWithShapeoperation. - 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
TensorArrayPackoperation. - Tensor
Array Pack Inst - An instance of ‘TensorArrayPack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array Read - Builder for the
TensorArrayReadoperation. - 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
TensorArrayReadV2operation. - Tensor
Array Read V3 - Builder for the
TensorArrayReadV3operation. - 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
TensorArrayScatteroperation. - 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
TensorArrayScatterV2operation. - Tensor
Array Scatter V3 - Builder for the
TensorArrayScatterV3operation. - 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
TensorArraySizeoperation. - 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
TensorArraySizeV2operation. - Tensor
Array Size V3 - Builder for the
TensorArraySizeV3operation. - 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
TensorArraySplitoperation. - 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
TensorArraySplitV2operation. - Tensor
Array Split V3 - Builder for the
TensorArraySplitV3operation. - 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
TensorArrayUnpackoperation. - Tensor
Array Unpack Inst - An instance of ‘TensorArrayUnpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Array V2 - Builder for the
TensorArrayV2operation. - Tensor
Array V3 - Builder for the
TensorArrayV3operation. - 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
TensorArrayWriteoperation. - 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
TensorArrayWriteV2operation. - Tensor
Array Write V3 - Builder for the
TensorArrayWriteV3operation. - 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
TensorDatasetoperation. - Tensor
Dataset Inst - An instance of ‘TensorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Concat - Builder for the
TensorListConcatoperation. - 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
TensorListConcatListsoperation. - 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
TensorListConcatV2operation. - 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
TensorListElementShapeoperation. - 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
TensorListFromTensoroperation. - 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
TensorListGatheroperation. - Tensor
List Gather Inst - An instance of ‘TensorListGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List GetItem - Builder for the
TensorListGetItemoperation. - Tensor
List GetItem Inst - An instance of ‘TensorListGetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Length - Builder for the
TensorListLengthoperation. - Tensor
List Length Inst - An instance of ‘TensorListLength’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List PopBack - Builder for the
TensorListPopBackoperation. - 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
TensorListPushBackoperation. - Tensor
List Push Back Batch - Builder for the
TensorListPushBackBatchoperation. - 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
TensorListReserveoperation. - Tensor
List Reserve Inst - An instance of ‘TensorListReserve’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Resize - Builder for the
TensorListResizeoperation. - Tensor
List Resize Inst - An instance of ‘TensorListResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Scatter - Builder for the
TensorListScatteroperation. - 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
TensorListScatterIntoExistingListoperation. - 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
TensorListScatterV2operation. - Tensor
List Scatter V2Inst - An instance of ‘TensorListScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List SetItem - Builder for the
TensorListSetItemoperation. - Tensor
List SetItem Inst - An instance of ‘TensorListSetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Split - Builder for the
TensorListSplitoperation. - Tensor
List Split Inst - An instance of ‘TensorListSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
List Stack - Builder for the
TensorListStackoperation. - Tensor
List Stack Inst - An instance of ‘TensorListStack’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapErase - Builder for the
TensorMapEraseoperation. - Tensor
MapErase Inst - An instance of ‘TensorMapErase’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapHas Key - Builder for the
TensorMapHasKeyoperation. - Tensor
MapHas KeyInst - An instance of ‘TensorMapHasKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapInsert - Builder for the
TensorMapInsertoperation. - Tensor
MapInsert Inst - An instance of ‘TensorMapInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapLookup - Builder for the
TensorMapLookupoperation. - Tensor
MapLookup Inst - An instance of ‘TensorMapLookup’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapSize - Builder for the
TensorMapSizeoperation. - Tensor
MapSize Inst - An instance of ‘TensorMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
MapStack Keys - Builder for the
TensorMapStackKeysoperation. - Tensor
MapStack Keys Inst - An instance of ‘TensorMapStackKeys’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Add - Builder for the
TensorScatterAddoperation. - Tensor
Scatter AddInst - An instance of ‘TensorScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Max - Builder for the
TensorScatterMaxoperation. - Tensor
Scatter MaxInst - An instance of ‘TensorScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Min - Builder for the
TensorScatterMinoperation. - Tensor
Scatter MinInst - An instance of ‘TensorScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Sub - Builder for the
TensorScatterSuboperation. - Tensor
Scatter SubInst - An instance of ‘TensorScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Scatter Update - Builder for the
TensorScatterUpdateoperation. - Tensor
Scatter Update Inst - An instance of ‘TensorScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Slice Dataset - Builder for the
TensorSliceDatasetoperation. - 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
TensorStridedSliceUpdateoperation. - Tensor
Strided Slice Update Inst - An instance of ‘TensorStridedSliceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Summary - Builder for the
TensorSummaryoperation. - Tensor
Summary Inst - An instance of ‘TensorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Tensor
Summary V2 - Builder for the
TensorSummaryV2operation. - Tensor
Summary V2Inst - An instance of ‘TensorSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Text
Line Dataset - Builder for the
TextLineDatasetoperation. - Text
Line Dataset Inst - An instance of ‘TextLineDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Text
Line Reader - Builder for the
TextLineReaderoperation. - 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
TextLineReaderV2operation. - Text
Line Reader V2Inst - An instance of ‘TextLineReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Thread
Pool Dataset - Builder for the
ThreadPoolDatasetoperation. - Thread
Pool Dataset Inst - An instance of ‘ThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Thread
Pool Handle - Builder for the
ThreadPoolHandleoperation. - 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
ThreadUnsafeUnigramCandidateSampleroperation. - Thread
Unsafe Unigram Candidate Sampler Inst - An instance of ‘ThreadUnsafeUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Tile
- Builder for the
Tileoperation. - Tile
Grad - Builder for the
TileGradoperation. - 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
Timestampoperation. - Timestamp
Inst - An instance of ‘Timestamp’ Operation with it’s Outputs and Inputs exposed as methods.
- ToBool
- Builder for the
ToBooloperation. - ToBool
Inst - An instance of ‘ToBool’ Operation with it’s Outputs and Inputs exposed as methods.
- TopK
- Builder for the
TopKoperation. - TopK
Inst - An instance of ‘TopK’ Operation with it’s Outputs and Inputs exposed as methods.
- TopK
Unique - Builder for the
TopKUniqueoperation. - TopK
Unique Inst - An instance of ‘TopKUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- TopKV2
- Builder for the
TopKV2operation. - TopK
V2Inst - An instance of ‘TopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- TopK
With Unique - Builder for the
TopKWithUniqueoperation. - TopK
With Unique Inst - An instance of ‘TopKWithUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- TpuHandle
ToProto Key - Builder for the
TpuHandleToProtoKeyoperation. - TpuHandle
ToProto KeyInst - An instance of ‘TpuHandleToProtoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Transpose
- Builder for the
Transposeoperation. - Transpose
Inst - An instance of ‘Transpose’ Operation with it’s Outputs and Inputs exposed as methods.
- Tridiagonal
MatMul - Builder for the
TridiagonalMatMuloperation. - Tridiagonal
MatMul Inst - An instance of ‘TridiagonalMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Tridiagonal
Solve - Builder for the
TridiagonalSolveoperation. - Tridiagonal
Solve Inst - An instance of ‘TridiagonalSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Truncate
Div - Builder for the
TruncateDivoperation. - Truncate
DivInst - An instance of ‘TruncateDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Truncate
Mod - Builder for the
TruncateModoperation. - Truncate
ModInst - An instance of ‘TruncateMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Truncated
Normal - Builder for the
TruncatedNormaloperation. - Truncated
Normal Inst - An instance of ‘TruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Unbatch
- Builder for the
Unbatchoperation. - Unbatch
Dataset - Builder for the
UnbatchDatasetoperation. - Unbatch
Dataset Inst - An instance of ‘UnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Unbatch
Grad - Builder for the
UnbatchGradoperation. - 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
UncompressElementoperation. - Uncompress
Element Inst - An instance of ‘UncompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Decode - Builder for the
UnicodeDecodeoperation. - Unicode
Decode Inst - An instance of ‘UnicodeDecode’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Decode With Offsets - Builder for the
UnicodeDecodeWithOffsetsoperation. - Unicode
Decode With Offsets Inst - An instance of ‘UnicodeDecodeWithOffsets’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Encode - Builder for the
UnicodeEncodeoperation. - Unicode
Encode Inst - An instance of ‘UnicodeEncode’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Script - Builder for the
UnicodeScriptoperation. - Unicode
Script Inst - An instance of ‘UnicodeScript’ Operation with it’s Outputs and Inputs exposed as methods.
- Unicode
Transcode - Builder for the
UnicodeTranscodeoperation. - Unicode
Transcode Inst - An instance of ‘UnicodeTranscode’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Candidate Sampler - Builder for the
UniformCandidateSampleroperation. - Uniform
Candidate Sampler Inst - An instance of ‘UniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Dequantize - Builder for the
UniformDequantizeoperation. - Uniform
Dequantize Inst - An instance of ‘UniformDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantize - Builder for the
UniformQuantizeoperation. - Uniform
Quantize Inst - An instance of ‘UniformQuantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Add - Builder for the
UniformQuantizedAddoperation. - Uniform
Quantized AddInst - An instance of ‘UniformQuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Uniform
Quantized Clip ByValue - Builder for the
UniformQuantizedClipByValueoperation. - 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
UniformQuantizedConvolutionoperation. - Uniform
Quantized Convolution Hybrid - Builder for the
UniformQuantizedConvolutionHybridoperation. - 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
UniformQuantizedDotoperation. - Uniform
Quantized DotHybrid - Builder for the
UniformQuantizedDotHybridoperation. - 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
UniformRequantizeoperation. - Uniform
Requantize Inst - An instance of ‘UniformRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
- Builder for the
Uniqueoperation. - Unique
Dataset - Builder for the
UniqueDatasetoperation. - 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
UniqueV2operation. - Unique
V2Inst - An instance of ‘UniqueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Unique
With Counts - Builder for the
UniqueWithCountsoperation. - 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
UniqueWithCountsV2operation. - Unique
With Counts V2Inst - An instance of ‘UniqueWithCountsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Unpack
- Builder for the
Unpackoperation. - Unpack
Inst - An instance of ‘Unpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Unravel
Index - Builder for the
UnravelIndexoperation. - Unravel
Index Inst - An instance of ‘UnravelIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Join - Builder for the
UnsortedSegmentJoinoperation. - Unsorted
Segment Join Inst - An instance of ‘UnsortedSegmentJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Max - Builder for the
UnsortedSegmentMaxoperation. - Unsorted
Segment MaxInst - An instance of ‘UnsortedSegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Min - Builder for the
UnsortedSegmentMinoperation. - Unsorted
Segment MinInst - An instance of ‘UnsortedSegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Prod - Builder for the
UnsortedSegmentProdoperation. - Unsorted
Segment Prod Inst - An instance of ‘UnsortedSegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Unsorted
Segment Sum - Builder for the
UnsortedSegmentSumoperation. - Unsorted
Segment SumInst - An instance of ‘UnsortedSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Unstage
- Builder for the
Unstageoperation. - Unstage
Inst - An instance of ‘Unstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Unwrap
Dataset Variant - Builder for the
UnwrapDatasetVariantoperation. - Unwrap
Dataset Variant Inst - An instance of ‘UnwrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Upper
Bound - Builder for the
UpperBoundoperation. - Upper
Bound Inst - An instance of ‘UpperBound’ Operation with it’s Outputs and Inputs exposed as methods.
- VarHandle
Op - Builder for the
VarHandleOpoperation. - VarHandle
OpInst - An instance of ‘VarHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- VarIs
Initialized Op - Builder for the
VarIsInitializedOpoperation. - VarIs
Initialized OpInst - An instance of ‘VarIsInitializedOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Variable
- Builder for the
Variableoperation. - Variable
Inst - An instance of ‘Variable’ Operation with it’s Outputs and Inputs exposed as methods.
- Variable
Shape - Builder for the
VariableShapeoperation. - Variable
Shape Inst - An instance of ‘VariableShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Variable
V2 - Builder for the
VariableV2operation. - Variable
V2Inst - An instance of ‘VariableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Where
- Builder for the
Whereoperation. - Where
Inst - An instance of ‘Where’ Operation with it’s Outputs and Inputs exposed as methods.
- While
- Builder for the
Whileoperation. - While
Inst - An instance of ‘While’ Operation with it’s Outputs and Inputs exposed as methods.
- Whole
File Reader - Builder for the
WholeFileReaderoperation. - 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
WholeFileReaderV2operation. - Whole
File Reader V2Inst - An instance of ‘WholeFileReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Window
Dataset - Builder for the
WindowDatasetoperation. - Window
Dataset Inst - An instance of ‘WindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Window
Op - Builder for the
WindowOpoperation. - Window
OpInst - An instance of ‘WindowOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Worker
Heartbeat - Builder for the
WorkerHeartbeatoperation. - Worker
Heartbeat Inst - An instance of ‘WorkerHeartbeat’ Operation with it’s Outputs and Inputs exposed as methods.
- Wrap
Dataset Variant - Builder for the
WrapDatasetVariantoperation. - Wrap
Dataset Variant Inst - An instance of ‘WrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Audio Summary - Builder for the
WriteAudioSummaryoperation. - Write
Audio Summary Inst - An instance of ‘WriteAudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
File - Builder for the
WriteFileoperation. - Write
File Inst - An instance of ‘WriteFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Graph Summary - Builder for the
WriteGraphSummaryoperation. - Write
Graph Summary Inst - An instance of ‘WriteGraphSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Histogram Summary - Builder for the
WriteHistogramSummaryoperation. - Write
Histogram Summary Inst - An instance of ‘WriteHistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Image Summary - Builder for the
WriteImageSummaryoperation. - Write
Image Summary Inst - An instance of ‘WriteImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
RawProto Summary - Builder for the
WriteRawProtoSummaryoperation. - Write
RawProto Summary Inst - An instance of ‘WriteRawProtoSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Scalar Summary - Builder for the
WriteScalarSummaryoperation. - Write
Scalar Summary Inst - An instance of ‘WriteScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Write
Summary - Builder for the
WriteSummaryoperation. - Write
Summary Inst - An instance of ‘WriteSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Xdivy
- Builder for the
Xdivyoperation. - Xdivy
Inst - An instance of ‘Xdivy’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaConcatND
- Builder for the
XlaConcatNDoperation. - XlaConcatND
Inst - An instance of ‘XlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaHost
Compute - Builder for the
XlaHostComputeoperation. - XlaHost
Compute Inst - An instance of ‘XlaHostCompute’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaRecv
From Host - Builder for the
XlaRecvFromHostoperation. - XlaRecv
From Host Inst - An instance of ‘XlaRecvFromHost’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaRecvTPU
Embedding Activations - Builder for the
XlaRecvTPUEmbeddingActivationsoperation. - 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
XlaRecvTPUEmbeddingDeduplicationDataoperation. - 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
XlaSendTPUEmbeddingGradientsoperation. - XlaSendTPU
Embedding Gradients Inst - An instance of ‘XlaSendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaSend
ToHost - Builder for the
XlaSendToHostoperation. - XlaSend
ToHost Inst - An instance of ‘XlaSendToHost’ Operation with it’s Outputs and Inputs exposed as methods.
- XlaSplitND
- Builder for the
XlaSplitNDoperation. - XlaSplitND
Inst - An instance of ‘XlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Xlog1py
- Builder for the
Xlog1pyoperation. - Xlog1py
Inst - An instance of ‘Xlog1py’ Operation with it’s Outputs and Inputs exposed as methods.
- Xlogy
- Builder for the
Xlogyoperation. - Xlogy
Inst - An instance of ‘Xlogy’ Operation with it’s Outputs and Inputs exposed as methods.
- Zeros
Like - Builder for the
ZerosLikeoperation. - Zeros
Like Inst - An instance of ‘ZerosLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Zeta
- Builder for the
Zetaoperation. - Zeta
Inst - An instance of ‘Zeta’ Operation with it’s Outputs and Inputs exposed as methods.
- ZipDataset
- Builder for the
ZipDatasetoperation. - 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).