Module tensorflow::ops
source · Expand description
This module exposes functions for building standard operations.
Each operation has a struct which can be used as a builder and allows setting optional attributes:
ⓘ
MatMul::new().transpose_a(true).build(a, b, &mut scope)?;and a function which is shorter when no attributes need to be set:
ⓘ
mat_mul(a, b, &mut scope)Note that for some ops, the builder may always be required, because the op has required attributes with no default specified.
Structs
- Builder for the
Abortoperation. - An instance of ‘Abort’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Absoperation. - An instance of ‘Abs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulateNV2operation. - An instance of ‘AccumulateNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorApplyGradientoperation. - An instance of ‘AccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorNumAccumulatedoperation. - An instance of ‘AccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorSetGlobalStepoperation. - An instance of ‘AccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AccumulatorTakeGradientoperation. - An instance of ‘AccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Acosoperation. - An instance of ‘Acos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Acoshoperation. - An instance of ‘Acosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Addoperation. - An instance of ‘Add’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddManySparseToTensorsMapoperation. - An instance of ‘AddManySparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddNoperation. - An instance of ‘AddN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddSparseToTensorsMapoperation. - An instance of ‘AddSparseToTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AddV2operation. - An instance of ‘AddV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustContrastoperation. - An instance of ‘AdjustContrast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustContrastv2operation. - An instance of ‘AdjustContrastv2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustHueoperation. - An instance of ‘AdjustHue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AdjustSaturationoperation. - An instance of ‘AdjustSaturation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Alloperation. - Builder for the
AllCandidateSampleroperation. - An instance of ‘AllCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘All’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AllToAlloperation. - An instance of ‘AllToAll’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Angleoperation. - An instance of ‘Angle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousHashTableoperation. - An instance of ‘AnonymousHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousIteratoroperation. - An instance of ‘AnonymousIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousIteratorV2operation. - An instance of ‘AnonymousIteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousIteratorV3operation. - An instance of ‘AnonymousIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMemoryCacheoperation. - An instance of ‘AnonymousMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMultiDeviceIteratoroperation. - An instance of ‘AnonymousMultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMultiDeviceIteratorV3operation. - An instance of ‘AnonymousMultiDeviceIteratorV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMutableDenseHashTableoperation. - An instance of ‘AnonymousMutableDenseHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMutableHashTableoperation. - An instance of ‘AnonymousMutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousMutableHashTableOfTensorsoperation. - An instance of ‘AnonymousMutableHashTableOfTensors’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousRandomSeedGeneratoroperation. - An instance of ‘AnonymousRandomSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AnonymousSeedGeneratoroperation. - An instance of ‘AnonymousSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Anyoperation. - An instance of ‘Any’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdaMaxoperation. - An instance of ‘ApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdadeltaoperation. - An instance of ‘ApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdagradoperation. - Builder for the
ApplyAdagradDAoperation. - An instance of ‘ApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdagradV2operation. - An instance of ‘ApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAdamoperation. - An instance of ‘ApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyAddSignoperation. - An instance of ‘ApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyCenteredRMSPropoperation. - An instance of ‘ApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyFtrloperation. - An instance of ‘ApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyFtrlV2operation. - An instance of ‘ApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyGradientDescentoperation. - An instance of ‘ApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyMomentumoperation. - An instance of ‘ApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyPowerSignoperation. - An instance of ‘ApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyProximalAdagradoperation. - An instance of ‘ApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyProximalGradientDescentoperation. - An instance of ‘ApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApplyRMSPropoperation. - An instance of ‘ApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApproxTopKoperation. - An instance of ‘ApproxTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ApproximateEqualoperation. - An instance of ‘ApproximateEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ArgMaxoperation. - An instance of ‘ArgMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ArgMinoperation. - An instance of ‘ArgMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AsStringoperation. - An instance of ‘AsString’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Asinoperation. - An instance of ‘Asin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Asinhoperation. - An instance of ‘Asinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Assertoperation. - Builder for the
AssertCardinalityDatasetoperation. - An instance of ‘AssertCardinalityDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Assert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssertNextDatasetoperation. - An instance of ‘AssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssertPrevDatasetoperation. - An instance of ‘AssertPrevDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Assignoperation. - Builder for the
AssignAddoperation. - An instance of ‘AssignAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignAddVariableOpoperation. - An instance of ‘AssignAddVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Assign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignSuboperation. - An instance of ‘AssignSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignSubVariableOpoperation. - An instance of ‘AssignSubVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignVariableOpoperation. - An instance of ‘AssignVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AssignVariableXlaConcatNDoperation. - An instance of ‘AssignVariableXlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Atanoperation. - Builder for the
Atan2operation. - An instance of ‘Atan2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Atan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Atanhoperation. - An instance of ‘Atanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AudioSpectrogramoperation. - An instance of ‘AudioSpectrogram’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AudioSummaryoperation. - An instance of ‘AudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AudioSummaryV2operation. - An instance of ‘AudioSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AutoShardDatasetoperation. - An instance of ‘AutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AvgPooloperation. - Builder for the
AvgPool3Doperation. - Builder for the
AvgPool3DGradoperation. - An instance of ‘AvgPool3DGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘AvgPool3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
AvgPoolGradoperation. - An instance of ‘AvgPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘AvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BandedTriangularSolveoperation. - An instance of ‘BandedTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Barrieroperation. - Builder for the
BarrierCloseoperation. - An instance of ‘BarrierClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierIncompleteSizeoperation. - An instance of ‘BarrierIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierInsertManyoperation. - An instance of ‘BarrierInsertMany’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Barrier’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierReadySizeoperation. - An instance of ‘BarrierReadySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BarrierTakeManyoperation. - An instance of ‘BarrierTakeMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Batchoperation. - Builder for the
BatchCholeskyoperation. - Builder for the
BatchCholeskyGradoperation. - An instance of ‘BatchCholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchDatasetoperation. - An instance of ‘BatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchDatasetV2operation. - An instance of ‘BatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchFFToperation. - Builder for the
BatchFFT2Doperation. - An instance of ‘BatchFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchFFT3Doperation. - An instance of ‘BatchFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchFunctionoperation. - An instance of ‘BatchFunction’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchIFFToperation. - Builder for the
BatchIFFT2Doperation. - An instance of ‘BatchIFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchIFFT3Doperation. - An instance of ‘BatchIFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchIFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Batch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatMuloperation. - An instance of ‘BatchMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatMulV2operation. - An instance of ‘BatchMatMulV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatMulV3operation. - An instance of ‘BatchMatMulV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixBandPartoperation. - An instance of ‘BatchMatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixDeterminantoperation. - An instance of ‘BatchMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixDiagoperation. - An instance of ‘BatchMatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixDiagPartoperation. - An instance of ‘BatchMatrixDiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixInverseoperation. - An instance of ‘BatchMatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixSetDiagoperation. - An instance of ‘BatchMatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixSolveoperation. - An instance of ‘BatchMatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixSolveLsoperation. - An instance of ‘BatchMatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchMatrixTriangularSolveoperation. - An instance of ‘BatchMatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchNormWithGlobalNormalizationoperation. - Builder for the
BatchNormWithGlobalNormalizationGradoperation. - An instance of ‘BatchNormWithGlobalNormalizationGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchSelfAdjointEigoperation. - An instance of ‘BatchSelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchSelfAdjointEigV2operation. - An instance of ‘BatchSelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchSvdoperation. - An instance of ‘BatchSvd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchToSpaceoperation. - An instance of ‘BatchToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BatchToSpaceNDoperation. - An instance of ‘BatchToSpaceND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI0operation. - An instance of ‘BesselI0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI0eoperation. - An instance of ‘BesselI0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI1operation. - An instance of ‘BesselI1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselI1eoperation. - An instance of ‘BesselI1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselJ0operation. - An instance of ‘BesselJ0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselJ1operation. - An instance of ‘BesselJ1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK0operation. - An instance of ‘BesselK0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK0eoperation. - An instance of ‘BesselK0e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK1operation. - An instance of ‘BesselK1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselK1eoperation. - An instance of ‘BesselK1e’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselY0operation. - An instance of ‘BesselY0’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BesselY1operation. - An instance of ‘BesselY1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Betaincoperation. - An instance of ‘Betainc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BiasAddoperation. - Builder for the
BiasAddGradoperation. - An instance of ‘BiasAddGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BiasAddV1operation. - An instance of ‘BiasAddV1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Bincountoperation. - An instance of ‘Bincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Bitcastoperation. - An instance of ‘Bitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BitwiseAndoperation. - An instance of ‘BitwiseAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BitwiseOroperation. - An instance of ‘BitwiseOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BitwiseXoroperation. - An instance of ‘BitwiseXor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BlockLSTMoperation. - Builder for the
BlockLSTMGradoperation. - An instance of ‘BlockLSTMGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BlockLSTMGradV2operation. - An instance of ‘BlockLSTMGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘BlockLSTM’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BlockLSTMV2operation. - An instance of ‘BlockLSTMV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesAggregateStatsoperation. - An instance of ‘BoostedTreesAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesBucketizeoperation. - An instance of ‘BoostedTreesBucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCalculateBestFeatureSplitoperation. - An instance of ‘BoostedTreesCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCalculateBestFeatureSplitV2operation. - An instance of ‘BoostedTreesCalculateBestFeatureSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCalculateBestGainsPerFeatureoperation. - An instance of ‘BoostedTreesCalculateBestGainsPerFeature’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCenterBiasoperation. - An instance of ‘BoostedTreesCenterBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCreateEnsembleoperation. - An instance of ‘BoostedTreesCreateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesCreateQuantileStreamResourceoperation. - An instance of ‘BoostedTreesCreateQuantileStreamResource’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesDeserializeEnsembleoperation. - An instance of ‘BoostedTreesDeserializeEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesEnsembleResourceHandleOpoperation. - An instance of ‘BoostedTreesEnsembleResourceHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesExampleDebugOutputsoperation. - An instance of ‘BoostedTreesExampleDebugOutputs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesFlushQuantileSummariesoperation. - An instance of ‘BoostedTreesFlushQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesGetEnsembleStatesoperation. - An instance of ‘BoostedTreesGetEnsembleStates’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesMakeQuantileSummariesoperation. - An instance of ‘BoostedTreesMakeQuantileSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesMakeStatsSummaryoperation. - An instance of ‘BoostedTreesMakeStatsSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesPredictoperation. - An instance of ‘BoostedTreesPredict’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceAddSummariesoperation. - An instance of ‘BoostedTreesQuantileStreamResourceAddSummaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceDeserializeoperation. - An instance of ‘BoostedTreesQuantileStreamResourceDeserialize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceFlushoperation. - An instance of ‘BoostedTreesQuantileStreamResourceFlush’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceGetBucketBoundariesoperation. - An instance of ‘BoostedTreesQuantileStreamResourceGetBucketBoundaries’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesQuantileStreamResourceHandleOpoperation. - An instance of ‘BoostedTreesQuantileStreamResourceHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesSerializeEnsembleoperation. - An instance of ‘BoostedTreesSerializeEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesSparseAggregateStatsoperation. - An instance of ‘BoostedTreesSparseAggregateStats’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesSparseCalculateBestFeatureSplitoperation. - An instance of ‘BoostedTreesSparseCalculateBestFeatureSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesTrainingPredictoperation. - An instance of ‘BoostedTreesTrainingPredict’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesUpdateEnsembleoperation. - An instance of ‘BoostedTreesUpdateEnsemble’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BoostedTreesUpdateEnsembleV2operation. - An instance of ‘BoostedTreesUpdateEnsembleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BroadcastArgsoperation. - An instance of ‘BroadcastArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BroadcastGradientArgsoperation. - An instance of ‘BroadcastGradientArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BroadcastTooperation. - An instance of ‘BroadcastTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Bucketizeoperation. - An instance of ‘Bucketize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
BytesProducedStatsDatasetoperation. - An instance of ‘BytesProducedStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSRSparseMatrixComponentsoperation. - An instance of ‘CSRSparseMatrixComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSRSparseMatrixToDenseoperation. - An instance of ‘CSRSparseMatrixToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSRSparseMatrixToSparseTensoroperation. - An instance of ‘CSRSparseMatrixToSparseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSVDatasetoperation. - An instance of ‘CSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CSVDatasetV2operation. - An instance of ‘CSVDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCBeamSearchDecoderoperation. - An instance of ‘CTCBeamSearchDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCGreedyDecoderoperation. - An instance of ‘CTCGreedyDecoder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCLossoperation. - An instance of ‘CTCLoss’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CTCLossV2operation. - An instance of ‘CTCLossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CacheDatasetoperation. - An instance of ‘CacheDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CacheDatasetV2operation. - An instance of ‘CacheDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Caseoperation. - An instance of ‘Case’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Castoperation. - An instance of ‘Cast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Ceiloperation. - An instance of ‘Ceil’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CheckNumericsoperation. - An instance of ‘CheckNumerics’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CheckNumericsV2operation. - An instance of ‘CheckNumericsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Choleskyoperation. - Builder for the
CholeskyGradoperation. - An instance of ‘CholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Cholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ChooseFastestBranchDatasetoperation. - An instance of ‘ChooseFastestBranchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ChooseFastestDatasetoperation. - An instance of ‘ChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ClipByValueoperation. - An instance of ‘ClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CloseSummaryWriteroperation. - An instance of ‘CloseSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollateTPUEmbeddingMemoryoperation. - An instance of ‘CollateTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveAllToAllV2operation. - An instance of ‘CollectiveAllToAllV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveAllToAllV3operation. - An instance of ‘CollectiveAllToAllV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveAssignGroupV2operation. - An instance of ‘CollectiveAssignGroupV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastRecvoperation. - An instance of ‘CollectiveBcastRecv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastRecvV2operation. - An instance of ‘CollectiveBcastRecvV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastSendoperation. - An instance of ‘CollectiveBcastSend’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveBcastSendV2operation. - An instance of ‘CollectiveBcastSendV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveGatheroperation. - An instance of ‘CollectiveGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveGatherV2operation. - An instance of ‘CollectiveGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveInitializeCommunicatoroperation. - An instance of ‘CollectiveInitializeCommunicator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectivePermuteoperation. - An instance of ‘CollectivePermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceoperation. - An instance of ‘CollectiveReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceScatterV2operation. - An instance of ‘CollectiveReduceScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceV2operation. - An instance of ‘CollectiveReduceV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CollectiveReduceV3operation. - An instance of ‘CollectiveReduceV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CombinedNonMaxSuppressionoperation. - An instance of ‘CombinedNonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Complexoperation. - Builder for the
ComplexAbsoperation. - An instance of ‘ComplexAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Complex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CompositeTensorVariantFromComponentsoperation. - An instance of ‘CompositeTensorVariantFromComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CompositeTensorVariantToComponentsoperation. - An instance of ‘CompositeTensorVariantToComponents’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CompressElementoperation. - An instance of ‘CompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ComputeAccidentalHitsoperation. - An instance of ‘ComputeAccidentalHits’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ComputeBatchSizeoperation. - An instance of ‘ComputeBatchSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ComputeDedupDataTupleMaskoperation. - An instance of ‘ComputeDedupDataTupleMask’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Concatoperation. - An instance of ‘Concat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConcatOffsetoperation. - An instance of ‘ConcatOffset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConcatV2operation. - An instance of ‘ConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConcatenateDatasetoperation. - An instance of ‘ConcatenateDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConditionalAccumulatoroperation. - An instance of ‘ConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureAndInitializeGlobalTPUoperation. - An instance of ‘ConfigureAndInitializeGlobalTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureDistributedTPUoperation. - An instance of ‘ConfigureDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureTPUEmbeddingoperation. - Builder for the
ConfigureTPUEmbeddingHostoperation. - An instance of ‘ConfigureTPUEmbeddingHost’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ConfigureTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConfigureTPUEmbeddingMemoryoperation. - An instance of ‘ConfigureTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conjoperation. - An instance of ‘Conj’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConjugateTransposeoperation. - An instance of ‘ConjugateTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConnectTPUEmbeddingHostsoperation. - An instance of ‘ConnectTPUEmbeddingHosts’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Constoperation. - An instance of ‘Const’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ConsumeMutexLockoperation. - An instance of ‘ConsumeMutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ControlTriggeroperation. - An instance of ‘ControlTrigger’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2Doperation. - Builder for the
Conv2DBackpropFilteroperation. - An instance of ‘Conv2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2DBackpropFilterV2operation. - An instance of ‘Conv2DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2DBackpropInputoperation. - An instance of ‘Conv2DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv2DBackpropInputV2operation. - An instance of ‘Conv2DBackpropInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Conv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3Doperation. - Builder for the
Conv3DBackpropFilteroperation. - An instance of ‘Conv3DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3DBackpropFilterV2operation. - An instance of ‘Conv3DBackpropFilterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3DBackpropInputoperation. - An instance of ‘Conv3DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Conv3DBackpropInputV2operation. - An instance of ‘Conv3DBackpropInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Conv3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Copyoperation. - Builder for the
CopyHostoperation. - An instance of ‘CopyHost’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Copy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CopyToMeshoperation. - Builder for the
CopyToMeshGradoperation. - An instance of ‘CopyToMeshGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘CopyToMesh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cosoperation. - An instance of ‘Cos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Coshoperation. - An instance of ‘Cosh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CountUpTooperation. - An instance of ‘CountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CreateSummaryDbWriteroperation. - An instance of ‘CreateSummaryDbWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CreateSummaryFileWriteroperation. - An instance of ‘CreateSummaryFileWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CropAndResizeoperation. - Builder for the
CropAndResizeGradBoxesoperation. - An instance of ‘CropAndResizeGradBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CropAndResizeGradImageoperation. - An instance of ‘CropAndResizeGradImage’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘CropAndResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Crossoperation. - An instance of ‘Cross’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CrossReplicaSumoperation. - An instance of ‘CrossReplicaSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNoperation. - Builder for the
CudnnRNNBackpropoperation. - An instance of ‘CudnnRNNBackprop’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNBackpropV2operation. - An instance of ‘CudnnRNNBackpropV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNBackpropV3operation. - An instance of ‘CudnnRNNBackpropV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNCanonicalToParamsoperation. - An instance of ‘CudnnRNNCanonicalToParams’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNCanonicalToParamsV2operation. - An instance of ‘CudnnRNNCanonicalToParamsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘CudnnRNN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNParamsSizeoperation. - An instance of ‘CudnnRNNParamsSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNParamsToCanonicaloperation. - An instance of ‘CudnnRNNParamsToCanonical’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNParamsToCanonicalV2operation. - An instance of ‘CudnnRNNParamsToCanonicalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNV2operation. - An instance of ‘CudnnRNNV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CudnnRNNV3operation. - An instance of ‘CudnnRNNV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cumprodoperation. - An instance of ‘Cumprod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Cumsumoperation. - An instance of ‘Cumsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
CumulativeLogsumexpoperation. - An instance of ‘CumulativeLogsumexp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DTensorRestoreV2operation. - An instance of ‘DTensorRestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DTensorSetGlobalTPUArrayoperation. - An instance of ‘DTensorSetGlobalTPUArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataFormatDimMapoperation. - An instance of ‘DataFormatDimMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataFormatVecPermuteoperation. - An instance of ‘DataFormatVecPermute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetoperation. - An instance of ‘DataServiceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetV2operation. - An instance of ‘DataServiceDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetV3operation. - An instance of ‘DataServiceDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DataServiceDatasetV4operation. - An instance of ‘DataServiceDatasetV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetCardinalityoperation. - An instance of ‘DatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetFromGraphoperation. - An instance of ‘DatasetFromGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToGraphoperation. - An instance of ‘DatasetToGraph’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToGraphV2operation. - An instance of ‘DatasetToGraphV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToSingleElementoperation. - An instance of ‘DatasetToSingleElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DatasetToTFRecordoperation. - An instance of ‘DatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dawsnoperation. - An instance of ‘Dawsn’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugGradientIdentityoperation. - An instance of ‘DebugGradientIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugGradientRefIdentityoperation. - An instance of ‘DebugGradientRefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugIdentityoperation. - An instance of ‘DebugIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugIdentityV2operation. - An instance of ‘DebugIdentityV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugIdentityV3operation. - An instance of ‘DebugIdentityV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugNanCountoperation. - An instance of ‘DebugNanCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugNumericSummaryoperation. - An instance of ‘DebugNumericSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DebugNumericSummaryV2operation. - An instance of ‘DebugNumericSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeAndCropJpegoperation. - An instance of ‘DecodeAndCropJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeBase64operation. - An instance of ‘DecodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeBmpoperation. - An instance of ‘DecodeBmp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeCSVoperation. - An instance of ‘DecodeCSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeCompressedoperation. - An instance of ‘DecodeCompressed’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeGifoperation. - An instance of ‘DecodeGif’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeImageoperation. - An instance of ‘DecodeImage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeJSONExampleoperation. - An instance of ‘DecodeJSONExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeJpegoperation. - An instance of ‘DecodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodePaddedRawoperation. - An instance of ‘DecodePaddedRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodePngoperation. - An instance of ‘DecodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeProtoV2operation. - An instance of ‘DecodeProtoV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeRawoperation. - An instance of ‘DecodeRaw’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DecodeWavoperation. - An instance of ‘DecodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeepCopyoperation. - An instance of ‘DeepCopy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteIteratoroperation. - An instance of ‘DeleteIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteMemoryCacheoperation. - An instance of ‘DeleteMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteMultiDeviceIteratoroperation. - An instance of ‘DeleteMultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteRandomSeedGeneratoroperation. - An instance of ‘DeleteRandomSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteSeedGeneratoroperation. - An instance of ‘DeleteSeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeleteSessionTensoroperation. - An instance of ‘DeleteSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseBincountoperation. - An instance of ‘DenseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseCountSparseOutputoperation. - An instance of ‘DenseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToCSRSparseMatrixoperation. - An instance of ‘DenseToCSRSparseMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToDenseSetOperationoperation. - An instance of ‘DenseToDenseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToSparseBatchDatasetoperation. - An instance of ‘DenseToSparseBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DenseToSparseSetOperationoperation. - An instance of ‘DenseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DepthToSpaceoperation. - An instance of ‘DepthToSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DepthwiseConv2dNativeoperation. - Builder for the
DepthwiseConv2dNativeBackpropFilteroperation. - An instance of ‘DepthwiseConv2dNativeBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DepthwiseConv2dNativeBackpropInputoperation. - An instance of ‘DepthwiseConv2dNativeBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘DepthwiseConv2dNative’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dequantizeoperation. - An instance of ‘Dequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeserializeIteratoroperation. - An instance of ‘DeserializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeserializeManySparseoperation. - An instance of ‘DeserializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeserializeSparseoperation. - An instance of ‘DeserializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DestroyResourceOpoperation. - An instance of ‘DestroyResourceOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DestroyTemporaryVariableoperation. - An instance of ‘DestroyTemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DeviceIndexoperation. - An instance of ‘DeviceIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Diagoperation. - An instance of ‘Diag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DiagPartoperation. - An instance of ‘DiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Digammaoperation. - An instance of ‘Digamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dilation2Doperation. - Builder for the
Dilation2DBackpropFilteroperation. - An instance of ‘Dilation2DBackpropFilter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Dilation2DBackpropInputoperation. - An instance of ‘Dilation2DBackpropInput’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Dilation2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DirectedInterleaveDatasetoperation. - An instance of ‘DirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DisableCopyOnReadoperation. - An instance of ‘DisableCopyOnRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DistributedSaveoperation. - An instance of ‘DistributedSave’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Divoperation. - An instance of ‘Div’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DivNoNanoperation. - An instance of ‘DivNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DrawBoundingBoxesoperation. - An instance of ‘DrawBoundingBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DrawBoundingBoxesV2operation. - An instance of ‘DrawBoundingBoxesV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DummyIterationCounteroperation. - An instance of ‘DummyIterationCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DummyMemoryCacheoperation. - An instance of ‘DummyMemoryCache’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DummySeedGeneratoroperation. - An instance of ‘DummySeedGenerator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DynamicEnqueueTPUEmbeddingArbitraryTensorBatchoperation. - An instance of ‘DynamicEnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DynamicPartitionoperation. - An instance of ‘DynamicPartition’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
DynamicStitchoperation. - An instance of ‘DynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EagerPyFuncoperation. - An instance of ‘EagerPyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EditDistanceoperation. - An instance of ‘EditDistance’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Eigoperation. - An instance of ‘Eig’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Einsumoperation. - An instance of ‘Einsum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Eluoperation. - Builder for the
EluGradoperation. - An instance of ‘EluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Elu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Emptyoperation. - An instance of ‘Empty’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EmptyTensorListoperation. - An instance of ‘EmptyTensorList’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EmptyTensorMapoperation. - An instance of ‘EmptyTensorMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeBase64operation. - An instance of ‘EncodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeJpegoperation. - An instance of ‘EncodeJpeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeJpegVariableQualityoperation. - An instance of ‘EncodeJpegVariableQuality’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodePngoperation. - An instance of ‘EncodePng’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeProtooperation. - An instance of ‘EncodeProto’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EncodeWavoperation. - An instance of ‘EncodeWav’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingArbitraryTensorBatchoperation. - An instance of ‘EnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingBatchoperation. - An instance of ‘EnqueueTPUEmbeddingBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingIntegerBatchoperation. - An instance of ‘EnqueueTPUEmbeddingIntegerBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingRaggedTensorBatchoperation. - An instance of ‘EnqueueTPUEmbeddingRaggedTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingSparseBatchoperation. - An instance of ‘EnqueueTPUEmbeddingSparseBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnqueueTPUEmbeddingSparseTensorBatchoperation. - An instance of ‘EnqueueTPUEmbeddingSparseTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EnsureShapeoperation. - An instance of ‘EnsureShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Enteroperation. - An instance of ‘Enter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Equaloperation. - An instance of ‘Equal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Erfoperation. - An instance of ‘Erf’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Erfcoperation. - An instance of ‘Erfc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Erfinvoperation. - An instance of ‘Erfinv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
EuclideanNormoperation. - An instance of ‘EuclideanNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExecuteTPUEmbeddingPartitioneroperation. - An instance of ‘ExecuteTPUEmbeddingPartitioner’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Exitoperation. - An instance of ‘Exit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Expoperation. - An instance of ‘Exp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExpandDimsoperation. - An instance of ‘ExpandDims’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalAssertNextDatasetoperation. - An instance of ‘ExperimentalAssertNextDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalAutoShardDatasetoperation. - An instance of ‘ExperimentalAutoShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalBytesProducedStatsDatasetoperation. - An instance of ‘ExperimentalBytesProducedStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalCSVDatasetoperation. - An instance of ‘ExperimentalCSVDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalChooseFastestDatasetoperation. - An instance of ‘ExperimentalChooseFastestDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDatasetCardinalityoperation. - An instance of ‘ExperimentalDatasetCardinality’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDatasetToTFRecordoperation. - An instance of ‘ExperimentalDatasetToTFRecord’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDenseToSparseBatchDatasetoperation. - An instance of ‘ExperimentalDenseToSparseBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalDirectedInterleaveDatasetoperation. - An instance of ‘ExperimentalDirectedInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalGroupByReducerDatasetoperation. - An instance of ‘ExperimentalGroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalGroupByWindowDatasetoperation. - An instance of ‘ExperimentalGroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalIgnoreErrorsDatasetoperation. - An instance of ‘ExperimentalIgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalIteratorGetDeviceoperation. - An instance of ‘ExperimentalIteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalLMDBDatasetoperation. - An instance of ‘ExperimentalLMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalLatencyStatsDatasetoperation. - An instance of ‘ExperimentalLatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMapAndBatchDatasetoperation. - An instance of ‘ExperimentalMapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMapDatasetoperation. - An instance of ‘ExperimentalMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMatchingFilesDatasetoperation. - An instance of ‘ExperimentalMatchingFilesDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalMaxIntraOpParallelismDatasetoperation. - An instance of ‘ExperimentalMaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalNonSerializableDatasetoperation. - An instance of ‘ExperimentalNonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalParallelInterleaveDatasetoperation. - An instance of ‘ExperimentalParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalParseExampleDatasetoperation. - An instance of ‘ExperimentalParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalPrivateThreadPoolDatasetoperation. - An instance of ‘ExperimentalPrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalRandomDatasetoperation. - An instance of ‘ExperimentalRandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalRebatchDatasetoperation. - An instance of ‘ExperimentalRebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalScanDatasetoperation. - An instance of ‘ExperimentalScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSetStatsAggregatorDatasetoperation. - An instance of ‘ExperimentalSetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSleepDatasetoperation. - An instance of ‘ExperimentalSleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSlidingWindowDatasetoperation. - An instance of ‘ExperimentalSlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalSqlDatasetoperation. - An instance of ‘ExperimentalSqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalStatsAggregatorHandleoperation. - An instance of ‘ExperimentalStatsAggregatorHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalStatsAggregatorSummaryoperation. - An instance of ‘ExperimentalStatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalTakeWhileDatasetoperation. - An instance of ‘ExperimentalTakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalThreadPoolDatasetoperation. - An instance of ‘ExperimentalThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalThreadPoolHandleoperation. - An instance of ‘ExperimentalThreadPoolHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalUnbatchDatasetoperation. - An instance of ‘ExperimentalUnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExperimentalUniqueDatasetoperation. - An instance of ‘ExperimentalUniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Expintoperation. - An instance of ‘Expint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Expm1operation. - An instance of ‘Expm1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractGlimpseoperation. - An instance of ‘ExtractGlimpse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractGlimpseV2operation. - An instance of ‘ExtractGlimpseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractImagePatchesoperation. - An instance of ‘ExtractImagePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractJpegShapeoperation. - An instance of ‘ExtractJpegShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ExtractVolumePatchesoperation. - An instance of ‘ExtractVolumePatches’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FFToperation. - Builder for the
FFT2Doperation. - An instance of ‘FFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FFT3Doperation. - An instance of ‘FFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FIFOQueueoperation. - An instance of ‘FIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FIFOQueueV2operation. - An instance of ‘FIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Factoperation. - An instance of ‘Fact’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeParamoperation. - An instance of ‘FakeParam’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQuantWithMinMaxArgsoperation. - Builder for the
FakeQuantWithMinMaxArgsGradientoperation. - An instance of ‘FakeQuantWithMinMaxArgsGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FakeQuantWithMinMaxArgs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQuantWithMinMaxVarsoperation. - Builder for the
FakeQuantWithMinMaxVarsGradientoperation. - An instance of ‘FakeQuantWithMinMaxVarsGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FakeQuantWithMinMaxVars’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQuantWithMinMaxVarsPerChanneloperation. - Builder for the
FakeQuantWithMinMaxVarsPerChannelGradientoperation. - An instance of ‘FakeQuantWithMinMaxVarsPerChannelGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FakeQuantWithMinMaxVarsPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FakeQueueoperation. - An instance of ‘FakeQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FileSystemSetConfigurationoperation. - An instance of ‘FileSystemSetConfiguration’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Filloperation. - An instance of ‘Fill’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FilterByLastComponentDatasetoperation. - An instance of ‘FilterByLastComponentDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FilterDatasetoperation. - An instance of ‘FilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FinalizeDatasetoperation. - An instance of ‘FinalizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FinalizeTPUEmbeddingoperation. - An instance of ‘FinalizeTPUEmbedding’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Fingerprintoperation. - An instance of ‘Fingerprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordDatasetoperation. - An instance of ‘FixedLengthRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordDatasetV2operation. - An instance of ‘FixedLengthRecordDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordReaderoperation. - An instance of ‘FixedLengthRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedLengthRecordReaderV2operation. - An instance of ‘FixedLengthRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FixedUnigramCandidateSampleroperation. - An instance of ‘FixedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FlatMapDatasetoperation. - An instance of ‘FlatMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Flooroperation. - Builder for the
FloorDivoperation. - An instance of ‘FloorDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Floor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FloorModoperation. - An instance of ‘FloorMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FlushSummaryWriteroperation. - An instance of ‘FlushSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Foroperation. - An instance of ‘For’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FractionalAvgPooloperation. - Builder for the
FractionalAvgPoolGradoperation. - An instance of ‘FractionalAvgPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FractionalAvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FractionalMaxPooloperation. - Builder for the
FractionalMaxPoolGradoperation. - An instance of ‘FractionalMaxPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FractionalMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FresnelCosoperation. - An instance of ‘FresnelCos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FresnelSinoperation. - An instance of ‘FresnelSin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormoperation. - Builder for the
FusedBatchNormGradoperation. - An instance of ‘FusedBatchNormGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormGradV2operation. - An instance of ‘FusedBatchNormGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormGradV3operation. - An instance of ‘FusedBatchNormGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘FusedBatchNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormV2operation. - An instance of ‘FusedBatchNormV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedBatchNormV3operation. - An instance of ‘FusedBatchNormV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedPadConv2Doperation. - An instance of ‘FusedPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
FusedResizeAndPadConv2Doperation. - An instance of ‘FusedResizeAndPadConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GRUBlockCelloperation. - Builder for the
GRUBlockCellGradoperation. - An instance of ‘GRUBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘GRUBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Gatheroperation. - An instance of ‘Gather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GatherNdoperation. - An instance of ‘GatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GatherV2operation. - An instance of ‘GatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GenerateBoundingBoxProposalsoperation. - An instance of ‘GenerateBoundingBoxProposals’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GenerateVocabRemappingoperation. - An instance of ‘GenerateVocabRemapping’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GeneratorDatasetoperation. - An instance of ‘GeneratorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetElementAtIndexoperation. - An instance of ‘GetElementAtIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetOptionsoperation. - An instance of ‘GetOptions’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetSessionHandleoperation. - An instance of ‘GetSessionHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetSessionHandleV2operation. - An instance of ‘GetSessionHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GetSessionTensoroperation. - An instance of ‘GetSessionTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Greateroperation. - Builder for the
GreaterEqualoperation. - An instance of ‘GreaterEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Greater’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GroupByReducerDatasetoperation. - An instance of ‘GroupByReducerDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GroupByWindowDatasetoperation. - An instance of ‘GroupByWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
GuaranteeConstoperation. - An instance of ‘GuaranteeConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HSVToRGBoperation. - An instance of ‘HSVToRGB’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HashTableoperation. - An instance of ‘HashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HashTableV2operation. - An instance of ‘HashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HistogramFixedWidthoperation. - An instance of ‘HistogramFixedWidth’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HistogramSummaryoperation. - An instance of ‘HistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
HostConstoperation. - An instance of ‘HostConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IFFToperation. - Builder for the
IFFT2Doperation. - An instance of ‘IFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IFFT3Doperation. - An instance of ‘IFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘IFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IRFFToperation. - Builder for the
IRFFT2Doperation. - An instance of ‘IRFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IRFFT3Doperation. - An instance of ‘IRFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘IRFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Identityoperation. - An instance of ‘Identity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IdentityNoperation. - An instance of ‘IdentityN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IdentityReaderoperation. - An instance of ‘IdentityReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IdentityReaderV2operation. - An instance of ‘IdentityReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Ifoperation. - An instance of ‘If’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Igammaoperation. - Builder for the
IgammaGradAoperation. - An instance of ‘IgammaGradA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Igamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Igammacoperation. - An instance of ‘Igammac’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IgnoreErrorsDatasetoperation. - An instance of ‘IgnoreErrorsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Imagoperation. - An instance of ‘Imag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImageProjectiveTransformV2operation. - An instance of ‘ImageProjectiveTransformV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImageProjectiveTransformV3operation. - An instance of ‘ImageProjectiveTransformV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImageSummaryoperation. - An instance of ‘ImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImmutableConstoperation. - An instance of ‘ImmutableConst’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ImportEventoperation. - An instance of ‘ImportEvent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InTopKoperation. - An instance of ‘InTopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InTopKV2operation. - An instance of ‘InTopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedDequeueoperation. - An instance of ‘InfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedDequeueTupleoperation. - An instance of ‘InfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedEnqueueoperation. - An instance of ‘InfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedEnqueuePrelinearizedBufferoperation. - An instance of ‘InfeedEnqueuePrelinearizedBuffer’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InfeedEnqueueTupleoperation. - An instance of ‘InfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableoperation. - Builder for the
InitializeTableFromDatasetoperation. - An instance of ‘InitializeTableFromDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableFromTextFileoperation. - An instance of ‘InitializeTableFromTextFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableFromTextFileV2operation. - An instance of ‘InitializeTableFromTextFileV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘InitializeTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InitializeTableV2operation. - An instance of ‘InitializeTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InplaceAddoperation. - An instance of ‘InplaceAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InplaceSuboperation. - An instance of ‘InplaceSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InplaceUpdateoperation. - An instance of ‘InplaceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InterleaveDatasetoperation. - An instance of ‘InterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Invoperation. - Builder for the
InvGradoperation. - An instance of ‘InvGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Inv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Invertoperation. - An instance of ‘Invert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
InvertPermutationoperation. - An instance of ‘InvertPermutation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsBoostedTreesEnsembleInitializedoperation. - An instance of ‘IsBoostedTreesEnsembleInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsBoostedTreesQuantileStreamResourceInitializedoperation. - An instance of ‘IsBoostedTreesQuantileStreamResourceInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsFiniteoperation. - An instance of ‘IsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsInfoperation. - An instance of ‘IsInf’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsNanoperation. - An instance of ‘IsNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsTPUEmbeddingInitializedoperation. - An instance of ‘IsTPUEmbeddingInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsVariableInitializedoperation. - An instance of ‘IsVariableInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IsotonicRegressionoperation. - An instance of ‘IsotonicRegression’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Iteratoroperation. - Builder for the
IteratorFromStringHandleoperation. - An instance of ‘IteratorFromStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorFromStringHandleV2operation. - An instance of ‘IteratorFromStringHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorGetDeviceoperation. - An instance of ‘IteratorGetDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorGetNextoperation. - Builder for the
IteratorGetNextAsOptionaloperation. - An instance of ‘IteratorGetNextAsOptional’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘IteratorGetNext’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorGetNextSyncoperation. - An instance of ‘IteratorGetNextSync’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Iterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorToStringHandleoperation. - An instance of ‘IteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
IteratorV2operation. - An instance of ‘IteratorV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
KMC2ChainInitializationoperation. - An instance of ‘KMC2ChainInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
KmeansPlusPlusInitializationoperation. - An instance of ‘KmeansPlusPlusInitialization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
KthOrderStatisticoperation. - An instance of ‘KthOrderStatistic’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
L2Lossoperation. - An instance of ‘L2Loss’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LMDBDatasetoperation. - An instance of ‘LMDBDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LMDBReaderoperation. - An instance of ‘LMDBReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LRNoperation. - Builder for the
LRNGradoperation. - An instance of ‘LRNGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘LRN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LSTMBlockCelloperation. - Builder for the
LSTMBlockCellGradoperation. - An instance of ‘LSTMBlockCellGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘LSTMBlockCell’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LatencyStatsDatasetoperation. - An instance of ‘LatencyStatsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LeakyReluoperation. - Builder for the
LeakyReluGradoperation. - An instance of ‘LeakyReluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘LeakyRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LearnedUnigramCandidateSampleroperation. - An instance of ‘LearnedUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LeftShiftoperation. - An instance of ‘LeftShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LegacyParallelInterleaveDatasetV2operation. - An instance of ‘LegacyParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Lessoperation. - Builder for the
LessEqualoperation. - An instance of ‘LessEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Less’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Lgammaoperation. - An instance of ‘Lgamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LinSpaceoperation. - An instance of ‘LinSpace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ListDatasetoperation. - An instance of ‘ListDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ListDiffoperation. - An instance of ‘ListDiff’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadAllTPUEmbeddingParametersoperation. - An instance of ‘LoadAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadAndRemapMatrixoperation. - An instance of ‘LoadAndRemapMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadDatasetoperation. - An instance of ‘LoadDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingADAMParametersoperation. - An instance of ‘LoadTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingAdadeltaParametersoperation. - An instance of ‘LoadTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingAdagradMomentumParametersoperation. - An instance of ‘LoadTPUEmbeddingAdagradMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingAdagradParametersoperation. - An instance of ‘LoadTPUEmbeddingAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingCenteredRMSPropParametersoperation. - An instance of ‘LoadTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingFTRLParametersoperation. - An instance of ‘LoadTPUEmbeddingFTRLParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingFrequencyEstimatorParametersoperation. - An instance of ‘LoadTPUEmbeddingFrequencyEstimatorParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingMDLAdagradLightParametersoperation. - An instance of ‘LoadTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingMomentumParametersoperation. - An instance of ‘LoadTPUEmbeddingMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingProximalAdagradParametersoperation. - An instance of ‘LoadTPUEmbeddingProximalAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingProximalYogiParametersoperation. - An instance of ‘LoadTPUEmbeddingProximalYogiParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingRMSPropParametersoperation. - An instance of ‘LoadTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoadTPUEmbeddingStochasticGradientDescentParametersoperation. - An instance of ‘LoadTPUEmbeddingStochasticGradientDescentParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Logoperation. - Builder for the
Log1poperation. - An instance of ‘Log1p’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Log’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogMatrixDeterminantoperation. - An instance of ‘LogMatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogSoftmaxoperation. - An instance of ‘LogSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogUniformCandidateSampleroperation. - An instance of ‘LogUniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogicalAndoperation. - An instance of ‘LogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogicalNotoperation. - An instance of ‘LogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LogicalOroperation. - An instance of ‘LogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableExportoperation. - An instance of ‘LookupTableExport’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableExportV2operation. - An instance of ‘LookupTableExportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableFindoperation. - An instance of ‘LookupTableFind’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableFindV2operation. - An instance of ‘LookupTableFindV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableImportoperation. - An instance of ‘LookupTableImport’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableImportV2operation. - An instance of ‘LookupTableImportV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableInsertoperation. - An instance of ‘LookupTableInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableInsertV2operation. - An instance of ‘LookupTableInsertV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableRemoveV2operation. - An instance of ‘LookupTableRemoveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableSizeoperation. - An instance of ‘LookupTableSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LookupTableSizeV2operation. - An instance of ‘LookupTableSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LoopCondoperation. - An instance of ‘LoopCond’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
LowerBoundoperation. - An instance of ‘LowerBound’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Luoperation. - An instance of ‘Lu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MakeIteratoroperation. - An instance of ‘MakeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MakeUniqueoperation. - An instance of ‘MakeUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapAndBatchDatasetoperation. - An instance of ‘MapAndBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapClearoperation. - An instance of ‘MapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapDatasetoperation. - An instance of ‘MapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapDefunoperation. - An instance of ‘MapDefun’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapIncompleteSizeoperation. - An instance of ‘MapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapPeekoperation. - An instance of ‘MapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapSizeoperation. - An instance of ‘MapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapStageoperation. - An instance of ‘MapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapUnstageoperation. - An instance of ‘MapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MapUnstageNoKeyoperation. - An instance of ‘MapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatMuloperation. - An instance of ‘MatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatchingFilesoperation. - Builder for the
MatchingFilesDatasetoperation. - An instance of ‘MatchingFilesDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MatchingFiles’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixBandPartoperation. - An instance of ‘MatrixBandPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDeterminantoperation. - An instance of ‘MatrixDeterminant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagoperation. - An instance of ‘MatrixDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagPartoperation. - An instance of ‘MatrixDiagPart’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagPartV2operation. - An instance of ‘MatrixDiagPartV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagPartV3operation. - An instance of ‘MatrixDiagPartV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagV2operation. - An instance of ‘MatrixDiagV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixDiagV3operation. - An instance of ‘MatrixDiagV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixExponentialoperation. - An instance of ‘MatrixExponential’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixInverseoperation. - An instance of ‘MatrixInverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixLogarithmoperation. - An instance of ‘MatrixLogarithm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSetDiagoperation. - An instance of ‘MatrixSetDiag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSetDiagV2operation. - An instance of ‘MatrixSetDiagV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSetDiagV3operation. - An instance of ‘MatrixSetDiagV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSolveoperation. - An instance of ‘MatrixSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSolveLsoperation. - An instance of ‘MatrixSolveLs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixSquareRootoperation. - An instance of ‘MatrixSquareRoot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MatrixTriangularSolveoperation. - An instance of ‘MatrixTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Maxoperation. - An instance of ‘Max’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxIntraOpParallelismDatasetoperation. - An instance of ‘MaxIntraOpParallelismDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPooloperation. - Builder for the
MaxPool3Doperation. - Builder for the
MaxPool3DGradoperation. - Builder for the
MaxPool3DGradGradoperation. - An instance of ‘MaxPool3DGradGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPool3DGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPool3D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradoperation. - Builder for the
MaxPoolGradGradoperation. - An instance of ‘MaxPoolGradGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradGradV2operation. - An instance of ‘MaxPoolGradGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradGradWithArgmaxoperation. - An instance of ‘MaxPoolGradGradWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPoolGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradV2operation. - An instance of ‘MaxPoolGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolGradWithArgmaxoperation. - An instance of ‘MaxPoolGradWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolV2operation. - An instance of ‘MaxPoolV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MaxPoolWithArgmaxoperation. - An instance of ‘MaxPoolWithArgmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Maximumoperation. - An instance of ‘Maximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Meanoperation. - An instance of ‘Mean’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Mergeoperation. - Builder for the
MergeDedupDataoperation. - An instance of ‘MergeDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Merge’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MergeSummaryoperation. - An instance of ‘MergeSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MergeV2Checkpointsoperation. - An instance of ‘MergeV2Checkpoints’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Mfccoperation. - An instance of ‘Mfcc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Minoperation. - An instance of ‘Min’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Minimumoperation. - An instance of ‘Minimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MirrorPadoperation. - Builder for the
MirrorPadGradoperation. - An instance of ‘MirrorPadGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MirrorPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MlirPassthroughOpoperation. - An instance of ‘MlirPassthroughOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Modoperation. - An instance of ‘Mod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ModelDatasetoperation. - An instance of ‘ModelDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Muloperation. - An instance of ‘Mul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MulNoNanoperation. - An instance of ‘MulNoNan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratoroperation. - Builder for the
MultiDeviceIteratorFromStringHandleoperation. - An instance of ‘MultiDeviceIteratorFromStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratorGetNextFromShardoperation. - An instance of ‘MultiDeviceIteratorGetNextFromShard’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratorInitoperation. - An instance of ‘MultiDeviceIteratorInit’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘MultiDeviceIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MultiDeviceIteratorToStringHandleoperation. - An instance of ‘MultiDeviceIteratorToStringHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Multinomialoperation. - An instance of ‘Multinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- MultiplyDeprecatedBuilder for the
Muloperation. - Builder for the
MutableDenseHashTableoperation. - An instance of ‘MutableDenseHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableDenseHashTableV2operation. - An instance of ‘MutableDenseHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableoperation. - An instance of ‘MutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableOfTensorsoperation. - An instance of ‘MutableHashTableOfTensors’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableOfTensorsV2operation. - An instance of ‘MutableHashTableOfTensorsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutableHashTableV2operation. - An instance of ‘MutableHashTableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutexLockoperation. - An instance of ‘MutexLock’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
MutexV2operation. - An instance of ‘MutexV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NcclAllReduceoperation. - An instance of ‘NcclAllReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NcclBroadcastoperation. - An instance of ‘NcclBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NcclReduceoperation. - An instance of ‘NcclReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Ndtrioperation. - An instance of ‘Ndtri’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NearestNeighborsoperation. - An instance of ‘NearestNeighbors’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Negoperation. - An instance of ‘Neg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NegTrainoperation. - An instance of ‘NegTrain’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NextAfteroperation. - An instance of ‘NextAfter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NextIterationoperation. - An instance of ‘NextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NoOpoperation. - An instance of ‘NoOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonDeterministicIntsoperation. - An instance of ‘NonDeterministicInts’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionoperation. - An instance of ‘NonMaxSuppression’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV2operation. - An instance of ‘NonMaxSuppressionV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV3operation. - An instance of ‘NonMaxSuppressionV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV4operation. - An instance of ‘NonMaxSuppressionV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionV5operation. - An instance of ‘NonMaxSuppressionV5’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonMaxSuppressionWithOverlapsoperation. - An instance of ‘NonMaxSuppressionWithOverlaps’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NonSerializableDatasetoperation. - An instance of ‘NonSerializableDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NotEqualoperation. - An instance of ‘NotEqual’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
NthElementoperation. - An instance of ‘NthElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OneHotoperation. - An instance of ‘OneHot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OneShotIteratoroperation. - An instance of ‘OneShotIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OnesLikeoperation. - An instance of ‘OnesLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptimizeDatasetoperation. - An instance of ‘OptimizeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptimizeDatasetV2operation. - An instance of ‘OptimizeDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalFromValueoperation. - An instance of ‘OptionalFromValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalGetValueoperation. - An instance of ‘OptionalGetValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalHasValueoperation. - An instance of ‘OptionalHasValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionalNoneoperation. - An instance of ‘OptionalNone’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OptionsDatasetoperation. - An instance of ‘OptionsDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapClearoperation. - An instance of ‘OrderedMapClear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapIncompleteSizeoperation. - An instance of ‘OrderedMapIncompleteSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapPeekoperation. - An instance of ‘OrderedMapPeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapSizeoperation. - An instance of ‘OrderedMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapStageoperation. - An instance of ‘OrderedMapStage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapUnstageoperation. - An instance of ‘OrderedMapUnstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OrderedMapUnstageNoKeyoperation. - An instance of ‘OrderedMapUnstageNoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueoperation. - An instance of ‘OutfeedDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueTupleoperation. - An instance of ‘OutfeedDequeueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueTupleV2operation. - An instance of ‘OutfeedDequeueTupleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedDequeueV2operation. - An instance of ‘OutfeedDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedEnqueueoperation. - An instance of ‘OutfeedEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
OutfeedEnqueueTupleoperation. - An instance of ‘OutfeedEnqueueTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Packoperation. - An instance of ‘Pack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Padoperation. - An instance of ‘Pad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PadV2operation. - An instance of ‘PadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddedBatchDatasetoperation. - An instance of ‘PaddedBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddedBatchDatasetV2operation. - An instance of ‘PaddedBatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddingFIFOQueueoperation. - An instance of ‘PaddingFIFOQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PaddingFIFOQueueV2operation. - An instance of ‘PaddingFIFOQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelBatchDatasetoperation. - An instance of ‘ParallelBatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelConcatoperation. - An instance of ‘ParallelConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelDynamicStitchoperation. - An instance of ‘ParallelDynamicStitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelFilterDatasetoperation. - An instance of ‘ParallelFilterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetoperation. - An instance of ‘ParallelInterleaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetV2operation. - An instance of ‘ParallelInterleaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetV3operation. - An instance of ‘ParallelInterleaveDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelInterleaveDatasetV4operation. - An instance of ‘ParallelInterleaveDatasetV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelMapDatasetoperation. - An instance of ‘ParallelMapDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParallelMapDatasetV2operation. - An instance of ‘ParallelMapDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParameterizedTruncatedNormaloperation. - An instance of ‘ParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseExampleoperation. - Builder for the
ParseExampleDatasetoperation. - An instance of ‘ParseExampleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseExampleDatasetV2operation. - An instance of ‘ParseExampleDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ParseExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseExampleV2operation. - An instance of ‘ParseExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSequenceExampleoperation. - An instance of ‘ParseSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSequenceExampleV2operation. - An instance of ‘ParseSequenceExampleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSingleExampleoperation. - An instance of ‘ParseSingleExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseSingleSequenceExampleoperation. - An instance of ‘ParseSingleSequenceExample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ParseTensoroperation. - An instance of ‘ParseTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PartitionedCalloperation. - An instance of ‘PartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Placeholderoperation. - An instance of ‘Placeholder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PlaceholderV2operation. - An instance of ‘PlaceholderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PlaceholderWithDefaultoperation. - An instance of ‘PlaceholderWithDefault’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Polygammaoperation. - An instance of ‘Polygamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PopulationCountoperation. - An instance of ‘PopulationCount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Powoperation. - An instance of ‘Pow’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrefetchDatasetoperation. - An instance of ‘PrefetchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Prelinearizeoperation. - An instance of ‘Prelinearize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrelinearizeTupleoperation. - An instance of ‘PrelinearizeTuple’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PreventGradientoperation. - An instance of ‘PreventGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Printoperation. - An instance of ‘Print’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrintV2operation. - An instance of ‘PrintV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PriorityQueueoperation. - An instance of ‘PriorityQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PriorityQueueV2operation. - An instance of ‘PriorityQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PrivateThreadPoolDatasetoperation. - An instance of ‘PrivateThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Prodoperation. - An instance of ‘Prod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PyFuncoperation. - An instance of ‘PyFunc’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
PyFuncStatelessoperation. - An instance of ‘PyFuncStateless’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Qroperation. - An instance of ‘Qr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeoperation. - An instance of ‘QuantizeAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeV2operation. - An instance of ‘QuantizeAndDequantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeV3operation. - An instance of ‘QuantizeAndDequantizeV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeAndDequantizeV4operation. - Builder for the
QuantizeAndDequantizeV4Gradoperation. - An instance of ‘QuantizeAndDequantizeV4Grad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizeAndDequantizeV4’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeDownAndShrinkRangeoperation. - An instance of ‘QuantizeDownAndShrinkRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizeV2operation. - An instance of ‘QuantizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedAddoperation. - An instance of ‘QuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedAvgPooloperation. - An instance of ‘QuantizedAvgPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedBatchNormWithGlobalNormalizationoperation. - An instance of ‘QuantizedBatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedBiasAddoperation. - An instance of ‘QuantizedBiasAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConcatoperation. - An instance of ‘QuantizedConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2Doperation. - Builder for the
QuantizedConv2DAndReluoperation. - Builder for the
QuantizedConv2DAndReluAndRequantizeoperation. - An instance of ‘QuantizedConv2DAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DAndRequantizeoperation. - An instance of ‘QuantizedConv2DAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DPerChanneloperation. - An instance of ‘QuantizedConv2DPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasoperation. - Builder for the
QuantizedConv2DWithBiasAndReluoperation. - Builder for the
QuantizedConv2DWithBiasAndReluAndRequantizeoperation. - An instance of ‘QuantizedConv2DWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasAndRequantizeoperation. - An instance of ‘QuantizedConv2DWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasSignedSumAndReluAndRequantizeoperation. - An instance of ‘QuantizedConv2DWithBiasSignedSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedConv2DWithBiasSumAndReluoperation. - Builder for the
QuantizedConv2DWithBiasSumAndReluAndRequantizeoperation. - An instance of ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedConv2DWithBiasSumAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedDepthwiseConv2Doperation. - An instance of ‘QuantizedDepthwiseConv2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedDepthwiseConv2DWithBiasoperation. - Builder for the
QuantizedDepthwiseConv2DWithBiasAndReluoperation. - Builder for the
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantizeoperation. - An instance of ‘QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedDepthwiseConv2DWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedInstanceNormoperation. - An instance of ‘QuantizedInstanceNorm’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMuloperation. - An instance of ‘QuantizedMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMulWithBiasoperation. - Builder for the
QuantizedMatMulWithBiasAndDequantizeoperation. - An instance of ‘QuantizedMatMulWithBiasAndDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMulWithBiasAndReluoperation. - Builder for the
QuantizedMatMulWithBiasAndReluAndRequantizeoperation. - An instance of ‘QuantizedMatMulWithBiasAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedMatMulWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMatMulWithBiasAndRequantizeoperation. - An instance of ‘QuantizedMatMulWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedMatMulWithBias’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMaxPooloperation. - An instance of ‘QuantizedMaxPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedMuloperation. - An instance of ‘QuantizedMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedReluoperation. - Builder for the
QuantizedRelu6operation. - An instance of ‘QuantizedRelu6’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘QuantizedRelu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedReluXoperation. - An instance of ‘QuantizedReluX’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedReshapeoperation. - An instance of ‘QuantizedReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QuantizedResizeBilinearoperation. - An instance of ‘QuantizedResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueCloseoperation. - An instance of ‘QueueClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueCloseV2operation. - An instance of ‘QueueCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueoperation. - An instance of ‘QueueDequeue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueManyoperation. - An instance of ‘QueueDequeueMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueManyV2operation. - An instance of ‘QueueDequeueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueUpTooperation. - An instance of ‘QueueDequeueUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueUpToV2operation. - An instance of ‘QueueDequeueUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueDequeueV2operation. - An instance of ‘QueueDequeueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueoperation. - An instance of ‘QueueEnqueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueManyoperation. - An instance of ‘QueueEnqueueMany’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueManyV2operation. - An instance of ‘QueueEnqueueManyV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueEnqueueV2operation. - An instance of ‘QueueEnqueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueIsClosedoperation. - An instance of ‘QueueIsClosed’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueIsClosedV2operation. - An instance of ‘QueueIsClosedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueSizeoperation. - An instance of ‘QueueSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
QueueSizeV2operation. - An instance of ‘QueueSizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RFFToperation. - Builder for the
RFFT2Doperation. - An instance of ‘RFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RFFT3Doperation. - An instance of ‘RFFT3D’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RFFT’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RGBToHSVoperation. - An instance of ‘RGBToHSV’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedBincountoperation. - An instance of ‘RaggedBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedCountSparseOutputoperation. - An instance of ‘RaggedCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedCrossoperation. - An instance of ‘RaggedCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedFillEmptyRowsoperation. - Builder for the
RaggedFillEmptyRowsGradoperation. - An instance of ‘RaggedFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RaggedFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedGatheroperation. - An instance of ‘RaggedGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedRangeoperation. - An instance of ‘RaggedRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorFromVariantoperation. - An instance of ‘RaggedTensorFromVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorToSparseoperation. - An instance of ‘RaggedTensorToSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorToTensoroperation. - An instance of ‘RaggedTensorToTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RaggedTensorToVariantoperation. - Builder for the
RaggedTensorToVariantGradientoperation. - An instance of ‘RaggedTensorToVariantGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RaggedTensorToVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomCropoperation. - An instance of ‘RandomCrop’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomDatasetoperation. - An instance of ‘RandomDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomDatasetV2operation. - An instance of ‘RandomDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomGammaoperation. - Builder for the
RandomGammaGradoperation. - An instance of ‘RandomGammaGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘RandomGamma’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomIndexShuffleoperation. - An instance of ‘RandomIndexShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- RandomNormalDeprecatedBuilder for the
RandomStandardNormaloperation. - Builder for the
RandomPoissonoperation. - An instance of ‘RandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomPoissonV2operation. - An instance of ‘RandomPoissonV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomShuffleoperation. - An instance of ‘RandomShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomShuffleQueueoperation. - An instance of ‘RandomShuffleQueue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomShuffleQueueV2operation. - An instance of ‘RandomShuffleQueueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomStandardNormaloperation. - An instance of ‘RandomStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomUniformoperation. - An instance of ‘RandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RandomUniformIntoperation. - An instance of ‘RandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rangeoperation. - Builder for the
RangeDatasetoperation. - An instance of ‘RangeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Range’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rankoperation. - An instance of ‘Rank’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReadFileoperation. - An instance of ‘ReadFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReadVariableOpoperation. - An instance of ‘ReadVariableOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReadVariableXlaSplitNDoperation. - An instance of ‘ReadVariableXlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumRecordsProducedoperation. - An instance of ‘ReaderNumRecordsProduced’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumRecordsProducedV2operation. - An instance of ‘ReaderNumRecordsProducedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumWorkUnitsCompletedoperation. - An instance of ‘ReaderNumWorkUnitsCompleted’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderNumWorkUnitsCompletedV2operation. - An instance of ‘ReaderNumWorkUnitsCompletedV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadoperation. - An instance of ‘ReaderRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadUpTooperation. - An instance of ‘ReaderReadUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadUpToV2operation. - An instance of ‘ReaderReadUpToV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderReadV2operation. - An instance of ‘ReaderReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderResetoperation. - An instance of ‘ReaderReset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderResetV2operation. - An instance of ‘ReaderResetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderRestoreStateoperation. - An instance of ‘ReaderRestoreState’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderRestoreStateV2operation. - An instance of ‘ReaderRestoreStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderSerializeStateoperation. - An instance of ‘ReaderSerializeState’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReaderSerializeStateV2operation. - An instance of ‘ReaderSerializeStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Realoperation. - Builder for the
RealDivoperation. - An instance of ‘RealDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Real’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RebatchDatasetoperation. - An instance of ‘RebatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RebatchDatasetV2operation. - An instance of ‘RebatchDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reciprocaloperation. - Builder for the
ReciprocalGradoperation. - An instance of ‘ReciprocalGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Reciprocal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RecordInputoperation. - An instance of ‘RecordInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Recvoperation. - An instance of ‘Recv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RecvTPUEmbeddingActivationsoperation. - An instance of ‘RecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReduceDatasetoperation. - An instance of ‘ReduceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReduceJoinoperation. - An instance of ‘ReduceJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefEnteroperation. - An instance of ‘RefEnter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefExitoperation. - An instance of ‘RefExit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefIdentityoperation. - An instance of ‘RefIdentity’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefMergeoperation. - An instance of ‘RefMerge’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefNextIterationoperation. - An instance of ‘RefNextIteration’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefSelectoperation. - An instance of ‘RefSelect’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RefSwitchoperation. - An instance of ‘RefSwitch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegexFullMatchoperation. - An instance of ‘RegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegexReplaceoperation. - An instance of ‘RegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegisterDatasetoperation. - An instance of ‘RegisterDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RegisterDatasetV2operation. - An instance of ‘RegisterDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Relayoutoperation. - Builder for the
RelayoutGradoperation. - An instance of ‘RelayoutGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Relayout’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reluoperation. - Builder for the
Relu6operation. - Builder for the
Relu6Gradoperation. - An instance of ‘Relu6Grad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Relu6’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReluGradoperation. - An instance of ‘ReluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Relu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RemoteCalloperation. - An instance of ‘RemoteCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RepeatDatasetoperation. - An instance of ‘RepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RequantizationRangeoperation. - An instance of ‘RequantizationRange’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RequantizationRangePerChanneloperation. - An instance of ‘RequantizationRangePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Requantizeoperation. - An instance of ‘Requantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RequantizePerChanneloperation. - An instance of ‘RequantizePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reshapeoperation. - An instance of ‘Reshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeAreaoperation. - An instance of ‘ResizeArea’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeBicubicoperation. - Builder for the
ResizeBicubicGradoperation. - An instance of ‘ResizeBicubicGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResizeBicubic’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeBilinearoperation. - Builder for the
ResizeBilinearGradoperation. - An instance of ‘ResizeBilinearGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResizeBilinear’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResizeNearestNeighboroperation. - Builder for the
ResizeNearestNeighborGradoperation. - An instance of ‘ResizeNearestNeighborGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResizeNearestNeighbor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorApplyGradientoperation. - An instance of ‘ResourceAccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorNumAccumulatedoperation. - An instance of ‘ResourceAccumulatorNumAccumulated’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorSetGlobalStepoperation. - An instance of ‘ResourceAccumulatorSetGlobalStep’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceAccumulatorTakeGradientoperation. - An instance of ‘ResourceAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdaMaxoperation. - An instance of ‘ResourceApplyAdaMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdadeltaoperation. - An instance of ‘ResourceApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdagradoperation. - Builder for the
ResourceApplyAdagradDAoperation. - An instance of ‘ResourceApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResourceApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdagradV2operation. - An instance of ‘ResourceApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdamoperation. - An instance of ‘ResourceApplyAdam’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAdamWithAmsgradoperation. - An instance of ‘ResourceApplyAdamWithAmsgrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyAddSignoperation. - An instance of ‘ResourceApplyAddSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyCenteredRMSPropoperation. - An instance of ‘ResourceApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyFtrloperation. - An instance of ‘ResourceApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyFtrlV2operation. - An instance of ‘ResourceApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyGradientDescentoperation. - An instance of ‘ResourceApplyGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyKerasMomentumoperation. - An instance of ‘ResourceApplyKerasMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyMomentumoperation. - An instance of ‘ResourceApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyPowerSignoperation. - An instance of ‘ResourceApplyPowerSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyProximalAdagradoperation. - An instance of ‘ResourceApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyProximalGradientDescentoperation. - An instance of ‘ResourceApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceApplyRMSPropoperation. - An instance of ‘ResourceApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceConditionalAccumulatoroperation. - An instance of ‘ResourceConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceCountUpTooperation. - An instance of ‘ResourceCountUpTo’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceGatheroperation. - An instance of ‘ResourceGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceGatherNdoperation. - An instance of ‘ResourceGatherNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterAddoperation. - An instance of ‘ResourceScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterDivoperation. - An instance of ‘ResourceScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterMaxoperation. - An instance of ‘ResourceScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterMinoperation. - An instance of ‘ResourceScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterMuloperation. - An instance of ‘ResourceScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdAddoperation. - An instance of ‘ResourceScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdMaxoperation. - An instance of ‘ResourceScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdMinoperation. - An instance of ‘ResourceScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdSuboperation. - An instance of ‘ResourceScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterNdUpdateoperation. - An instance of ‘ResourceScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterSuboperation. - An instance of ‘ResourceScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceScatterUpdateoperation. - An instance of ‘ResourceScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyAdadeltaoperation. - An instance of ‘ResourceSparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyAdagradoperation. - Builder for the
ResourceSparseApplyAdagradDAoperation. - An instance of ‘ResourceSparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ResourceSparseApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyAdagradV2operation. - An instance of ‘ResourceSparseApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyCenteredRMSPropoperation. - An instance of ‘ResourceSparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyFtrloperation. - An instance of ‘ResourceSparseApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyFtrlV2operation. - An instance of ‘ResourceSparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyKerasMomentumoperation. - An instance of ‘ResourceSparseApplyKerasMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyMomentumoperation. - An instance of ‘ResourceSparseApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyProximalAdagradoperation. - An instance of ‘ResourceSparseApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyProximalGradientDescentoperation. - An instance of ‘ResourceSparseApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceSparseApplyRMSPropoperation. - An instance of ‘ResourceSparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ResourceStridedSliceAssignoperation. - An instance of ‘ResourceStridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Restoreoperation. - An instance of ‘Restore’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RestoreSliceoperation. - An instance of ‘RestoreSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RestoreV2operation. - An instance of ‘RestoreV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveAllTPUEmbeddingParametersoperation. - An instance of ‘RetrieveAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingADAMParametersoperation. - An instance of ‘RetrieveTPUEmbeddingADAMParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingAdadeltaParametersoperation. - An instance of ‘RetrieveTPUEmbeddingAdadeltaParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingAdagradMomentumParametersoperation. - An instance of ‘RetrieveTPUEmbeddingAdagradMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingAdagradParametersoperation. - An instance of ‘RetrieveTPUEmbeddingAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingCenteredRMSPropParametersoperation. - An instance of ‘RetrieveTPUEmbeddingCenteredRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingFTRLParametersoperation. - An instance of ‘RetrieveTPUEmbeddingFTRLParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingFrequencyEstimatorParametersoperation. - An instance of ‘RetrieveTPUEmbeddingFrequencyEstimatorParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingMDLAdagradLightParametersoperation. - An instance of ‘RetrieveTPUEmbeddingMDLAdagradLightParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingMomentumParametersoperation. - An instance of ‘RetrieveTPUEmbeddingMomentumParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingProximalAdagradParametersoperation. - An instance of ‘RetrieveTPUEmbeddingProximalAdagradParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingProximalYogiParametersoperation. - An instance of ‘RetrieveTPUEmbeddingProximalYogiParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingRMSPropParametersoperation. - An instance of ‘RetrieveTPUEmbeddingRMSPropParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RetrieveTPUEmbeddingStochasticGradientDescentParametersoperation. - An instance of ‘RetrieveTPUEmbeddingStochasticGradientDescentParameters’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Reverseoperation. - An instance of ‘Reverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReverseSequenceoperation. - An instance of ‘ReverseSequence’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ReverseV2operation. - An instance of ‘ReverseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RewriteDatasetoperation. - An instance of ‘RewriteDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RightShiftoperation. - An instance of ‘RightShift’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rintoperation. - An instance of ‘Rint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscAbsoperation. - An instance of ‘RiscAbs’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscAddoperation. - An instance of ‘RiscAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBinaryArithmeticoperation. - An instance of ‘RiscBinaryArithmetic’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBinaryComparisonoperation. - An instance of ‘RiscBinaryComparison’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBitcastoperation. - An instance of ‘RiscBitcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscBroadcastoperation. - An instance of ‘RiscBroadcast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCastoperation. - An instance of ‘RiscCast’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCeiloperation. - An instance of ‘RiscCeil’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCholeskyoperation. - An instance of ‘RiscCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscConcatoperation. - An instance of ‘RiscConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscConditionoperation. - An instance of ‘RiscCondition’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscConvoperation. - An instance of ‘RiscConv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscCosoperation. - An instance of ‘RiscCos’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscDivoperation. - An instance of ‘RiscDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscDotoperation. - An instance of ‘RiscDot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscExpoperation. - An instance of ‘RiscExp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscFftoperation. - An instance of ‘RiscFft’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscFlooroperation. - An instance of ‘RiscFloor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscGatheroperation. - An instance of ‘RiscGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscImagoperation. - An instance of ‘RiscImag’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscIsFiniteoperation. - An instance of ‘RiscIsFinite’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogoperation. - An instance of ‘RiscLog’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogicalAndoperation. - An instance of ‘RiscLogicalAnd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogicalNotoperation. - An instance of ‘RiscLogicalNot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscLogicalOroperation. - An instance of ‘RiscLogicalOr’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscMaxoperation. - An instance of ‘RiscMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscMinoperation. - An instance of ‘RiscMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscMuloperation. - An instance of ‘RiscMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscNegoperation. - An instance of ‘RiscNeg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscPadoperation. - An instance of ‘RiscPad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscPooloperation. - An instance of ‘RiscPool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscPowoperation. - An instance of ‘RiscPow’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscRandomUniformoperation. - An instance of ‘RiscRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscRealoperation. - An instance of ‘RiscReal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReduceoperation. - An instance of ‘RiscReduce’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscRemoperation. - An instance of ‘RiscRem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReshapeoperation. - An instance of ‘RiscReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscReverseoperation. - An instance of ‘RiscReverse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscScatteroperation. - An instance of ‘RiscScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscShapeoperation. - An instance of ‘RiscShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSignoperation. - An instance of ‘RiscSign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSliceoperation. - An instance of ‘RiscSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSortoperation. - An instance of ‘RiscSort’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSqueezeoperation. - An instance of ‘RiscSqueeze’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscSuboperation. - An instance of ‘RiscSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscTransposeoperation. - An instance of ‘RiscTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscTriangularSolveoperation. - An instance of ‘RiscTriangularSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscUnaryoperation. - An instance of ‘RiscUnary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RiscWhileoperation. - An instance of ‘RiscWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RngReadAndSkipoperation. - An instance of ‘RngReadAndSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
RngSkipoperation. - An instance of ‘RngSkip’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rolloperation. - An instance of ‘Roll’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Roundoperation. - An instance of ‘Round’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Rsqrtoperation. - Builder for the
RsqrtGradoperation. - An instance of ‘RsqrtGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Rsqrt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SampleDistortedBoundingBoxoperation. - An instance of ‘SampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SampleDistortedBoundingBoxV2operation. - An instance of ‘SampleDistortedBoundingBoxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SamplingDatasetoperation. - An instance of ‘SamplingDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Saveoperation. - Builder for the
SaveDatasetoperation. - An instance of ‘SaveDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SaveDatasetV2operation. - An instance of ‘SaveDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Save’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SaveSlicesoperation. - An instance of ‘SaveSlices’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SaveV2operation. - An instance of ‘SaveV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScalarSummaryoperation. - An instance of ‘ScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScaleAndTranslateoperation. - Builder for the
ScaleAndTranslateGradoperation. - An instance of ‘ScaleAndTranslateGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ScaleAndTranslate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScanDatasetoperation. - An instance of ‘ScanDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterAddoperation. - An instance of ‘ScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterDivoperation. - An instance of ‘ScatterDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterMaxoperation. - An instance of ‘ScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterMinoperation. - An instance of ‘ScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterMuloperation. - An instance of ‘ScatterMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdoperation. - Builder for the
ScatterNdAddoperation. - An instance of ‘ScatterNdAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘ScatterNd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdMaxoperation. - An instance of ‘ScatterNdMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdMinoperation. - An instance of ‘ScatterNdMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdNonAliasingAddoperation. - An instance of ‘ScatterNdNonAliasingAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdSuboperation. - An instance of ‘ScatterNdSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterNdUpdateoperation. - An instance of ‘ScatterNdUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterSuboperation. - An instance of ‘ScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ScatterUpdateoperation. - An instance of ‘ScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaFprintoperation. - An instance of ‘SdcaFprint’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaOptimizeroperation. - An instance of ‘SdcaOptimizer’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaOptimizerV2operation. - An instance of ‘SdcaOptimizerV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SdcaShrinkL1operation. - An instance of ‘SdcaShrinkL1’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMaxoperation. - An instance of ‘SegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMaxV2operation. - An instance of ‘SegmentMaxV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMeanoperation. - An instance of ‘SegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMinoperation. - An instance of ‘SegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentMinV2operation. - An instance of ‘SegmentMinV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentProdoperation. - An instance of ‘SegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentProdV2operation. - An instance of ‘SegmentProdV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentSumoperation. - An instance of ‘SegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SegmentSumV2operation. - An instance of ‘SegmentSumV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Selectoperation. - An instance of ‘Select’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SelectV2operation. - An instance of ‘SelectV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SelfAdjointEigoperation. - An instance of ‘SelfAdjointEig’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SelfAdjointEigV2operation. - An instance of ‘SelfAdjointEigV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Seluoperation. - Builder for the
SeluGradoperation. - An instance of ‘SeluGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Selu’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sendoperation. - An instance of ‘Send’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SendTPUEmbeddingGradientsoperation. - An instance of ‘SendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeIteratoroperation. - An instance of ‘SerializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeManySparseoperation. - An instance of ‘SerializeManySparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeSparseoperation. - An instance of ‘SerializeSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SerializeTensoroperation. - An instance of ‘SerializeTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SetSizeoperation. - An instance of ‘SetSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SetStatsAggregatorDatasetoperation. - An instance of ‘SetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Shapeoperation. - An instance of ‘Shape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShapeNoperation. - An instance of ‘ShapeN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShardDatasetoperation. - An instance of ‘ShardDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShardedFilenameoperation. - An instance of ‘ShardedFilename’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShardedFilespecoperation. - An instance of ‘ShardedFilespec’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleAndRepeatDatasetoperation. - An instance of ‘ShuffleAndRepeatDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleAndRepeatDatasetV2operation. - An instance of ‘ShuffleAndRepeatDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleDatasetoperation. - An instance of ‘ShuffleDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleDatasetV2operation. - An instance of ‘ShuffleDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShuffleDatasetV3operation. - An instance of ‘ShuffleDatasetV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShutdownDistributedTPUoperation. - An instance of ‘ShutdownDistributedTPU’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ShutdownTPUSystemoperation. - An instance of ‘ShutdownTPUSystem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sigmoidoperation. - Builder for the
SigmoidGradoperation. - An instance of ‘SigmoidGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Sigmoid’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Signoperation. - An instance of ‘Sign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sinoperation. - An instance of ‘Sin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sinhoperation. - An instance of ‘Sinh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sizeoperation. - An instance of ‘Size’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SkipDatasetoperation. - An instance of ‘SkipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Skipgramoperation. - An instance of ‘Skipgram’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SleepDatasetoperation. - An instance of ‘SleepDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sliceoperation. - An instance of ‘Slice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SlidingWindowDatasetoperation. - An instance of ‘SlidingWindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Snapshotoperation. - Builder for the
SnapshotChunkDatasetoperation. - An instance of ‘SnapshotChunkDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotDatasetoperation. - An instance of ‘SnapshotDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotDatasetReaderoperation. - An instance of ‘SnapshotDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotDatasetV2operation. - An instance of ‘SnapshotDatasetV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Snapshot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SnapshotNestedDatasetReaderoperation. - An instance of ‘SnapshotNestedDatasetReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SobolSampleoperation. - An instance of ‘SobolSample’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Softmaxoperation. - Builder for the
SoftmaxCrossEntropyWithLogitsoperation. - An instance of ‘SoftmaxCrossEntropyWithLogits’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Softmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Softplusoperation. - Builder for the
SoftplusGradoperation. - An instance of ‘SoftplusGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Softplus’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Softsignoperation. - Builder for the
SoftsignGradoperation. - An instance of ‘SoftsignGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Softsign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SpaceToBatchoperation. - An instance of ‘SpaceToBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SpaceToBatchNDoperation. - An instance of ‘SpaceToBatchND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SpaceToDepthoperation. - An instance of ‘SpaceToDepth’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseAccumulatorApplyGradientoperation. - An instance of ‘SparseAccumulatorApplyGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseAccumulatorTakeGradientoperation. - An instance of ‘SparseAccumulatorTakeGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseAddoperation. - Builder for the
SparseAddGradoperation. - An instance of ‘SparseAddGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyAdadeltaoperation. - An instance of ‘SparseApplyAdadelta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyAdagradoperation. - Builder for the
SparseApplyAdagradDAoperation. - An instance of ‘SparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseApplyAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyAdagradV2operation. - An instance of ‘SparseApplyAdagradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyCenteredRMSPropoperation. - An instance of ‘SparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyFtrloperation. - An instance of ‘SparseApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyFtrlV2operation. - An instance of ‘SparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyMomentumoperation. - An instance of ‘SparseApplyMomentum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyProximalAdagradoperation. - An instance of ‘SparseApplyProximalAdagrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyProximalGradientDescentoperation. - An instance of ‘SparseApplyProximalGradientDescent’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseApplyRMSPropoperation. - An instance of ‘SparseApplyRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseBincountoperation. - An instance of ‘SparseBincount’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseConcatoperation. - An instance of ‘SparseConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseConditionalAccumulatoroperation. - An instance of ‘SparseConditionalAccumulator’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseCountSparseOutputoperation. - An instance of ‘SparseCountSparseOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseCrossoperation. - Builder for the
SparseCrossHashedoperation. - An instance of ‘SparseCrossHashed’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseCross’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseCrossV2operation. - An instance of ‘SparseCrossV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseDenseCwiseAddoperation. - An instance of ‘SparseDenseCwiseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseDenseCwiseDivoperation. - An instance of ‘SparseDenseCwiseDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseDenseCwiseMuloperation. - An instance of ‘SparseDenseCwiseMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseFillEmptyRowsoperation. - Builder for the
SparseFillEmptyRowsGradoperation. - An instance of ‘SparseFillEmptyRowsGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatMuloperation. - An instance of ‘SparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixAddoperation. - An instance of ‘SparseMatrixAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixMatMuloperation. - An instance of ‘SparseMatrixMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixMuloperation. - An instance of ‘SparseMatrixMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixNNZoperation. - An instance of ‘SparseMatrixNNZ’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixOrderingAMDoperation. - An instance of ‘SparseMatrixOrderingAMD’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixSoftmaxoperation. - Builder for the
SparseMatrixSoftmaxGradoperation. - An instance of ‘SparseMatrixSoftmaxGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseMatrixSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixSparseCholeskyoperation. - An instance of ‘SparseMatrixSparseCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixSparseMatMuloperation. - An instance of ‘SparseMatrixSparseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixTransposeoperation. - An instance of ‘SparseMatrixTranspose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseMatrixZerosoperation. - An instance of ‘SparseMatrixZeros’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceMaxoperation. - An instance of ‘SparseReduceMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceMaxSparseoperation. - An instance of ‘SparseReduceMaxSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceSumoperation. - An instance of ‘SparseReduceSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReduceSumSparseoperation. - An instance of ‘SparseReduceSumSparse’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReorderoperation. - An instance of ‘SparseReorder’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseReshapeoperation. - An instance of ‘SparseReshape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentMeanoperation. - Builder for the
SparseSegmentMeanGradoperation. - An instance of ‘SparseSegmentMeanGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSegmentMean’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentMeanWithNumSegmentsoperation. - An instance of ‘SparseSegmentMeanWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSqrtNoperation. - Builder for the
SparseSegmentSqrtNGradoperation. - An instance of ‘SparseSegmentSqrtNGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSegmentSqrtN’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSqrtNWithNumSegmentsoperation. - An instance of ‘SparseSegmentSqrtNWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSumoperation. - Builder for the
SparseSegmentSumGradoperation. - An instance of ‘SparseSegmentSumGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSegmentSumWithNumSegmentsoperation. - An instance of ‘SparseSegmentSumWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSliceoperation. - Builder for the
SparseSliceGradoperation. - An instance of ‘SparseSliceGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSoftmaxoperation. - Builder for the
SparseSoftmaxCrossEntropyWithLogitsoperation. - An instance of ‘SparseSoftmaxCrossEntropyWithLogits’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘SparseSoftmax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSparseMaximumoperation. - An instance of ‘SparseSparseMaximum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSparseMinimumoperation. - An instance of ‘SparseSparseMinimum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseSplitoperation. - An instance of ‘SparseSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorDenseAddoperation. - An instance of ‘SparseTensorDenseAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorDenseMatMuloperation. - An instance of ‘SparseTensorDenseMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorSliceDatasetoperation. - An instance of ‘SparseTensorSliceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseTensorToCSRSparseMatrixoperation. - An instance of ‘SparseTensorToCSRSparseMatrix’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseToDenseoperation. - An instance of ‘SparseToDense’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SparseToSparseSetOperationoperation. - An instance of ‘SparseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Spenceoperation. - An instance of ‘Spence’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Splitoperation. - Builder for the
SplitDedupDataoperation. - An instance of ‘SplitDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Split’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SplitVoperation. - An instance of ‘SplitV’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SqlDatasetoperation. - An instance of ‘SqlDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Sqrtoperation. - Builder for the
SqrtGradoperation. - An instance of ‘SqrtGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Sqrt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Squareoperation. - An instance of ‘Square’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SquaredDifferenceoperation. - An instance of ‘SquaredDifference’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Squeezeoperation. - An instance of ‘Squeeze’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Stackoperation. - Builder for the
StackCloseoperation. - An instance of ‘StackClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackCloseV2operation. - An instance of ‘StackCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Stack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPopoperation. - An instance of ‘StackPop’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPopV2operation. - An instance of ‘StackPopV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPushoperation. - An instance of ‘StackPush’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackPushV2operation. - An instance of ‘StackPushV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StackV2operation. - An instance of ‘StackV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Stageoperation. - Builder for the
StageClearoperation. - An instance of ‘StageClear’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Stage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StagePeekoperation. - An instance of ‘StagePeek’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StageSizeoperation. - An instance of ‘StageSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulPartitionedCalloperation. - An instance of ‘StatefulPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulRandomBinomialoperation. - An instance of ‘StatefulRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulStandardNormaloperation. - An instance of ‘StatefulStandardNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulStandardNormalV2operation. - An instance of ‘StatefulStandardNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulTruncatedNormaloperation. - An instance of ‘StatefulTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulUniformoperation. - Builder for the
StatefulUniformFullIntoperation. - An instance of ‘StatefulUniformFullInt’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StatefulUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatefulUniformIntoperation. - An instance of ‘StatefulUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessCaseoperation. - An instance of ‘StatelessCase’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessIfoperation. - An instance of ‘StatelessIf’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessMultinomialoperation. - An instance of ‘StatelessMultinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessParameterizedTruncatedNormaloperation. - An instance of ‘StatelessParameterizedTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomBinomialoperation. - An instance of ‘StatelessRandomBinomial’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGammaV2operation. - An instance of ‘StatelessRandomGammaV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGammaV3operation. - An instance of ‘StatelessRandomGammaV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGetAlgoperation. - An instance of ‘StatelessRandomGetAlg’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomGetKeyCounteroperation. - Builder for the
StatelessRandomGetKeyCounterAlgoperation. - An instance of ‘StatelessRandomGetKeyCounterAlg’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StatelessRandomGetKeyCounter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomNormaloperation. - An instance of ‘StatelessRandomNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomNormalV2operation. - An instance of ‘StatelessRandomNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomPoissonoperation. - An instance of ‘StatelessRandomPoisson’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformoperation. - Builder for the
StatelessRandomUniformFullIntoperation. - An instance of ‘StatelessRandomUniformFullInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformFullIntV2operation. - An instance of ‘StatelessRandomUniformFullIntV2’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StatelessRandomUniform’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformIntoperation. - An instance of ‘StatelessRandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformIntV2operation. - An instance of ‘StatelessRandomUniformIntV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessRandomUniformV2operation. - An instance of ‘StatelessRandomUniformV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessSampleDistortedBoundingBoxoperation. - An instance of ‘StatelessSampleDistortedBoundingBox’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessShuffleoperation. - An instance of ‘StatelessShuffle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessTruncatedNormaloperation. - An instance of ‘StatelessTruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessTruncatedNormalV2operation. - An instance of ‘StatelessTruncatedNormalV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatelessWhileoperation. - An instance of ‘StatelessWhile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StaticRegexFullMatchoperation. - An instance of ‘StaticRegexFullMatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StaticRegexReplaceoperation. - An instance of ‘StaticRegexReplace’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorHandleoperation. - An instance of ‘StatsAggregatorHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorHandleV2operation. - An instance of ‘StatsAggregatorHandleV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorSetSummaryWriteroperation. - An instance of ‘StatsAggregatorSetSummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StatsAggregatorSummaryoperation. - An instance of ‘StatsAggregatorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StochasticCastToIntoperation. - An instance of ‘StochasticCastToInt’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StopGradientoperation. - An instance of ‘StopGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StridedSliceoperation. - Builder for the
StridedSliceAssignoperation. - An instance of ‘StridedSliceAssign’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StridedSliceGradoperation. - An instance of ‘StridedSliceGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StridedSlice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringFormatoperation. - An instance of ‘StringFormat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringJoinoperation. - An instance of ‘StringJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringLengthoperation. - An instance of ‘StringLength’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringLoweroperation. - An instance of ‘StringLower’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringNGramsoperation. - An instance of ‘StringNGrams’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringSplitoperation. - An instance of ‘StringSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringSplitV2operation. - An instance of ‘StringSplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringStripoperation. - An instance of ‘StringStrip’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringToHashBucketoperation. - Builder for the
StringToHashBucketFastoperation. - An instance of ‘StringToHashBucketFast’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘StringToHashBucket’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringToHashBucketStrongoperation. - An instance of ‘StringToHashBucketStrong’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringToNumberoperation. - An instance of ‘StringToNumber’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
StringUpperoperation. - An instance of ‘StringUpper’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Suboperation. - An instance of ‘Sub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Substroperation. - An instance of ‘Substr’ Operation with it’s Outputs and Inputs exposed as methods.
- SubtractDeprecatedBuilder for the
Suboperation. - Builder for the
Sumoperation. - An instance of ‘Sum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SummaryWriteroperation. - An instance of ‘SummaryWriter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Svdoperation. - An instance of ‘Svd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Switchoperation. - An instance of ‘Switch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SymbolicGradientoperation. - An instance of ‘SymbolicGradient’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
SyncDeviceoperation. - An instance of ‘SyncDevice’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TFRecordDatasetoperation. - An instance of ‘TFRecordDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TFRecordReaderoperation. - An instance of ‘TFRecordReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TFRecordReaderV2operation. - An instance of ‘TFRecordReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUCompilationResultoperation. - An instance of ‘TPUCompilationResult’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUCompileoperation. - An instance of ‘TPUCompile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUCompileSucceededAssertoperation. - An instance of ‘TPUCompileSucceededAssert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUEmbeddingActivationsoperation. - An instance of ‘TPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUExecuteoperation. - Builder for the
TPUExecuteAndUpdateVariablesoperation. - An instance of ‘TPUExecuteAndUpdateVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘TPUExecute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUOrdinalSelectoroperation. - An instance of ‘TPUOrdinalSelector’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedCalloperation. - An instance of ‘TPUPartitionedCall’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedInputoperation. - An instance of ‘TPUPartitionedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedInputV2operation. - An instance of ‘TPUPartitionedInputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedOutputoperation. - An instance of ‘TPUPartitionedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUPartitionedOutputV2operation. - An instance of ‘TPUPartitionedOutputV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReplicateMetadataoperation. - An instance of ‘TPUReplicateMetadata’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReplicatedInputoperation. - An instance of ‘TPUReplicatedInput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReplicatedOutputoperation. - An instance of ‘TPUReplicatedOutput’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPUReshardVariablesoperation. - An instance of ‘TPUReshardVariables’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TPURoundRobinoperation. - An instance of ‘TPURoundRobin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TakeDatasetoperation. - An instance of ‘TakeDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TakeManySparseFromTensorsMapoperation. - An instance of ‘TakeManySparseFromTensorsMap’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TakeWhileDatasetoperation. - An instance of ‘TakeWhileDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Tanoperation. - An instance of ‘Tan’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Tanhoperation. - Builder for the
TanhGradoperation. - An instance of ‘TanhGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Tanh’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TemporaryVariableoperation. - An instance of ‘TemporaryVariable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayoperation. - Builder for the
TensorArrayCloseoperation. - An instance of ‘TensorArrayClose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayCloseV2operation. - An instance of ‘TensorArrayCloseV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayCloseV3operation. - An instance of ‘TensorArrayCloseV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayConcatoperation. - An instance of ‘TensorArrayConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayConcatV2operation. - An instance of ‘TensorArrayConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayConcatV3operation. - An instance of ‘TensorArrayConcatV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGatheroperation. - An instance of ‘TensorArrayGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGatherV2operation. - An instance of ‘TensorArrayGatherV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGatherV3operation. - An instance of ‘TensorArrayGatherV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradoperation. - An instance of ‘TensorArrayGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradV2operation. - An instance of ‘TensorArrayGradV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradV3operation. - An instance of ‘TensorArrayGradV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayGradWithShapeoperation. - An instance of ‘TensorArrayGradWithShape’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘TensorArray’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayPackoperation. - An instance of ‘TensorArrayPack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayReadoperation. - An instance of ‘TensorArrayRead’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayReadV2operation. - An instance of ‘TensorArrayReadV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayReadV3operation. - An instance of ‘TensorArrayReadV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayScatteroperation. - An instance of ‘TensorArrayScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayScatterV2operation. - An instance of ‘TensorArrayScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayScatterV3operation. - An instance of ‘TensorArrayScatterV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySizeoperation. - An instance of ‘TensorArraySize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySizeV2operation. - An instance of ‘TensorArraySizeV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySizeV3operation. - An instance of ‘TensorArraySizeV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySplitoperation. - An instance of ‘TensorArraySplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySplitV2operation. - An instance of ‘TensorArraySplitV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArraySplitV3operation. - An instance of ‘TensorArraySplitV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayUnpackoperation. - An instance of ‘TensorArrayUnpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayV2operation. - An instance of ‘TensorArrayV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayV3operation. - An instance of ‘TensorArrayV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayWriteoperation. - An instance of ‘TensorArrayWrite’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayWriteV2operation. - An instance of ‘TensorArrayWriteV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorArrayWriteV3operation. - An instance of ‘TensorArrayWriteV3’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorDatasetoperation. - An instance of ‘TensorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListConcatoperation. - An instance of ‘TensorListConcat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListConcatListsoperation. - An instance of ‘TensorListConcatLists’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListConcatV2operation. - An instance of ‘TensorListConcatV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListElementShapeoperation. - An instance of ‘TensorListElementShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListFromTensoroperation. - An instance of ‘TensorListFromTensor’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListGatheroperation. - An instance of ‘TensorListGather’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListGetItemoperation. - An instance of ‘TensorListGetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListLengthoperation. - An instance of ‘TensorListLength’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListPopBackoperation. - An instance of ‘TensorListPopBack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListPushBackoperation. - Builder for the
TensorListPushBackBatchoperation. - An instance of ‘TensorListPushBackBatch’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘TensorListPushBack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListReserveoperation. - An instance of ‘TensorListReserve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListResizeoperation. - An instance of ‘TensorListResize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListScatteroperation. - An instance of ‘TensorListScatter’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListScatterIntoExistingListoperation. - An instance of ‘TensorListScatterIntoExistingList’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListScatterV2operation. - An instance of ‘TensorListScatterV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListSetItemoperation. - An instance of ‘TensorListSetItem’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListSplitoperation. - An instance of ‘TensorListSplit’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorListStackoperation. - An instance of ‘TensorListStack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapEraseoperation. - An instance of ‘TensorMapErase’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapHasKeyoperation. - An instance of ‘TensorMapHasKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapInsertoperation. - An instance of ‘TensorMapInsert’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapLookupoperation. - An instance of ‘TensorMapLookup’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapSizeoperation. - An instance of ‘TensorMapSize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorMapStackKeysoperation. - An instance of ‘TensorMapStackKeys’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterAddoperation. - An instance of ‘TensorScatterAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterMaxoperation. - An instance of ‘TensorScatterMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterMinoperation. - An instance of ‘TensorScatterMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterSuboperation. - An instance of ‘TensorScatterSub’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorScatterUpdateoperation. - An instance of ‘TensorScatterUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorSliceDatasetoperation. - An instance of ‘TensorSliceDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorStridedSliceUpdateoperation. - An instance of ‘TensorStridedSliceUpdate’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorSummaryoperation. - An instance of ‘TensorSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TensorSummaryV2operation. - An instance of ‘TensorSummaryV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TextLineDatasetoperation. - An instance of ‘TextLineDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TextLineReaderoperation. - An instance of ‘TextLineReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TextLineReaderV2operation. - An instance of ‘TextLineReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ThreadPoolDatasetoperation. - An instance of ‘ThreadPoolDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ThreadPoolHandleoperation. - An instance of ‘ThreadPoolHandle’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ThreadUnsafeUnigramCandidateSampleroperation. - An instance of ‘ThreadUnsafeUnigramCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Tileoperation. - Builder for the
TileGradoperation. - An instance of ‘TileGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Tile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Timestampoperation. - An instance of ‘Timestamp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ToBooloperation. - An instance of ‘ToBool’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKoperation. - An instance of ‘TopK’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKUniqueoperation. - An instance of ‘TopKUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKV2operation. - An instance of ‘TopKV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TopKWithUniqueoperation. - An instance of ‘TopKWithUnique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TpuHandleToProtoKeyoperation. - An instance of ‘TpuHandleToProtoKey’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Transposeoperation. - An instance of ‘Transpose’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TridiagonalMatMuloperation. - An instance of ‘TridiagonalMatMul’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TridiagonalSolveoperation. - An instance of ‘TridiagonalSolve’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TruncateDivoperation. - An instance of ‘TruncateDiv’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TruncateModoperation. - An instance of ‘TruncateMod’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
TruncatedNormaloperation. - An instance of ‘TruncatedNormal’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unbatchoperation. - Builder for the
UnbatchDatasetoperation. - An instance of ‘UnbatchDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnbatchGradoperation. - An instance of ‘UnbatchGrad’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Unbatch’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UncompressElementoperation. - An instance of ‘UncompressElement’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeDecodeoperation. - An instance of ‘UnicodeDecode’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeDecodeWithOffsetsoperation. - An instance of ‘UnicodeDecodeWithOffsets’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeEncodeoperation. - An instance of ‘UnicodeEncode’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeScriptoperation. - An instance of ‘UnicodeScript’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnicodeTranscodeoperation. - An instance of ‘UnicodeTranscode’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformCandidateSampleroperation. - An instance of ‘UniformCandidateSampler’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformDequantizeoperation. - An instance of ‘UniformDequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizeoperation. - An instance of ‘UniformQuantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedAddoperation. - An instance of ‘UniformQuantizedAdd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedClipByValueoperation. - An instance of ‘UniformQuantizedClipByValue’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedConvolutionoperation. - Builder for the
UniformQuantizedConvolutionHybridoperation. - An instance of ‘UniformQuantizedConvolutionHybrid’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘UniformQuantizedConvolution’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformQuantizedDotoperation. - Builder for the
UniformQuantizedDotHybridoperation. - An instance of ‘UniformQuantizedDotHybrid’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘UniformQuantizedDot’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniformRequantizeoperation. - An instance of ‘UniformRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Uniqueoperation. - Builder for the
UniqueDatasetoperation. - An instance of ‘UniqueDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- An instance of ‘Unique’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniqueV2operation. - An instance of ‘UniqueV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniqueWithCountsoperation. - An instance of ‘UniqueWithCounts’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UniqueWithCountsV2operation. - An instance of ‘UniqueWithCountsV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unpackoperation. - An instance of ‘Unpack’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnravelIndexoperation. - An instance of ‘UnravelIndex’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentJoinoperation. - An instance of ‘UnsortedSegmentJoin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentMaxoperation. - An instance of ‘UnsortedSegmentMax’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentMinoperation. - An instance of ‘UnsortedSegmentMin’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentProdoperation. - An instance of ‘UnsortedSegmentProd’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnsortedSegmentSumoperation. - An instance of ‘UnsortedSegmentSum’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Unstageoperation. - An instance of ‘Unstage’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UnwrapDatasetVariantoperation. - An instance of ‘UnwrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
UpperBoundoperation. - An instance of ‘UpperBound’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VarHandleOpoperation. - An instance of ‘VarHandleOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VarIsInitializedOpoperation. - An instance of ‘VarIsInitializedOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Variableoperation. - An instance of ‘Variable’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VariableShapeoperation. - An instance of ‘VariableShape’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
VariableV2operation. - An instance of ‘VariableV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Whereoperation. - An instance of ‘Where’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Whileoperation. - An instance of ‘While’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WholeFileReaderoperation. - An instance of ‘WholeFileReader’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WholeFileReaderV2operation. - An instance of ‘WholeFileReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WindowDatasetoperation. - An instance of ‘WindowDataset’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WindowOpoperation. - An instance of ‘WindowOp’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WorkerHeartbeatoperation. - An instance of ‘WorkerHeartbeat’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WrapDatasetVariantoperation. - An instance of ‘WrapDatasetVariant’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteAudioSummaryoperation. - An instance of ‘WriteAudioSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteFileoperation. - An instance of ‘WriteFile’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteGraphSummaryoperation. - An instance of ‘WriteGraphSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteHistogramSummaryoperation. - An instance of ‘WriteHistogramSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteImageSummaryoperation. - An instance of ‘WriteImageSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteRawProtoSummaryoperation. - An instance of ‘WriteRawProtoSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteScalarSummaryoperation. - An instance of ‘WriteScalarSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
WriteSummaryoperation. - An instance of ‘WriteSummary’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Xdivyoperation. - An instance of ‘Xdivy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaConcatNDoperation. - An instance of ‘XlaConcatND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaHostComputeoperation. - An instance of ‘XlaHostCompute’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaRecvFromHostoperation. - An instance of ‘XlaRecvFromHost’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaRecvTPUEmbeddingActivationsoperation. - An instance of ‘XlaRecvTPUEmbeddingActivations’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaRecvTPUEmbeddingDeduplicationDataoperation. - An instance of ‘XlaRecvTPUEmbeddingDeduplicationData’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaSendTPUEmbeddingGradientsoperation. - An instance of ‘XlaSendTPUEmbeddingGradients’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaSendToHostoperation. - An instance of ‘XlaSendToHost’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
XlaSplitNDoperation. - An instance of ‘XlaSplitND’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Xlog1pyoperation. - An instance of ‘Xlog1py’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Xlogyoperation. - An instance of ‘Xlogy’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ZerosLikeoperation. - An instance of ‘ZerosLike’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
Zetaoperation. - An instance of ‘Zeta’ Operation with it’s Outputs and Inputs exposed as methods.
- Builder for the
ZipDatasetoperation. - An instance of ‘ZipDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Functions
- Shorthand for
Abort::new().build(scope). - Shorthand for
Abs::new().build(x, scope). - Shorthand for
AccumulateNV2::new().build(inputs, scope). - Shorthand for
AccumulatorApplyGradient::new().build(handle, local_step, gradient, scope). - Shorthand for
AccumulatorNumAccumulated::new().build(handle, scope). - Shorthand for
AccumulatorSetGlobalStep::new().build(handle, new_global_step, scope). - Shorthand for
AccumulatorTakeGradient::new().build(handle, num_required, scope). - Shorthand for
Acos::new().build(x, scope). - Shorthand for
Acosh::new().build(x, scope). - Shorthand for
Add::new().build(x, y, scope). - Shorthand for
AddManySparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope). - Shorthand for
AddN::new().build(inputs, scope). - Shorthand for
AddSparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope). - Shorthand for
AddV2::new().build(x, y, scope). - Shorthand for
AdjustContrast::new().build(images, contrast_factor, min_value, max_value, scope). - Shorthand for
AdjustContrastv2::new().build(images, contrast_factor, scope). - Shorthand for
AdjustHue::new().build(images, delta, scope). - Shorthand for
AdjustSaturation::new().build(images, scale, scope). - Shorthand for
All::new().build(input, reduction_indices, scope). - Shorthand for
AllCandidateSampler::new().build(true_classes, scope). - Shorthand for
AllToAll::new().build(input, group_assignment, scope). - Shorthand for
Angle::new().build(input, scope). - Shorthand for
AnonymousHashTable::new().build(scope). - Shorthand for
AnonymousIterator::new().build(scope). - Shorthand for
AnonymousIteratorV2::new().build(scope). - Shorthand for
AnonymousIteratorV3::new().build(scope). - Shorthand for
AnonymousMemoryCache::new().build(scope). - Shorthand for
AnonymousMultiDeviceIterator::new().build(scope). - Shorthand for
AnonymousMultiDeviceIteratorV3::new().build(scope). - Shorthand for
AnonymousMutableDenseHashTable::new().build(empty_key, deleted_key, scope). - Shorthand for
AnonymousMutableHashTable::new().build(scope). - Shorthand for
AnonymousMutableHashTableOfTensors::new().build(scope). - Shorthand for
AnonymousRandomSeedGenerator::new().build(seed, seed2, scope). - Shorthand for
AnonymousSeedGenerator::new().build(seed, seed2, reshuffle, scope). - Shorthand for
Any::new().build(input, reduction_indices, scope). - Shorthand for
ApplyAdaMax::new().build(var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, scope). - Shorthand for
ApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, scope). - Shorthand for
ApplyAdagrad::new().build(var, accum, lr, grad, scope). - Shorthand for
ApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, lr, l1, l2, global_step, scope). - Shorthand for
ApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, scope). - Shorthand for
ApplyAdam::new().build(var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope). - Shorthand for
ApplyAddSign::new().build(var, m, lr, alpha, sign_decay, beta, grad, scope). - Shorthand for
ApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, scope). - Shorthand for
ApplyFtrl::new().build(var, accum, linear, grad, lr, l1, l2, lr_power, scope). - Shorthand for
ApplyFtrlV2::new().build(var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, scope). - Shorthand for
ApplyGradientDescent::new().build(var, alpha, delta, scope). - Shorthand for
ApplyMomentum::new().build(var, accum, lr, grad, momentum, scope). - Shorthand for
ApplyPowerSign::new().build(var, m, lr, logbase, sign_decay, beta, grad, scope). - Shorthand for
ApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, scope). - Shorthand for
ApplyProximalGradientDescent::new().build(var, alpha, l1, l2, delta, scope). - Shorthand for
ApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, scope). - Shorthand for
ApproxTopK::new().build(input, scope). - Shorthand for
ApproximateEqual::new().build(x, y, scope). - Shorthand for
ArgMax::new().build(input, dimension, scope). - Shorthand for
ArgMin::new().build(input, dimension, scope). - Shorthand for
AsString::new().build(input, scope). - Shorthand for
Asin::new().build(x, scope). - Shorthand for
Asinh::new().build(x, scope). - Shorthand for
Assert::new().build(condition, data, scope). - Shorthand for
AssertCardinalityDataset::new().build(input_dataset, cardinality, scope). - Shorthand for
AssertNextDataset::new().build(input_dataset, transformations, scope). - Shorthand for
AssertPrevDataset::new().build(input_dataset, transformations, scope). - Shorthand for
Assign::new().build(ref_, value, scope). - Shorthand for
AssignAdd::new().build(ref_, value, scope). - Shorthand for
AssignAddVariableOp::new().build(resource, value, scope). - Shorthand for
AssignSub::new().build(ref_, value, scope). - Shorthand for
AssignSubVariableOp::new().build(resource, value, scope). - Shorthand for
AssignVariableOp::new().build(resource, value, scope). - Shorthand for
AssignVariableXlaConcatND::new().build(resource, inputs, scope). - Shorthand for
Atan::new().build(x, scope). - Shorthand for
Atan2::new().build(y, x, scope). - Shorthand for
Atanh::new().build(x, scope). - Shorthand for
AudioSpectrogram::new().build(input, scope). - Shorthand for
AudioSummary::new().build(tag, tensor, scope). - Shorthand for
AudioSummaryV2::new().build(tag, tensor, sample_rate, scope). - Shorthand for
AutoShardDataset::new().build(input_dataset, num_workers, index, scope). - Shorthand for
AvgPool::new().build(value, scope). - Shorthand for
AvgPool3D::new().build(input, scope). - Shorthand for
AvgPool3DGrad::new().build(orig_input_shape, grad, scope). - Shorthand for
AvgPoolGrad::new().build(orig_input_shape, grad, scope). - Shorthand for
BandedTriangularSolve::new().build(matrix, rhs, scope). - Shorthand for
Barrier::new().build(scope). - Shorthand for
BarrierClose::new().build(handle, scope). - Shorthand for
BarrierIncompleteSize::new().build(handle, scope). - Shorthand for
BarrierInsertMany::new().build(handle, keys, values, scope). - Shorthand for
BarrierReadySize::new().build(handle, scope). - Shorthand for
BarrierTakeMany::new().build(handle, num_elements, scope). - Shorthand for
Batch::new().build(in_tensors, scope). - Shorthand for
BatchCholesky::new().build(input, scope). - Shorthand for
BatchCholeskyGrad::new().build(l, grad, scope). - Shorthand for
BatchDataset::new().build(input_dataset, batch_size, scope). - Shorthand for
BatchDatasetV2::new().build(input_dataset, batch_size, drop_remainder, scope). - Shorthand for
BatchFFT::new().build(input, scope). - Shorthand for
BatchFFT2D::new().build(input, scope). - Shorthand for
BatchFFT3D::new().build(input, scope). - Shorthand for
BatchFunction::new().build(in_tensors, captured_tensors, scope). - Shorthand for
BatchIFFT::new().build(input, scope). - Shorthand for
BatchIFFT2D::new().build(input, scope). - Shorthand for
BatchIFFT3D::new().build(input, scope). - Shorthand for
BatchMatMul::new().build(x, y, scope). - Shorthand for
BatchMatMulV2::new().build(x, y, scope). - Shorthand for
BatchMatMulV3::new().build(x, y, scope). - Shorthand for
BatchMatrixBandPart::new().build(input, num_lower, num_upper, scope). - Shorthand for
BatchMatrixDeterminant::new().build(input, scope). - Shorthand for
BatchMatrixDiag::new().build(diagonal, scope). - Shorthand for
BatchMatrixDiagPart::new().build(input, scope). - Shorthand for
BatchMatrixInverse::new().build(input, scope). - Shorthand for
BatchMatrixSetDiag::new().build(input, diagonal, scope). - Shorthand for
BatchMatrixSolve::new().build(matrix, rhs, scope). - Shorthand for
BatchMatrixSolveLs::new().build(matrix, rhs, l2_regularizer, scope). - Shorthand for
BatchMatrixTriangularSolve::new().build(matrix, rhs, scope). - Shorthand for
BatchNormWithGlobalNormalization::new().build(t, m, v, beta, gamma, scope). - Shorthand for
BatchNormWithGlobalNormalizationGrad::new().build(t, m, v, gamma, backprop, scope). - Shorthand for
BatchSelfAdjointEig::new().build(input, scope). - Shorthand for
BatchSelfAdjointEigV2::new().build(input, scope). - Shorthand for
BatchSvd::new().build(input, scope). - Shorthand for
BatchToSpace::new().build(input, crops, scope). - Shorthand for
BatchToSpaceND::new().build(input, block_shape, crops, scope). - Shorthand for
BesselI0::new().build(x, scope). - Shorthand for
BesselI0e::new().build(x, scope). - Shorthand for
BesselI1::new().build(x, scope). - Shorthand for
BesselI1e::new().build(x, scope). - Shorthand for
BesselJ0::new().build(x, scope). - Shorthand for
BesselJ1::new().build(x, scope). - Shorthand for
BesselK0::new().build(x, scope). - Shorthand for
BesselK0e::new().build(x, scope). - Shorthand for
BesselK1::new().build(x, scope). - Shorthand for
BesselK1e::new().build(x, scope). - Shorthand for
BesselY0::new().build(x, scope). - Shorthand for
BesselY1::new().build(x, scope). - Shorthand for
Betainc::new().build(a, b, x, scope). - Shorthand for
BiasAdd::new().build(value, bias, scope). - Shorthand for
BiasAddGrad::new().build(out_backprop, scope). - Shorthand for
BiasAddV1::new().build(value, bias, scope). - Shorthand for
Bincount::new().build(arr, size, weights, scope). - Shorthand for
Bitcast::new().build(input, scope). - Shorthand for
BitwiseAnd::new().build(x, y, scope). - Shorthand for
BitwiseOr::new().build(x, y, scope). - Shorthand for
BitwiseXor::new().build(x, y, scope). - Shorthand for
BlockLSTM::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, scope). - Shorthand for
BlockLSTMGrad::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, h, cs_grad, h_grad, scope). - Shorthand for
BlockLSTMGradV2::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, h, cs_grad, h_grad, scope). - Shorthand for
BlockLSTMV2::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, scope). - Shorthand for
BoostedTreesAggregateStats::new().build(node_ids, gradients, hessians, feature, scope). - Shorthand for
BoostedTreesBucketize::new().build(float_values, bucket_boundaries, scope). - Shorthand for
BoostedTreesCalculateBestFeatureSplit::new().build(node_id_range, stats_summary, l1, l2, tree_complexity, min_node_weight, scope). - Shorthand for
BoostedTreesCalculateBestFeatureSplitV2::new().build(node_id_range, stats_summaries_list, split_types, candidate_feature_ids, l1, l2, tree_complexity, min_node_weight, scope). - Shorthand for
BoostedTreesCalculateBestGainsPerFeature::new().build(node_id_range, stats_summary_list, l1, l2, tree_complexity, min_node_weight, scope). - Shorthand for
BoostedTreesCenterBias::new().build(tree_ensemble_handle, mean_gradients, mean_hessians, l1, l2, scope). - Shorthand for
BoostedTreesCreateEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope). - Shorthand for
BoostedTreesCreateQuantileStreamResource::new().build(quantile_stream_resource_handle, epsilon, num_streams, scope). - Shorthand for
BoostedTreesDeserializeEnsemble::new().build(tree_ensemble_handle, stamp_token, tree_ensemble_serialized, scope). - Shorthand for
BoostedTreesEnsembleResourceHandleOp::new().build(scope). - Shorthand for
BoostedTreesExampleDebugOutputs::new().build(tree_ensemble_handle, bucketized_features, scope). - Shorthand for
BoostedTreesFlushQuantileSummaries::new().build(quantile_stream_resource_handle, scope). - Shorthand for
BoostedTreesGetEnsembleStates::new().build(tree_ensemble_handle, scope). - Shorthand for
BoostedTreesMakeQuantileSummaries::new().build(float_values, example_weights, epsilon, scope). - Shorthand for
BoostedTreesMakeStatsSummary::new().build(node_ids, gradients, hessians, bucketized_features_list, scope). - Shorthand for
BoostedTreesPredict::new().build(tree_ensemble_handle, bucketized_features, scope). - Shorthand for
BoostedTreesQuantileStreamResourceAddSummaries::new().build(quantile_stream_resource_handle, summaries, scope). - Shorthand for
BoostedTreesQuantileStreamResourceDeserialize::new().build(quantile_stream_resource_handle, bucket_boundaries, scope). - Shorthand for
BoostedTreesQuantileStreamResourceFlush::new().build(quantile_stream_resource_handle, num_buckets, scope). - Shorthand for
BoostedTreesQuantileStreamResourceGetBucketBoundaries::new().build(quantile_stream_resource_handle, scope). - Shorthand for
BoostedTreesQuantileStreamResourceHandleOp::new().build(scope). - Shorthand for
BoostedTreesSerializeEnsemble::new().build(tree_ensemble_handle, scope). - Shorthand for
BoostedTreesSparseAggregateStats::new().build(node_ids, gradients, hessians, feature_indices, feature_values, feature_shape, scope). - Shorthand for
BoostedTreesSparseCalculateBestFeatureSplit::new().build(node_id_range, stats_summary_indices, stats_summary_values, stats_summary_shape, l1, l2, tree_complexity, min_node_weight, scope). - Shorthand for
BoostedTreesTrainingPredict::new().build(tree_ensemble_handle, cached_tree_ids, cached_node_ids, bucketized_features, scope). - Shorthand for
BoostedTreesUpdateEnsemble::new().build(tree_ensemble_handle, feature_ids, node_ids, gains, thresholds, left_node_contribs, right_node_contribs, max_depth, learning_rate, scope). - Shorthand for
BoostedTreesUpdateEnsembleV2::new().build(tree_ensemble_handle, feature_ids, dimension_ids, node_ids, gains, thresholds, left_node_contribs, right_node_contribs, split_types, max_depth, learning_rate, pruning_mode, scope). - Shorthand for
BroadcastArgs::new().build(s0, s1, scope). - Shorthand for
BroadcastGradientArgs::new().build(s0, s1, scope). - Shorthand for
BroadcastTo::new().build(input, shape, scope). - Shorthand for
Bucketize::new().build(input, scope). - Shorthand for
BytesProducedStatsDataset::new().build(input_dataset, tag, scope). - Shorthand for
CacheDataset::new().build(input_dataset, filename, scope). - Shorthand for
CacheDatasetV2::new().build(input_dataset, filename, cache, scope). - Shorthand for
Case::new().build(branch_index, input, scope). - Shorthand for
Cast::new().build(x, scope). - Shorthand for
Ceil::new().build(x, scope). - Shorthand for
CheckNumerics::new().build(tensor, scope). - Shorthand for
CheckNumericsV2::new().build(tensor, scope). - Shorthand for
Cholesky::new().build(input, scope). - Shorthand for
CholeskyGrad::new().build(l, grad, scope). - Shorthand for
ChooseFastestBranchDataset::new().build(input_dataset, ratio_numerator, ratio_denominator, other_arguments, scope). - Shorthand for
ChooseFastestDataset::new().build(input_datasets, scope). - Shorthand for
ClipByValue::new().build(t, clip_value_min, clip_value_max, scope). - Shorthand for
CloseSummaryWriter::new().build(writer, scope). - Shorthand for
CollateTPUEmbeddingMemory::new().build(memory_configs, scope). - Shorthand for
CollectiveAllToAllV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope). - Shorthand for
CollectiveAllToAllV3::new().build(input, communicator, group_assignment, scope). - Shorthand for
CollectiveAssignGroupV2::new().build(group_assignment, device_index, base_key, scope). - Shorthand for
CollectiveBcastRecv::new().build(scope). - Shorthand for
CollectiveBcastRecvV2::new().build(group_size, group_key, instance_key, shape, scope). - Shorthand for
CollectiveBcastSend::new().build(input, scope). - Shorthand for
CollectiveBcastSendV2::new().build(input, group_size, group_key, instance_key, scope). - Shorthand for
CollectiveGather::new().build(input, scope). - Shorthand for
CollectiveGatherV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope). - Shorthand for
CollectiveInitializeCommunicator::new().build(group_key, rank, group_size, scope). - Shorthand for
CollectivePermute::new().build(input, source_target_pairs, scope). - Shorthand for
CollectiveReduce::new().build(input, scope). - Shorthand for
CollectiveReduceScatterV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope). - Shorthand for
CollectiveReduceV2::new().build(input, group_size, group_key, instance_key, ordering_token, scope). - Shorthand for
CollectiveReduceV3::new().build(input, communicator, group_assignment, scope). - Shorthand for
CombinedNonMaxSuppression::new().build(boxes, scores, max_output_size_per_class, max_total_size, iou_threshold, score_threshold, scope). - Shorthand for
Complex::new().build(real, imag, scope). - Shorthand for
ComplexAbs::new().build(x, scope). - Shorthand for
CompositeTensorVariantFromComponents::new().build(components, scope). - Shorthand for
CompositeTensorVariantToComponents::new().build(encoded, scope). - Shorthand for
CompressElement::new().build(components, scope). - Shorthand for
ComputeAccidentalHits::new().build(true_classes, sampled_candidates, scope). - Shorthand for
ComputeBatchSize::new().build(input_dataset, scope). - Shorthand for
ComputeDedupDataTupleMask::new().build(scope). - Shorthand for
Concat::new().build(concat_dim, values, scope). - Shorthand for
ConcatOffset::new().build(concat_dim, shape, scope). - Shorthand for
ConcatV2::new().build(values, axis, scope). - Shorthand for
ConcatenateDataset::new().build(input_dataset, another_dataset, scope). - Shorthand for
ConditionalAccumulator::new().build(scope). - Shorthand for
ConfigureAndInitializeGlobalTPU::new().build(scope). - Shorthand for
ConfigureDistributedTPU::new().build(scope). - Shorthand for
ConfigureTPUEmbedding::new().build(scope). - Shorthand for
ConfigureTPUEmbeddingHost::new().build(common_config, memory_config, scope). - Shorthand for
ConfigureTPUEmbeddingMemory::new().build(common_config, scope). - Shorthand for
Conj::new().build(input, scope). - Shorthand for
ConjugateTranspose::new().build(x, perm, scope). - Shorthand for
ConnectTPUEmbeddingHosts::new().build(network_configs, scope). - Shorthand for
Const::new().build(scope). - Creates a constant.
- Shorthand for
ConsumeMutexLock::new().build(mutex_lock, scope). - Shorthand for
ControlTrigger::new().build(scope). - Shorthand for
Conv2D::new().build(input, filter, scope). - Shorthand for
Conv2DBackpropFilter::new().build(input, filter_sizes, out_backprop, scope). - Shorthand for
Conv2DBackpropFilterV2::new().build(input, filter, out_backprop, scope). - Shorthand for
Conv2DBackpropInput::new().build(input_sizes, filter, out_backprop, scope). - Shorthand for
Conv2DBackpropInputV2::new().build(input, filter, out_backprop, scope). - Shorthand for
Conv3D::new().build(input, filter, scope). - Shorthand for
Conv3DBackpropFilter::new().build(input, filter, out_backprop, scope). - Shorthand for
Conv3DBackpropFilterV2::new().build(input, filter_sizes, out_backprop, scope). - Shorthand for
Conv3DBackpropInput::new().build(input, filter, out_backprop, scope). - Shorthand for
Conv3DBackpropInputV2::new().build(input_sizes, filter, out_backprop, scope). - Shorthand for
Copy::new().build(input, scope). - Shorthand for
CopyHost::new().build(input, scope). - Shorthand for
CopyToMesh::new().build(input, scope). - Shorthand for
CopyToMeshGrad::new().build(input, forward_input, scope). - Shorthand for
Cos::new().build(x, scope). - Shorthand for
Cosh::new().build(x, scope). - Shorthand for
CountUpTo::new().build(ref_, scope). - Shorthand for
CreateSummaryDbWriter::new().build(writer, db_uri, experiment_name, run_name, user_name, scope). - Shorthand for
CreateSummaryFileWriter::new().build(writer, logdir, max_queue, flush_millis, filename_suffix, scope). - Shorthand for
CropAndResize::new().build(image, boxes, box_ind, crop_size, scope). - Shorthand for
CropAndResizeGradBoxes::new().build(grads, image, boxes, box_ind, scope). - Shorthand for
CropAndResizeGradImage::new().build(grads, boxes, box_ind, image_size, scope). - Shorthand for
Cross::new().build(a, b, scope). - Shorthand for
CrossReplicaSum::new().build(input, group_assignment, scope). - Shorthand for
CSRSparseMatrixComponents::new().build(csr_sparse_matrix, index, scope). - Shorthand for
CSRSparseMatrixToDense::new().build(sparse_input, scope). - Shorthand for
CSRSparseMatrixToSparseTensor::new().build(sparse_matrix, scope). - Shorthand for
CSVDataset::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, scope). - Shorthand for
CSVDatasetV2::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, exclude_cols, scope). - Shorthand for
CTCBeamSearchDecoder::new().build(inputs, sequence_length, scope). - Shorthand for
CTCGreedyDecoder::new().build(inputs, sequence_length, scope). - Shorthand for
CTCLoss::new().build(inputs, labels_indices, labels_values, sequence_length, scope). - Shorthand for
CTCLossV2::new().build(inputs, labels_indices, labels_values, sequence_length, scope). - Shorthand for
CudnnRNN::new().build(input, input_h, input_c, params, scope). - Shorthand for
CudnnRNNBackprop::new().build(input, input_h, input_c, params, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, scope). - Shorthand for
CudnnRNNBackpropV2::new().build(input, input_h, input_c, params, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, scope). - Shorthand for
CudnnRNNBackpropV3::new().build(input, input_h, input_c, params, sequence_lengths, output, output_h, output_c, output_backprop, output_h_backprop, output_c_backprop, reserve_space, host_reserved, scope). - Shorthand for
CudnnRNNCanonicalToParams::new().build(num_layers, num_units, input_size, weights, biases, scope). - Shorthand for
CudnnRNNCanonicalToParamsV2::new().build(num_layers, num_units, input_size, weights, biases, scope). - Shorthand for
CudnnRNNParamsSize::new().build(num_layers, num_units, input_size, scope). - Shorthand for
CudnnRNNParamsToCanonical::new().build(num_layers, num_units, input_size, params, scope). - Shorthand for
CudnnRNNParamsToCanonicalV2::new().build(num_layers, num_units, input_size, params, scope). - Shorthand for
CudnnRNNV2::new().build(input, input_h, input_c, params, scope). - Shorthand for
CudnnRNNV3::new().build(input, input_h, input_c, params, sequence_lengths, scope). - Shorthand for
Cumprod::new().build(x, axis, scope). - Shorthand for
Cumsum::new().build(x, axis, scope). - Shorthand for
CumulativeLogsumexp::new().build(x, axis, scope). - Shorthand for
DataFormatDimMap::new().build(x, scope). - Shorthand for
DataFormatVecPermute::new().build(x, scope). - Shorthand for
DataServiceDataset::new().build(dataset_id, processing_mode, address, protocol, job_name, max_outstanding_requests, iteration_counter, scope). - Shorthand for
DataServiceDatasetV2::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope). - Shorthand for
DataServiceDatasetV3::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope). - Shorthand for
DataServiceDatasetV4::new().build(dataset_id, processing_mode, address, protocol, job_name, consumer_index, num_consumers, max_outstanding_requests, iteration_counter, scope). - Shorthand for
DatasetCardinality::new().build(input_dataset, scope). - Shorthand for
DatasetFromGraph::new().build(graph_def, scope). - Shorthand for
DatasetToGraph::new().build(input_dataset, scope). - Shorthand for
DatasetToGraphV2::new().build(input_dataset, scope). - Shorthand for
DatasetToSingleElement::new().build(dataset, scope). - Shorthand for
DatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope). - Shorthand for
Dawsn::new().build(x, scope). - Shorthand for
DebugGradientIdentity::new().build(input, scope). - Shorthand for
DebugGradientRefIdentity::new().build(input, scope). - Shorthand for
DebugIdentity::new().build(input, scope). - Shorthand for
DebugIdentityV2::new().build(input, scope). - Shorthand for
DebugIdentityV3::new().build(input, scope). - Shorthand for
DebugNanCount::new().build(input, scope). - Shorthand for
DebugNumericSummary::new().build(input, scope). - Shorthand for
DebugNumericSummaryV2::new().build(input, scope). - Shorthand for
DecodeAndCropJpeg::new().build(contents, crop_window, scope). - Shorthand for
DecodeBase64::new().build(input, scope). - Shorthand for
DecodeBmp::new().build(contents, scope). - Shorthand for
DecodeCompressed::new().build(bytes, scope). - Shorthand for
DecodeCSV::new().build(records, record_defaults, scope). - Shorthand for
DecodeGif::new().build(contents, scope). - Shorthand for
DecodeImage::new().build(contents, scope). - Shorthand for
DecodeJpeg::new().build(contents, scope). - Shorthand for
DecodeJSONExample::new().build(json_examples, scope). - Shorthand for
DecodePaddedRaw::new().build(input_bytes, fixed_length, scope). - Shorthand for
DecodePng::new().build(contents, scope). - Shorthand for
DecodeProtoV2::new().build(bytes, scope). - Shorthand for
DecodeRaw::new().build(bytes, scope). - Shorthand for
DecodeWav::new().build(contents, scope). - Shorthand for
DeepCopy::new().build(x, scope). - Shorthand for
DeleteIterator::new().build(handle, deleter, scope). - Shorthand for
DeleteMemoryCache::new().build(handle, deleter, scope). - Shorthand for
DeleteMultiDeviceIterator::new().build(multi_device_iterator, iterators, deleter, scope). - Shorthand for
DeleteRandomSeedGenerator::new().build(handle, deleter, scope). - Shorthand for
DeleteSeedGenerator::new().build(handle, deleter, scope). - Shorthand for
DeleteSessionTensor::new().build(handle, scope). - Shorthand for
DenseBincount::new().build(input, size, weights, scope). - Shorthand for
DenseCountSparseOutput::new().build(values, weights, scope). - Shorthand for
DenseToCSRSparseMatrix::new().build(dense_input, indices, scope). - Shorthand for
DenseToDenseSetOperation::new().build(set1, set2, scope). - Shorthand for
DenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope). - Shorthand for
DenseToSparseSetOperation::new().build(set1, set2_indices, set2_values, set2_shape, scope). - Shorthand for
DepthToSpace::new().build(input, scope). - Shorthand for
DepthwiseConv2dNative::new().build(input, filter, scope). - Shorthand for
DepthwiseConv2dNativeBackpropFilter::new().build(input, filter_sizes, out_backprop, scope). - Shorthand for
DepthwiseConv2dNativeBackpropInput::new().build(input_sizes, filter, out_backprop, scope). - Shorthand for
Dequantize::new().build(input, min_range, max_range, scope). - Shorthand for
DeserializeIterator::new().build(resource_handle, serialized, scope). - Shorthand for
DeserializeManySparse::new().build(serialized_sparse, scope). - Shorthand for
DeserializeSparse::new().build(serialized_sparse, scope). - Shorthand for
DestroyResourceOp::new().build(resource, scope). - Shorthand for
DestroyTemporaryVariable::new().build(ref_, scope). - Shorthand for
DeviceIndex::new().build(scope). - Shorthand for
Diag::new().build(diagonal, scope). - Shorthand for
DiagPart::new().build(input, scope). - Shorthand for
Digamma::new().build(x, scope). - Shorthand for
Dilation2D::new().build(input, filter, scope). - Shorthand for
Dilation2DBackpropFilter::new().build(input, filter, out_backprop, scope). - Shorthand for
Dilation2DBackpropInput::new().build(input, filter, out_backprop, scope). - Shorthand for
DirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope). - Shorthand for
DisableCopyOnRead::new().build(resource, scope). - Shorthand for
DistributedSave::new().build(dataset, directory, address, scope). - Shorthand for
Div::new().build(x, y, scope). - Shorthand for
DivNoNan::new().build(x, y, scope). - Shorthand for
DrawBoundingBoxes::new().build(images, boxes, scope). - Shorthand for
DrawBoundingBoxesV2::new().build(images, boxes, colors, scope). - Shorthand for
DTensorRestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope). - Shorthand for
DTensorSetGlobalTPUArray::new().build(topology, scope). - Shorthand for
DummyIterationCounter::new().build(scope). - Shorthand for
DummyMemoryCache::new().build(scope). - Shorthand for
DummySeedGenerator::new().build(scope). - Shorthand for
DynamicEnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, device_ordinal, scope). - Shorthand for
DynamicPartition::new().build(data, partitions, scope). - Shorthand for
DynamicStitch::new().build(indices, data, scope). - Shorthand for
EagerPyFunc::new().build(input, scope). - Shorthand for
EditDistance::new().build(hypothesis_indices, hypothesis_values, hypothesis_shape, truth_indices, truth_values, truth_shape, scope). - Shorthand for
Eig::new().build(input, scope). - Shorthand for
Einsum::new().build(inputs, scope). - Shorthand for
Elu::new().build(features, scope). - Shorthand for
EluGrad::new().build(gradients, outputs, scope). - Shorthand for
Empty::new().build(shape, scope). - Shorthand for
EmptyTensorList::new().build(element_shape, max_num_elements, scope). - Shorthand for
EmptyTensorMap::new().build(scope). - Shorthand for
EncodeBase64::new().build(input, scope). - Shorthand for
EncodeJpeg::new().build(image, scope). - Shorthand for
EncodeJpegVariableQuality::new().build(images, quality, scope). - Shorthand for
EncodePng::new().build(image, scope). - Shorthand for
EncodeProto::new().build(sizes, values, scope). - Shorthand for
EncodeWav::new().build(audio, sample_rate, scope). - Shorthand for
EnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, scope). - Shorthand for
EnqueueTPUEmbeddingBatch::new().build(batch, mode_override, scope). - Shorthand for
EnqueueTPUEmbeddingIntegerBatch::new().build(batch, mode_override, scope). - Shorthand for
EnqueueTPUEmbeddingRaggedTensorBatch::new().build(sample_splits, embedding_indices, aggregation_weights, mode_override, scope). - Shorthand for
EnqueueTPUEmbeddingSparseBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope). - Shorthand for
EnqueueTPUEmbeddingSparseTensorBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope). - Shorthand for
EnsureShape::new().build(input, scope). - Shorthand for
Enter::new().build(data, scope). - Shorthand for
Equal::new().build(x, y, scope). - Shorthand for
Erf::new().build(x, scope). - Shorthand for
Erfc::new().build(x, scope). - Shorthand for
Erfinv::new().build(x, scope). - Shorthand for
EuclideanNorm::new().build(input, reduction_indices, scope). - Shorthand for
ExecuteTPUEmbeddingPartitioner::new().build(scope). - Shorthand for
Exit::new().build(data, scope). - Shorthand for
Exp::new().build(x, scope). - Shorthand for
ExpandDims::new().build(input, dim, scope). - Shorthand for
ExperimentalAssertNextDataset::new().build(input_dataset, transformations, scope). - Shorthand for
ExperimentalAutoShardDataset::new().build(input_dataset, num_workers, index, scope). - Shorthand for
ExperimentalBytesProducedStatsDataset::new().build(input_dataset, tag, scope). - Shorthand for
ExperimentalChooseFastestDataset::new().build(input_datasets, scope). - Shorthand for
ExperimentalCSVDataset::new().build(filenames, compression_type, buffer_size, header, field_delim, use_quote_delim, na_value, select_cols, record_defaults, scope). - Shorthand for
ExperimentalDatasetCardinality::new().build(input_dataset, scope). - Shorthand for
ExperimentalDatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope). - Shorthand for
ExperimentalDenseToSparseBatchDataset::new().build(input_dataset, batch_size, row_shape, scope). - Shorthand for
ExperimentalDirectedInterleaveDataset::new().build(selector_input_dataset, data_input_datasets, scope). - Shorthand for
ExperimentalGroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope). - Shorthand for
ExperimentalGroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope). - Shorthand for
ExperimentalIgnoreErrorsDataset::new().build(input_dataset, scope). - Shorthand for
ExperimentalIteratorGetDevice::new().build(resource, scope). - Shorthand for
ExperimentalLatencyStatsDataset::new().build(input_dataset, tag, scope). - Shorthand for
ExperimentalLMDBDataset::new().build(filenames, scope). - Shorthand for
ExperimentalMapAndBatchDataset::new().build(input_dataset, other_arguments, batch_size, num_parallel_calls, drop_remainder, scope). - Shorthand for
ExperimentalMapDataset::new().build(input_dataset, other_arguments, scope). - Shorthand for
ExperimentalMatchingFilesDataset::new().build(patterns, scope). - Shorthand for
ExperimentalMaxIntraOpParallelismDataset::new().build(input_dataset, max_intra_op_parallelism, scope). - Shorthand for
ExperimentalNonSerializableDataset::new().build(input_dataset, scope). - Shorthand for
ExperimentalParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope). - Shorthand for
ExperimentalParseExampleDataset::new().build(input_dataset, num_parallel_calls, dense_defaults, scope). - Shorthand for
ExperimentalPrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope). - Shorthand for
ExperimentalRandomDataset::new().build(seed, seed2, scope). - Shorthand for
ExperimentalRebatchDataset::new().build(input_dataset, num_replicas, scope). - Shorthand for
ExperimentalScanDataset::new().build(input_dataset, initial_state, other_arguments, scope). - Shorthand for
ExperimentalSetStatsAggregatorDataset::new().build(input_dataset, stats_aggregator, tag, counter_prefix, scope). - Shorthand for
ExperimentalSleepDataset::new().build(input_dataset, sleep_microseconds, scope). - Shorthand for
ExperimentalSlidingWindowDataset::new().build(input_dataset, window_size, window_shift, window_stride, scope). - Shorthand for
ExperimentalSqlDataset::new().build(driver_name, data_source_name, query, scope). - Shorthand for
ExperimentalStatsAggregatorHandle::new().build(scope). - Shorthand for
ExperimentalStatsAggregatorSummary::new().build(iterator, scope). - Shorthand for
ExperimentalTakeWhileDataset::new().build(input_dataset, other_arguments, scope). - Shorthand for
ExperimentalThreadPoolDataset::new().build(input_dataset, thread_pool, scope). - Shorthand for
ExperimentalThreadPoolHandle::new().build(scope). - Shorthand for
ExperimentalUnbatchDataset::new().build(input_dataset, scope). - Shorthand for
ExperimentalUniqueDataset::new().build(input_dataset, scope). - Shorthand for
Expint::new().build(x, scope). - Shorthand for
Expm1::new().build(x, scope). - Shorthand for
ExtractGlimpse::new().build(input, size, offsets, scope). - Shorthand for
ExtractGlimpseV2::new().build(input, size, offsets, scope). - Shorthand for
ExtractImagePatches::new().build(images, scope). - Shorthand for
ExtractJpegShape::new().build(contents, scope). - Shorthand for
ExtractVolumePatches::new().build(input, scope). - Shorthand for
Fact::new().build(scope). - Shorthand for
FakeParam::new().build(scope). - Shorthand for
FakeQuantWithMinMaxArgs::new().build(inputs, scope). - Shorthand for
FakeQuantWithMinMaxArgsGradient::new().build(gradients, inputs, scope). - Shorthand for
FakeQuantWithMinMaxVars::new().build(inputs, min, max, scope). - Shorthand for
FakeQuantWithMinMaxVarsGradient::new().build(gradients, inputs, min, max, scope). - Shorthand for
FakeQuantWithMinMaxVarsPerChannel::new().build(inputs, min, max, scope). - Shorthand for
FakeQuantWithMinMaxVarsPerChannelGradient::new().build(gradients, inputs, min, max, scope). - Shorthand for
FakeQueue::new().build(resource, scope). - Shorthand for
FFT::new().build(input, scope). - Shorthand for
FFT2D::new().build(input, scope). - Shorthand for
FFT3D::new().build(input, scope). - Shorthand for
FIFOQueue::new().build(scope). - Shorthand for
FIFOQueueV2::new().build(scope). - Shorthand for
FileSystemSetConfiguration::new().build(scheme, key, value, scope). - Shorthand for
Fill::new().build(dims, value, scope). - Shorthand for
FilterByLastComponentDataset::new().build(input_dataset, scope). - Shorthand for
FilterDataset::new().build(input_dataset, other_arguments, scope). - Shorthand for
FinalizeDataset::new().build(input_dataset, scope). - Shorthand for
FinalizeTPUEmbedding::new().build(common_config, memory_config, scope). - Shorthand for
Fingerprint::new().build(data, method, scope). - Shorthand for
FixedLengthRecordDataset::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, scope). - Shorthand for
FixedLengthRecordDatasetV2::new().build(filenames, header_bytes, record_bytes, footer_bytes, buffer_size, compression_type, scope). - Shorthand for
FixedLengthRecordReader::new().build(scope). - Shorthand for
FixedLengthRecordReaderV2::new().build(scope). - Shorthand for
FixedUnigramCandidateSampler::new().build(true_classes, scope). - Shorthand for
FlatMapDataset::new().build(input_dataset, other_arguments, scope). - Shorthand for
Floor::new().build(x, scope). - Shorthand for
FloorDiv::new().build(x, y, scope). - Shorthand for
FloorMod::new().build(x, y, scope). - Shorthand for
FlushSummaryWriter::new().build(writer, scope). - Shorthand for
For::new().build(start, limit, delta, input, scope). - Shorthand for
FractionalAvgPool::new().build(value, scope). - Shorthand for
FractionalAvgPoolGrad::new().build(orig_input_tensor_shape, out_backprop, row_pooling_sequence, col_pooling_sequence, scope). - Shorthand for
FractionalMaxPool::new().build(value, scope). - Shorthand for
FractionalMaxPoolGrad::new().build(orig_input, orig_output, out_backprop, row_pooling_sequence, col_pooling_sequence, scope). - Shorthand for
FresnelCos::new().build(x, scope). - Shorthand for
FresnelSin::new().build(x, scope). - Shorthand for
FusedBatchNorm::new().build(x, scale, offset, mean, variance, scope). - Shorthand for
FusedBatchNormGrad::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope). - Shorthand for
FusedBatchNormGradV2::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, scope). - Shorthand for
FusedBatchNormGradV3::new().build(y_backprop, x, scale, reserve_space_1, reserve_space_2, reserve_space_3, scope). - Shorthand for
FusedBatchNormV2::new().build(x, scale, offset, mean, variance, scope). - Shorthand for
FusedBatchNormV3::new().build(x, scale, offset, mean, variance, scope). - Shorthand for
FusedPadConv2D::new().build(input, paddings, filter, scope). - Shorthand for
FusedResizeAndPadConv2D::new().build(input, size, paddings, filter, scope). - Shorthand for
Gather::new().build(params, indices, scope). - Shorthand for
GatherNd::new().build(params, indices, scope). - Shorthand for
GatherV2::new().build(params, indices, axis, scope). - Shorthand for
GenerateBoundingBoxProposals::new().build(scores, bbox_deltas, image_info, anchors, nms_threshold, pre_nms_topn, min_size, scope). - Shorthand for
GenerateVocabRemapping::new().build(new_vocab_file, old_vocab_file, scope). - Shorthand for
GeneratorDataset::new().build(init_func_other_args, next_func_other_args, finalize_func_other_args, scope). - Shorthand for
GetElementAtIndex::new().build(dataset, index, scope). - Shorthand for
GetOptions::new().build(input_dataset, scope). - Shorthand for
GetSessionHandle::new().build(value, scope). - Shorthand for
GetSessionHandleV2::new().build(value, scope). - Shorthand for
GetSessionTensor::new().build(handle, scope). - Shorthand for
Greater::new().build(x, y, scope). - Shorthand for
GreaterEqual::new().build(x, y, scope). - Shorthand for
GroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope). - Shorthand for
GroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope). - Shorthand for
GRUBlockCell::new().build(x, h_prev, w_ru, w_c, b_ru, b_c, scope). - Shorthand for
GRUBlockCellGrad::new().build(x, h_prev, w_ru, w_c, b_ru, b_c, r, u, c, d_h, scope). - Shorthand for
GuaranteeConst::new().build(input, scope). - Shorthand for
HashTable::new().build(scope). - Shorthand for
HashTableV2::new().build(scope). - Shorthand for
HistogramFixedWidth::new().build(values, value_range, nbins, scope). - Shorthand for
HistogramSummary::new().build(tag, values, scope). - Shorthand for
HostConst::new().build(scope). - Shorthand for
HSVToRGB::new().build(images, scope). - Shorthand for
Identity::new().build(input, scope). - Shorthand for
IdentityN::new().build(input, scope). - Shorthand for
IdentityReader::new().build(scope). - Shorthand for
IdentityReaderV2::new().build(scope). - Shorthand for
If::new().build(cond, input, scope). - Shorthand for
IFFT::new().build(input, scope). - Shorthand for
IFFT2D::new().build(input, scope). - Shorthand for
IFFT3D::new().build(input, scope). - Shorthand for
Igamma::new().build(a, x, scope). - Shorthand for
IgammaGradA::new().build(a, x, scope). - Shorthand for
Igammac::new().build(a, x, scope). - Shorthand for
IgnoreErrorsDataset::new().build(input_dataset, scope). - Shorthand for
Imag::new().build(input, scope). - Shorthand for
ImageProjectiveTransformV2::new().build(images, transforms, output_shape, scope). - Shorthand for
ImageProjectiveTransformV3::new().build(images, transforms, output_shape, fill_value, scope). - Shorthand for
ImageSummary::new().build(tag, tensor, scope). - Shorthand for
ImmutableConst::new().build(scope). - Shorthand for
ImportEvent::new().build(writer, event, scope). - Shorthand for
InTopK::new().build(predictions, targets, scope). - Shorthand for
InTopKV2::new().build(predictions, targets, k, scope). - Shorthand for
InfeedDequeue::new().build(scope). - Shorthand for
InfeedDequeueTuple::new().build(scope). - Shorthand for
InfeedEnqueue::new().build(input, scope). - Shorthand for
InfeedEnqueuePrelinearizedBuffer::new().build(input, scope). - Shorthand for
InfeedEnqueueTuple::new().build(inputs, scope). - Shorthand for
InitializeTable::new().build(table_handle, keys, values, scope). - Shorthand for
InitializeTableFromDataset::new().build(table_handle, dataset, scope). - Shorthand for
InitializeTableFromTextFile::new().build(table_handle, filename, scope). - Shorthand for
InitializeTableFromTextFileV2::new().build(table_handle, filename, scope). - Shorthand for
InitializeTableV2::new().build(table_handle, keys, values, scope). - Shorthand for
InplaceAdd::new().build(x, i, v, scope). - Shorthand for
InplaceSub::new().build(x, i, v, scope). - Shorthand for
InplaceUpdate::new().build(x, i, v, scope). - Shorthand for
InterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, scope). - Shorthand for
Inv::new().build(x, scope). - Shorthand for
InvGrad::new().build(y, dy, scope). - Shorthand for
Invert::new().build(x, scope). - Shorthand for
InvertPermutation::new().build(x, scope). - Shorthand for
IRFFT::new().build(input, fft_length, scope). - Shorthand for
IRFFT2D::new().build(input, fft_length, scope). - Shorthand for
IRFFT3D::new().build(input, fft_length, scope). - Shorthand for
IsBoostedTreesEnsembleInitialized::new().build(tree_ensemble_handle, scope). - Shorthand for
IsBoostedTreesQuantileStreamResourceInitialized::new().build(quantile_stream_resource_handle, scope). - Shorthand for
IsFinite::new().build(x, scope). - Shorthand for
IsInf::new().build(x, scope). - Shorthand for
IsNan::new().build(x, scope). - Shorthand for
IsTPUEmbeddingInitialized::new().build(scope). - Shorthand for
IsVariableInitialized::new().build(ref_, scope). - Shorthand for
IsotonicRegression::new().build(input, scope). - Shorthand for
Iterator::new().build(scope). - Shorthand for
IteratorFromStringHandle::new().build(string_handle, scope). - Shorthand for
IteratorFromStringHandleV2::new().build(string_handle, scope). - Shorthand for
IteratorGetDevice::new().build(resource, scope). - Shorthand for
IteratorGetNext::new().build(iterator, scope). - Shorthand for
IteratorGetNextAsOptional::new().build(iterator, scope). - Shorthand for
IteratorGetNextSync::new().build(iterator, scope). - Shorthand for
IteratorToStringHandle::new().build(resource_handle, scope). - Shorthand for
IteratorV2::new().build(scope). - Shorthand for
KMC2ChainInitialization::new().build(distances, seed, scope). - Shorthand for
KmeansPlusPlusInitialization::new().build(points, num_to_sample, seed, num_retries_per_sample, scope). - Shorthand for
KthOrderStatistic::new().build(input, scope). - Shorthand for
L2Loss::new().build(t, scope). - Shorthand for
LatencyStatsDataset::new().build(input_dataset, tag, scope). - Shorthand for
LeakyRelu::new().build(features, scope). - Shorthand for
LeakyReluGrad::new().build(gradients, features, scope). - Shorthand for
LearnedUnigramCandidateSampler::new().build(true_classes, scope). - Shorthand for
LeftShift::new().build(x, y, scope). - Shorthand for
LegacyParallelInterleaveDatasetV2::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, scope). - Shorthand for
Less::new().build(x, y, scope). - Shorthand for
LessEqual::new().build(x, y, scope). - Shorthand for
Lgamma::new().build(x, scope). - Shorthand for
LinSpace::new().build(start, stop, num, scope). - Shorthand for
ListDataset::new().build(tensors, scope). - Shorthand for
ListDiff::new().build(x, y, scope). - Shorthand for
LMDBDataset::new().build(filenames, scope). - Shorthand for
LMDBReader::new().build(scope). - Shorthand for
LoadAllTPUEmbeddingParameters::new().build(parameters, auxiliary1, auxiliary2, auxiliary3, auxiliary4, auxiliary5, auxiliary6, auxiliary7, scope). - Shorthand for
LoadAndRemapMatrix::new().build(ckpt_path, old_tensor_name, row_remapping, col_remapping, initializing_values, scope). - Shorthand for
LoadDataset::new().build(path, reader_func_other_args, scope). - Shorthand for
LoadTPUEmbeddingAdadeltaParameters::new().build(parameters, accumulators, updates, scope). - Shorthand for
LoadTPUEmbeddingAdagradMomentumParameters::new().build(parameters, accumulators, momenta, scope). - Shorthand for
LoadTPUEmbeddingAdagradParameters::new().build(parameters, accumulators, scope). - Shorthand for
LoadTPUEmbeddingADAMParameters::new().build(parameters, momenta, velocities, scope). - Shorthand for
LoadTPUEmbeddingCenteredRMSPropParameters::new().build(parameters, ms, mom, mg, scope). - Shorthand for
LoadTPUEmbeddingFrequencyEstimatorParameters::new().build(parameters, last_hit_step, scope). - Shorthand for
LoadTPUEmbeddingFTRLParameters::new().build(parameters, accumulators, linears, scope). - Shorthand for
LoadTPUEmbeddingMDLAdagradLightParameters::new().build(parameters, accumulators, weights, benefits, scope). - Shorthand for
LoadTPUEmbeddingMomentumParameters::new().build(parameters, momenta, scope). - Shorthand for
LoadTPUEmbeddingProximalAdagradParameters::new().build(parameters, accumulators, scope). - Shorthand for
LoadTPUEmbeddingProximalYogiParameters::new().build(parameters, v, m, scope). - Shorthand for
LoadTPUEmbeddingRMSPropParameters::new().build(parameters, ms, mom, scope). - Shorthand for
LoadTPUEmbeddingStochasticGradientDescentParameters::new().build(parameters, scope). - Shorthand for
Log::new().build(x, scope). - Shorthand for
Log1p::new().build(x, scope). - Shorthand for
LogMatrixDeterminant::new().build(input, scope). - Shorthand for
LogSoftmax::new().build(logits, scope). - Shorthand for
LogUniformCandidateSampler::new().build(true_classes, scope). - Shorthand for
LogicalAnd::new().build(x, y, scope). - Shorthand for
LogicalNot::new().build(x, scope). - Shorthand for
LogicalOr::new().build(x, y, scope). - Shorthand for
LookupTableExport::new().build(table_handle, scope). - Shorthand for
LookupTableExportV2::new().build(table_handle, scope). - Shorthand for
LookupTableFind::new().build(table_handle, keys, default_value, scope). - Shorthand for
LookupTableFindV2::new().build(table_handle, keys, default_value, scope). - Shorthand for
LookupTableImport::new().build(table_handle, keys, values, scope). - Shorthand for
LookupTableImportV2::new().build(table_handle, keys, values, scope). - Shorthand for
LookupTableInsert::new().build(table_handle, keys, values, scope). - Shorthand for
LookupTableInsertV2::new().build(table_handle, keys, values, scope). - Shorthand for
LookupTableRemoveV2::new().build(table_handle, keys, scope). - Shorthand for
LookupTableSize::new().build(table_handle, scope). - Shorthand for
LookupTableSizeV2::new().build(table_handle, scope). - Shorthand for
LoopCond::new().build(input, scope). - Shorthand for
LowerBound::new().build(sorted_inputs, values, scope). - Shorthand for
LRN::new().build(input, scope). - Shorthand for
LRNGrad::new().build(input_grads, input_image, output_image, scope). - Shorthand for
LSTMBlockCell::new().build(x, cs_prev, h_prev, w, wci, wcf, wco, b, scope). - Shorthand for
LSTMBlockCellGrad::new().build(x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, cs_grad, h_grad, scope). - Shorthand for
Lu::new().build(input, scope). - Shorthand for
MakeIterator::new().build(dataset, iterator, scope). - Shorthand for
MakeUnique::new().build(input, scope). - Shorthand for
MapAndBatchDataset::new().build(input_dataset, other_arguments, batch_size, num_parallel_calls, drop_remainder, scope). - Shorthand for
MapClear::new().build(scope). - Shorthand for
MapDataset::new().build(input_dataset, other_arguments, scope). - Shorthand for
MapDefun::new().build(arguments, captured_inputs, scope). - Shorthand for
MapIncompleteSize::new().build(scope). - Shorthand for
MapPeek::new().build(key, indices, scope). - Shorthand for
MapSize::new().build(scope). - Shorthand for
MapStage::new().build(key, indices, values, scope). - Shorthand for
MapUnstage::new().build(key, indices, scope). - Shorthand for
MapUnstageNoKey::new().build(indices, scope). - Shorthand for
MatMul::new().build(a, b, scope). - Shorthand for
MatchingFiles::new().build(pattern, scope). - Shorthand for
MatchingFilesDataset::new().build(patterns, scope). - Shorthand for
MatrixBandPart::new().build(input, num_lower, num_upper, scope). - Shorthand for
MatrixDeterminant::new().build(input, scope). - Shorthand for
MatrixDiag::new().build(diagonal, scope). - Shorthand for
MatrixDiagPart::new().build(input, scope). - Shorthand for
MatrixDiagPartV2::new().build(input, k, padding_value, scope). - Shorthand for
MatrixDiagPartV3::new().build(input, k, padding_value, scope). - Shorthand for
MatrixDiagV2::new().build(diagonal, k, num_rows, num_cols, padding_value, scope). - Shorthand for
MatrixDiagV3::new().build(diagonal, k, num_rows, num_cols, padding_value, scope). - Shorthand for
MatrixExponential::new().build(input, scope). - Shorthand for
MatrixInverse::new().build(input, scope). - Shorthand for
MatrixLogarithm::new().build(input, scope). - Shorthand for
MatrixSetDiag::new().build(input, diagonal, scope). - Shorthand for
MatrixSetDiagV2::new().build(input, diagonal, k, scope). - Shorthand for
MatrixSetDiagV3::new().build(input, diagonal, k, scope). - Shorthand for
MatrixSolve::new().build(matrix, rhs, scope). - Shorthand for
MatrixSolveLs::new().build(matrix, rhs, l2_regularizer, scope). - Shorthand for
MatrixSquareRoot::new().build(input, scope). - Shorthand for
MatrixTriangularSolve::new().build(matrix, rhs, scope). - Shorthand for
Max::new().build(input, reduction_indices, scope). - Shorthand for
MaxIntraOpParallelismDataset::new().build(input_dataset, max_intra_op_parallelism, scope). - Shorthand for
MaxPool::new().build(input, scope). - Shorthand for
MaxPool3D::new().build(input, scope). - Shorthand for
MaxPool3DGrad::new().build(orig_input, orig_output, grad, scope). - Shorthand for
MaxPool3DGradGrad::new().build(orig_input, orig_output, grad, scope). - Shorthand for
MaxPoolGrad::new().build(orig_input, orig_output, grad, scope). - Shorthand for
MaxPoolGradGrad::new().build(orig_input, orig_output, grad, scope). - Shorthand for
MaxPoolGradGradV2::new().build(orig_input, orig_output, grad, ksize, strides, scope). - Shorthand for
MaxPoolGradGradWithArgmax::new().build(input, grad, argmax, scope). - Shorthand for
MaxPoolGradV2::new().build(orig_input, orig_output, grad, ksize, strides, scope). - Shorthand for
MaxPoolGradWithArgmax::new().build(input, grad, argmax, scope). - Shorthand for
MaxPoolV2::new().build(input, ksize, strides, scope). - Shorthand for
MaxPoolWithArgmax::new().build(input, scope). - Shorthand for
Maximum::new().build(x, y, scope). - Shorthand for
Mean::new().build(input, reduction_indices, scope). - Shorthand for
Merge::new().build(inputs, scope). - Shorthand for
MergeDedupData::new().build(integer_tensor, float_tensor, scope). - Shorthand for
MergeSummary::new().build(inputs, scope). - Shorthand for
MergeV2Checkpoints::new().build(checkpoint_prefixes, destination_prefix, scope). - Shorthand for
Mfcc::new().build(spectrogram, sample_rate, scope). - Shorthand for
Min::new().build(input, reduction_indices, scope). - Shorthand for
Minimum::new().build(x, y, scope). - Shorthand for
MirrorPad::new().build(input, paddings, scope). - Shorthand for
MirrorPadGrad::new().build(input, paddings, scope). - Shorthand for
MlirPassthroughOp::new().build(inputs, scope). - Shorthand for
Mod::new().build(x, y, scope). - Shorthand for
ModelDataset::new().build(input_dataset, scope). - Shorthand for
Mul::new().build(x, y, scope). - Shorthand for
MulNoNan::new().build(x, y, scope). - Shorthand for
MultiDeviceIterator::new().build(scope). - Shorthand for
MultiDeviceIteratorFromStringHandle::new().build(string_handle, scope). - Shorthand for
MultiDeviceIteratorGetNextFromShard::new().build(multi_device_iterator, shard_num, incarnation_id, scope). - Shorthand for
MultiDeviceIteratorInit::new().build(dataset, multi_device_iterator, max_buffer_size, scope). - Shorthand for
MultiDeviceIteratorToStringHandle::new().build(multi_device_iterator, scope). - Shorthand for
Multinomial::new().build(logits, num_samples, scope). - multiplyDeprecatedShorthand for
Multiply::new().build(scope), a, b). - Shorthand for
MutableDenseHashTable::new().build(empty_key, scope). - Shorthand for
MutableDenseHashTableV2::new().build(empty_key, deleted_key, scope). - Shorthand for
MutableHashTable::new().build(scope). - Shorthand for
MutableHashTableOfTensors::new().build(scope). - Shorthand for
MutableHashTableOfTensorsV2::new().build(scope). - Shorthand for
MutableHashTableV2::new().build(scope). - Shorthand for
MutexLock::new().build(mutex, scope). - Shorthand for
MutexV2::new().build(scope). - Shorthand for
NcclAllReduce::new().build(input, scope). - Shorthand for
NcclBroadcast::new().build(input, scope). - Shorthand for
NcclReduce::new().build(input, scope). - Shorthand for
Ndtri::new().build(x, scope). - Shorthand for
NearestNeighbors::new().build(points, centers, k, scope). - Shorthand for
Neg::new().build(x, scope). - Shorthand for
NegTrain::new().build(w_in, w_out, examples, labels, lr, scope). - Shorthand for
NextAfter::new().build(x1, x2, scope). - Shorthand for
NextIteration::new().build(data, scope). - Shorthand for
NoOp::new().build(scope). - Shorthand for
NonDeterministicInts::new().build(shape, scope). - Shorthand for
NonMaxSuppression::new().build(boxes, scores, max_output_size, scope). - Shorthand for
NonMaxSuppressionV2::new().build(boxes, scores, max_output_size, iou_threshold, scope). - Shorthand for
NonMaxSuppressionV3::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, scope). - Shorthand for
NonMaxSuppressionV4::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, scope). - Shorthand for
NonMaxSuppressionV5::new().build(boxes, scores, max_output_size, iou_threshold, score_threshold, soft_nms_sigma, scope). - Shorthand for
NonMaxSuppressionWithOverlaps::new().build(overlaps, scores, max_output_size, overlap_threshold, score_threshold, scope). - Shorthand for
NonSerializableDataset::new().build(input_dataset, scope). - Shorthand for
NotEqual::new().build(x, y, scope). - Shorthand for
NthElement::new().build(input, n, scope). - Shorthand for
OneHot::new().build(indices, depth, on_value, off_value, scope). - Shorthand for
OneShotIterator::new().build(scope). - Shorthand for
OnesLike::new().build(x, scope). - Shorthand for
OptimizeDataset::new().build(input_dataset, optimizations, scope). - Shorthand for
OptimizeDatasetV2::new().build(input_dataset, optimizations_enabled, optimizations_disabled, optimizations_default, scope). - Shorthand for
OptionalFromValue::new().build(components, scope). - Shorthand for
OptionalGetValue::new().build(optional, scope). - Shorthand for
OptionalHasValue::new().build(optional, scope). - Shorthand for
OptionalNone::new().build(scope). - Shorthand for
OptionsDataset::new().build(input_dataset, scope). - Shorthand for
OrderedMapClear::new().build(scope). - Shorthand for
OrderedMapIncompleteSize::new().build(scope). - Shorthand for
OrderedMapPeek::new().build(key, indices, scope). - Shorthand for
OrderedMapSize::new().build(scope). - Shorthand for
OrderedMapStage::new().build(key, indices, values, scope). - Shorthand for
OrderedMapUnstage::new().build(key, indices, scope). - Shorthand for
OrderedMapUnstageNoKey::new().build(indices, scope). - Shorthand for
OutfeedDequeue::new().build(scope). - Shorthand for
OutfeedDequeueTuple::new().build(scope). - Shorthand for
OutfeedDequeueTupleV2::new().build(device_ordinal, scope). - Shorthand for
OutfeedDequeueV2::new().build(device_ordinal, scope). - Shorthand for
OutfeedEnqueue::new().build(input, scope). - Shorthand for
OutfeedEnqueueTuple::new().build(inputs, scope). - Shorthand for
Pack::new().build(values, scope). - Shorthand for
Pad::new().build(input, paddings, scope). - Shorthand for
PadV2::new().build(input, paddings, constant_values, scope). - Shorthand for
PaddedBatchDataset::new().build(input_dataset, batch_size, padded_shapes, padding_values, scope). - Shorthand for
PaddedBatchDatasetV2::new().build(input_dataset, batch_size, padded_shapes, padding_values, drop_remainder, scope). - Shorthand for
PaddingFIFOQueue::new().build(scope). - Shorthand for
PaddingFIFOQueueV2::new().build(scope). - Shorthand for
ParallelBatchDataset::new().build(input_dataset, batch_size, num_parallel_calls, drop_remainder, scope). - Shorthand for
ParallelConcat::new().build(values, scope). - Shorthand for
ParallelDynamicStitch::new().build(indices, data, scope). - Shorthand for
ParallelFilterDataset::new().build(input_dataset, other_arguments, num_parallel_calls, scope). - Shorthand for
ParallelInterleaveDataset::new().build(input_dataset, other_arguments, cycle_length, block_length, sloppy, buffer_output_elements, prefetch_input_elements, scope). - Shorthand for
ParallelInterleaveDatasetV2::new().build(input_dataset, other_arguments, cycle_length, block_length, num_parallel_calls, scope). - Shorthand for
ParallelInterleaveDatasetV3::new().build(input_dataset, other_arguments, cycle_length, block_length, num_parallel_calls, scope). - Shorthand for
ParallelInterleaveDatasetV4::new().build(input_dataset, other_arguments, cycle_length, block_length, buffer_output_elements, prefetch_input_elements, num_parallel_calls, scope). - Shorthand for
ParallelMapDataset::new().build(input_dataset, other_arguments, num_parallel_calls, scope). - Shorthand for
ParallelMapDatasetV2::new().build(input_dataset, other_arguments, num_parallel_calls, scope). - Shorthand for
ParameterizedTruncatedNormal::new().build(shape, means, stdevs, minvals, maxvals, scope). - Shorthand for
ParseExample::new().build(serialized, names, sparse_keys, dense_keys, dense_defaults, scope). - Shorthand for
ParseExampleDataset::new().build(input_dataset, num_parallel_calls, dense_defaults, scope). - Shorthand for
ParseExampleDatasetV2::new().build(input_dataset, num_parallel_calls, dense_defaults, scope). - Shorthand for
ParseExampleV2::new().build(serialized, names, sparse_keys, dense_keys, ragged_keys, dense_defaults, scope). - Shorthand for
ParseSequenceExample::new().build(serialized, debug_name, context_dense_defaults, scope). - Shorthand for
ParseSequenceExampleV2::new().build(serialized, debug_name, context_sparse_keys, context_dense_keys, context_ragged_keys, feature_list_sparse_keys, feature_list_dense_keys, feature_list_ragged_keys, feature_list_dense_missing_assumed_empty, context_dense_defaults, scope). - Shorthand for
ParseSingleExample::new().build(serialized, dense_defaults, scope). - Shorthand for
ParseSingleSequenceExample::new().build(serialized, feature_list_dense_missing_assumed_empty, context_sparse_keys, context_dense_keys, feature_list_sparse_keys, feature_list_dense_keys, context_dense_defaults, debug_name, scope). - Shorthand for
ParseTensor::new().build(serialized, scope). - Shorthand for
PartitionedCall::new().build(args, scope). - Shorthand for
Placeholder::new().build(scope). - Shorthand for
PlaceholderV2::new().build(scope). - Shorthand for
PlaceholderWithDefault::new().build(input, scope). - Shorthand for
Polygamma::new().build(a, x, scope). - Shorthand for
PopulationCount::new().build(x, scope). - Shorthand for
Pow::new().build(x, y, scope). - Shorthand for
PrefetchDataset::new().build(input_dataset, buffer_size, scope). - Shorthand for
Prelinearize::new().build(input, scope). - Shorthand for
PrelinearizeTuple::new().build(inputs, scope). - Shorthand for
PreventGradient::new().build(input, scope). - Shorthand for
Print::new().build(input, data, scope). - Shorthand for
PrintV2::new().build(input, scope). - Shorthand for
PriorityQueue::new().build(scope). - Shorthand for
PriorityQueueV2::new().build(scope). - Shorthand for
PrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope). - Shorthand for
Prod::new().build(input, reduction_indices, scope). - Shorthand for
PyFunc::new().build(input, scope). - Shorthand for
PyFuncStateless::new().build(input, scope). - Shorthand for
Qr::new().build(input, scope). - Shorthand for
QuantizeAndDequantize::new().build(input, scope). - Shorthand for
QuantizeAndDequantizeV2::new().build(input, input_min, input_max, scope). - Shorthand for
QuantizeAndDequantizeV3::new().build(input, input_min, input_max, num_bits, scope). - Shorthand for
QuantizeAndDequantizeV4::new().build(input, input_min, input_max, scope). - Shorthand for
QuantizeAndDequantizeV4Grad::new().build(gradients, input, input_min, input_max, scope). - Shorthand for
QuantizeDownAndShrinkRange::new().build(input, input_min, input_max, scope). - Shorthand for
QuantizeV2::new().build(input, min_range, max_range, scope). - Shorthand for
QuantizedAdd::new().build(x, y, min_x, max_x, min_y, max_y, scope). - Shorthand for
QuantizedAvgPool::new().build(input, min_input, max_input, scope). - Shorthand for
QuantizedBatchNormWithGlobalNormalization::new().build(t, t_min, t_max, m, m_min, m_max, v, v_min, v_max, beta, beta_min, beta_max, gamma, gamma_min, gamma_max, scope). - Shorthand for
QuantizedBiasAdd::new().build(input, bias, min_input, max_input, min_bias, max_bias, scope). - Shorthand for
QuantizedConcat::new().build(concat_dim, values, input_mins, input_maxes, scope). - Shorthand for
QuantizedConv2D::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedConv2DAndRelu::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedConv2DAndReluAndRequantize::new().build(input, filter, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedConv2DAndRequantize::new().build(input, filter, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedConv2DPerChannel::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedConv2DWithBias::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedConv2DWithBiasAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedConv2DWithBiasAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedConv2DWithBiasAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedConv2DWithBiasSignedSumAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, summand, min_summand, max_summand, scope). - Shorthand for
QuantizedConv2DWithBiasSumAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, summand, scope). - Shorthand for
QuantizedConv2DWithBiasSumAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, summand, min_summand, max_summand, scope). - Shorthand for
QuantizedDepthwiseConv2D::new().build(input, filter, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedDepthwiseConv2DWithBias::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedDepthwiseConv2DWithBiasAndRelu::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, scope). - Shorthand for
QuantizedDepthwiseConv2DWithBiasAndReluAndRequantize::new().build(input, filter, bias, min_input, max_input, min_filter, max_filter, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedInstanceNorm::new().build(x, x_min, x_max, scope). - Shorthand for
QuantizedMatMul::new().build(a, b, min_a, max_a, min_b, max_b, scope). - Shorthand for
QuantizedMatMulWithBias::new().build(a, b, bias, min_a, max_a, min_b, max_b, scope). - Shorthand for
QuantizedMatMulWithBiasAndDequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedMatMulWithBiasAndRelu::new().build(a, b, bias, min_a, max_a, min_b, max_b, scope). - Shorthand for
QuantizedMatMulWithBiasAndReluAndRequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedMatMulWithBiasAndRequantize::new().build(a, b, bias, min_a, max_a, min_b, max_b, min_freezed_output, max_freezed_output, scope). - Shorthand for
QuantizedMaxPool::new().build(input, min_input, max_input, scope). - Shorthand for
QuantizedMul::new().build(x, y, min_x, max_x, min_y, max_y, scope). - Shorthand for
QuantizedRelu::new().build(features, min_features, max_features, scope). - Shorthand for
QuantizedRelu6::new().build(features, min_features, max_features, scope). - Shorthand for
QuantizedReluX::new().build(features, max_value, min_features, max_features, scope). - Shorthand for
QuantizedReshape::new().build(tensor, shape, input_min, input_max, scope). - Shorthand for
QuantizedResizeBilinear::new().build(images, size, min, max, scope). - Shorthand for
QueueClose::new().build(handle, scope). - Shorthand for
QueueCloseV2::new().build(handle, scope). - Shorthand for
QueueDequeue::new().build(handle, scope). - Shorthand for
QueueDequeueMany::new().build(handle, n, scope). - Shorthand for
QueueDequeueManyV2::new().build(handle, n, scope). - Shorthand for
QueueDequeueUpTo::new().build(handle, n, scope). - Shorthand for
QueueDequeueUpToV2::new().build(handle, n, scope). - Shorthand for
QueueDequeueV2::new().build(handle, scope). - Shorthand for
QueueEnqueue::new().build(handle, components, scope). - Shorthand for
QueueEnqueueMany::new().build(handle, components, scope). - Shorthand for
QueueEnqueueManyV2::new().build(handle, components, scope). - Shorthand for
QueueEnqueueV2::new().build(handle, components, scope). - Shorthand for
QueueIsClosed::new().build(handle, scope). - Shorthand for
QueueIsClosedV2::new().build(handle, scope). - Shorthand for
QueueSize::new().build(handle, scope). - Shorthand for
QueueSizeV2::new().build(handle, scope). - Shorthand for
RaggedBincount::new().build(splits, values, size, weights, scope). - Shorthand for
RaggedCountSparseOutput::new().build(splits, values, weights, scope). - Shorthand for
RaggedCross::new().build(ragged_values, ragged_row_splits, sparse_indices, sparse_values, sparse_shape, dense_inputs, scope). - Shorthand for
RaggedFillEmptyRows::new().build(value_rowids, values, nrows, default_value, scope). - Shorthand for
RaggedFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope). - Shorthand for
RaggedGather::new().build(params_nested_splits, params_dense_values, indices, scope). - Shorthand for
RaggedRange::new().build(starts, limits, deltas, scope). - Shorthand for
RaggedTensorFromVariant::new().build(encoded_ragged, scope). - Shorthand for
RaggedTensorToSparse::new().build(rt_nested_splits, rt_dense_values, scope). - Shorthand for
RaggedTensorToTensor::new().build(shape, values, default_value, row_partition_tensors, scope). - Shorthand for
RaggedTensorToVariant::new().build(rt_nested_splits, rt_dense_values, scope). - Shorthand for
RaggedTensorToVariantGradient::new().build(encoded_ragged_grad, row_splits, dense_values_shape, scope). - Shorthand for
RandomCrop::new().build(image, size, scope). - Shorthand for
RandomDataset::new().build(seed, seed2, scope). - Shorthand for
RandomDatasetV2::new().build(seed, seed2, seed_generator, scope). - Shorthand for
RandomGamma::new().build(shape, alpha, scope). - Shorthand for
RandomGammaGrad::new().build(alpha, sample, scope). - Shorthand for
RandomIndexShuffle::new().build(index, seed, max_index, scope). - random_normalDeprecatedShorthand for
RandomNormal::new().build(scope), x). - Shorthand for
RandomPoisson::new().build(shape, rate, scope). - Shorthand for
RandomPoissonV2::new().build(shape, rate, scope). - Shorthand for
RandomShuffle::new().build(value, scope). - Shorthand for
RandomShuffleQueue::new().build(scope). - Shorthand for
RandomShuffleQueueV2::new().build(scope). - Shorthand for
RandomStandardNormal::new().build(shape, scope). - Shorthand for
RandomUniform::new().build(shape, scope). - Shorthand for
RandomUniformInt::new().build(shape, minval, maxval, scope). - Shorthand for
Range::new().build(start, limit, delta, scope). - Shorthand for
RangeDataset::new().build(start, stop, step, scope). - Shorthand for
Rank::new().build(input, scope). - Shorthand for
ReadFile::new().build(filename, scope). - Shorthand for
ReadVariableOp::new().build(resource, scope). - Shorthand for
ReadVariableXlaSplitND::new().build(resource, scope). - Shorthand for
ReaderNumRecordsProduced::new().build(reader_handle, scope). - Shorthand for
ReaderNumRecordsProducedV2::new().build(reader_handle, scope). - Shorthand for
ReaderNumWorkUnitsCompleted::new().build(reader_handle, scope). - Shorthand for
ReaderNumWorkUnitsCompletedV2::new().build(reader_handle, scope). - Shorthand for
ReaderRead::new().build(reader_handle, queue_handle, scope). - Shorthand for
ReaderReadUpTo::new().build(reader_handle, queue_handle, num_records, scope). - Shorthand for
ReaderReadUpToV2::new().build(reader_handle, queue_handle, num_records, scope). - Shorthand for
ReaderReadV2::new().build(reader_handle, queue_handle, scope). - Shorthand for
ReaderReset::new().build(reader_handle, scope). - Shorthand for
ReaderResetV2::new().build(reader_handle, scope). - Shorthand for
ReaderRestoreState::new().build(reader_handle, state, scope). - Shorthand for
ReaderRestoreStateV2::new().build(reader_handle, state, scope). - Shorthand for
ReaderSerializeState::new().build(reader_handle, scope). - Shorthand for
ReaderSerializeStateV2::new().build(reader_handle, scope). - Shorthand for
Real::new().build(input, scope). - Shorthand for
RealDiv::new().build(x, y, scope). - Shorthand for
RebatchDataset::new().build(input_dataset, num_replicas, scope). - Shorthand for
RebatchDatasetV2::new().build(input_dataset, batch_sizes, drop_remainder, scope). - Shorthand for
Reciprocal::new().build(x, scope). - Shorthand for
ReciprocalGrad::new().build(y, dy, scope). - Shorthand for
RecordInput::new().build(scope). - Shorthand for
Recv::new().build(scope). - Shorthand for
RecvTPUEmbeddingActivations::new().build(scope). - Shorthand for
ReduceDataset::new().build(input_dataset, initial_state, other_arguments, scope). - Shorthand for
ReduceJoin::new().build(inputs, reduction_indices, scope). - Shorthand for
RefEnter::new().build(data, scope). - Shorthand for
RefExit::new().build(data, scope). - Shorthand for
RefIdentity::new().build(input, scope). - Shorthand for
RefMerge::new().build(inputs, scope). - Shorthand for
RefNextIteration::new().build(data, scope). - Shorthand for
RefSelect::new().build(index, inputs, scope). - Shorthand for
RefSwitch::new().build(data, pred, scope). - Shorthand for
RegexFullMatch::new().build(input, pattern, scope). - Shorthand for
RegexReplace::new().build(input, pattern, rewrite, scope). - Shorthand for
RegisterDataset::new().build(dataset, address, protocol, scope). - Shorthand for
RegisterDatasetV2::new().build(dataset, address, protocol, scope). - Shorthand for
Relayout::new().build(input, scope). - Shorthand for
RelayoutGrad::new().build(input, forward_input, scope). - Shorthand for
Relu::new().build(features, scope). - Shorthand for
Relu6::new().build(features, scope). - Shorthand for
Relu6Grad::new().build(gradients, features, scope). - Shorthand for
ReluGrad::new().build(gradients, features, scope). - Shorthand for
RemoteCall::new().build(target, args, scope). - Shorthand for
RepeatDataset::new().build(input_dataset, count, scope). - Shorthand for
RequantizationRange::new().build(input, input_min, input_max, scope). - Shorthand for
RequantizationRangePerChannel::new().build(input, input_min, input_max, scope). - Shorthand for
Requantize::new().build(input, input_min, input_max, requested_output_min, requested_output_max, scope). - Shorthand for
RequantizePerChannel::new().build(input, input_min, input_max, requested_output_min, requested_output_max, scope). - Shorthand for
Reshape::new().build(tensor, shape, scope). - Shorthand for
ResizeArea::new().build(images, size, scope). - Shorthand for
ResizeBicubic::new().build(images, size, scope). - Shorthand for
ResizeBicubicGrad::new().build(grads, original_image, scope). - Shorthand for
ResizeBilinear::new().build(images, size, scope). - Shorthand for
ResizeBilinearGrad::new().build(grads, original_image, scope). - Shorthand for
ResizeNearestNeighbor::new().build(images, size, scope). - Shorthand for
ResizeNearestNeighborGrad::new().build(grads, size, scope). - Shorthand for
ResourceAccumulatorApplyGradient::new().build(handle, local_step, gradient, scope). - Shorthand for
ResourceAccumulatorNumAccumulated::new().build(handle, scope). - Shorthand for
ResourceAccumulatorSetGlobalStep::new().build(handle, new_global_step, scope). - Shorthand for
ResourceAccumulatorTakeGradient::new().build(handle, num_required, scope). - Shorthand for
ResourceApplyAdaMax::new().build(var, m, v, beta1_power, lr, beta1, beta2, epsilon, grad, scope). - Shorthand for
ResourceApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, scope). - Shorthand for
ResourceApplyAdagrad::new().build(var, accum, lr, grad, scope). - Shorthand for
ResourceApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, lr, l1, l2, global_step, scope). - Shorthand for
ResourceApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, scope). - Shorthand for
ResourceApplyAdam::new().build(var, m, v, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope). - Shorthand for
ResourceApplyAdamWithAmsgrad::new().build(var, m, v, vhat, beta1_power, beta2_power, lr, beta1, beta2, epsilon, grad, scope). - Shorthand for
ResourceApplyAddSign::new().build(var, m, lr, alpha, sign_decay, beta, grad, scope). - Shorthand for
ResourceApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, scope). - Shorthand for
ResourceApplyFtrl::new().build(var, accum, linear, grad, lr, l1, l2, lr_power, scope). - Shorthand for
ResourceApplyFtrlV2::new().build(var, accum, linear, grad, lr, l1, l2, l2_shrinkage, lr_power, scope). - Shorthand for
ResourceApplyGradientDescent::new().build(var, alpha, delta, scope). - Shorthand for
ResourceApplyKerasMomentum::new().build(var, accum, lr, grad, momentum, scope). - Shorthand for
ResourceApplyMomentum::new().build(var, accum, lr, grad, momentum, scope). - Shorthand for
ResourceApplyPowerSign::new().build(var, m, lr, logbase, sign_decay, beta, grad, scope). - Shorthand for
ResourceApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, scope). - Shorthand for
ResourceApplyProximalGradientDescent::new().build(var, alpha, l1, l2, delta, scope). - Shorthand for
ResourceApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, scope). - Shorthand for
ResourceConditionalAccumulator::new().build(scope). - Shorthand for
ResourceCountUpTo::new().build(resource, scope). - Shorthand for
ResourceGather::new().build(resource, indices, scope). - Shorthand for
ResourceGatherNd::new().build(resource, indices, scope). - Shorthand for
ResourceScatterAdd::new().build(resource, indices, updates, scope). - Shorthand for
ResourceScatterDiv::new().build(resource, indices, updates, scope). - Shorthand for
ResourceScatterMax::new().build(resource, indices, updates, scope). - Shorthand for
ResourceScatterMin::new().build(resource, indices, updates, scope). - Shorthand for
ResourceScatterMul::new().build(resource, indices, updates, scope). - Shorthand for
ResourceScatterNdAdd::new().build(ref_, indices, updates, scope). - Shorthand for
ResourceScatterNdMax::new().build(ref_, indices, updates, scope). - Shorthand for
ResourceScatterNdMin::new().build(ref_, indices, updates, scope). - Shorthand for
ResourceScatterNdSub::new().build(ref_, indices, updates, scope). - Shorthand for
ResourceScatterNdUpdate::new().build(ref_, indices, updates, scope). - Shorthand for
ResourceScatterSub::new().build(resource, indices, updates, scope). - Shorthand for
ResourceScatterUpdate::new().build(resource, indices, updates, scope). - Shorthand for
ResourceSparseApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, indices, scope). - Shorthand for
ResourceSparseApplyAdagrad::new().build(var, accum, lr, grad, indices, scope). - Shorthand for
ResourceSparseApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, indices, lr, l1, l2, global_step, scope). - Shorthand for
ResourceSparseApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, indices, scope). - Shorthand for
ResourceSparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope). - Shorthand for
ResourceSparseApplyFtrl::new().build(var, accum, linear, grad, indices, lr, l1, l2, lr_power, scope). - Shorthand for
ResourceSparseApplyFtrlV2::new().build(var, accum, linear, grad, indices, lr, l1, l2, l2_shrinkage, lr_power, scope). - Shorthand for
ResourceSparseApplyKerasMomentum::new().build(var, accum, lr, grad, indices, momentum, scope). - Shorthand for
ResourceSparseApplyMomentum::new().build(var, accum, lr, grad, indices, momentum, scope). - Shorthand for
ResourceSparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope). - Shorthand for
ResourceSparseApplyProximalGradientDescent::new().build(var, alpha, l1, l2, grad, indices, scope). - Shorthand for
ResourceSparseApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope). - Shorthand for
ResourceStridedSliceAssign::new().build(ref_, begin, end, strides, value, scope). - Shorthand for
Restore::new().build(file_pattern, tensor_name, scope). - Shorthand for
RestoreSlice::new().build(file_pattern, tensor_name, shape_and_slice, scope). - Shorthand for
RestoreV2::new().build(prefix, tensor_names, shape_and_slices, scope). - Shorthand for
RetrieveAllTPUEmbeddingParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingAdadeltaParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingAdagradMomentumParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingAdagradParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingADAMParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingCenteredRMSPropParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingFrequencyEstimatorParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingFTRLParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingMDLAdagradLightParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingMomentumParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingProximalAdagradParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingProximalYogiParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingRMSPropParameters::new().build(scope). - Shorthand for
RetrieveTPUEmbeddingStochasticGradientDescentParameters::new().build(scope). - Shorthand for
Reverse::new().build(tensor, dims, scope). - Shorthand for
ReverseSequence::new().build(input, seq_lengths, scope). - Shorthand for
ReverseV2::new().build(tensor, axis, scope). - Shorthand for
RewriteDataset::new().build(input_dataset, rewrite_name, scope). - Shorthand for
RFFT::new().build(input, fft_length, scope). - Shorthand for
RFFT2D::new().build(input, fft_length, scope). - Shorthand for
RFFT3D::new().build(input, fft_length, scope). - Shorthand for
RGBToHSV::new().build(images, scope). - Shorthand for
RightShift::new().build(x, y, scope). - Shorthand for
Rint::new().build(x, scope). - Shorthand for
RiscAbs::new().build(x, scope). - Shorthand for
RiscAdd::new().build(x, y, scope). - Shorthand for
RiscBinaryArithmetic::new().build(x, y, scope). - Shorthand for
RiscBinaryComparison::new().build(x, y, scope). - Shorthand for
RiscBitcast::new().build(x, scope). - Shorthand for
RiscBroadcast::new().build(input, shape, scope). - Shorthand for
RiscCast::new().build(x, scope). - Shorthand for
RiscCeil::new().build(x, scope). - Shorthand for
RiscCholesky::new().build(input, scope). - Shorthand for
RiscConcat::new().build(values, axis, scope). - Shorthand for
RiscCondition::new().build(pred, input_true, input_false, scope). - Shorthand for
RiscConv::new().build(input, filter, scope). - Shorthand for
RiscCos::new().build(x, scope). - Shorthand for
RiscDiv::new().build(x, y, scope). - Shorthand for
RiscDot::new().build(a, b, scope). - Shorthand for
RiscExp::new().build(x, scope). - Shorthand for
RiscFft::new().build(input, scope). - Shorthand for
RiscFloor::new().build(x, scope). - Shorthand for
RiscGather::new().build(params, indices, axis, scope). - Shorthand for
RiscImag::new().build(input, scope). - Shorthand for
RiscIsFinite::new().build(x, scope). - Shorthand for
RiscLog::new().build(x, scope). - Shorthand for
RiscLogicalAnd::new().build(x, y, scope). - Shorthand for
RiscLogicalNot::new().build(x, scope). - Shorthand for
RiscLogicalOr::new().build(x, y, scope). - Shorthand for
RiscMax::new().build(x, y, scope). - Shorthand for
RiscMin::new().build(x, y, scope). - Shorthand for
RiscMul::new().build(x, y, scope). - Shorthand for
RiscNeg::new().build(x, scope). - Shorthand for
RiscPad::new().build(input, paddings, constant_values, scope). - Shorthand for
RiscPool::new().build(value, scope). - Shorthand for
RiscPow::new().build(x, y, scope). - Shorthand for
RiscRandomUniform::new().build(shape, scope). - Shorthand for
RiscReal::new().build(input, scope). - Shorthand for
RiscReduce::new().build(tensor, axis, scope). - Shorthand for
RiscRem::new().build(x, y, scope). - Shorthand for
RiscReshape::new().build(tensor, shape, scope). - Shorthand for
RiscReverse::new().build(tensor, axis, scope). - Shorthand for
RiscScatter::new().build(indices, updates, shape, scope). - Shorthand for
RiscShape::new().build(input, scope). - Shorthand for
RiscSign::new().build(x, scope). - Shorthand for
RiscSlice::new().build(input, begin, size, scope). - Shorthand for
RiscSort::new().build(input, axis, scope). - Shorthand for
RiscSqueeze::new().build(input, scope). - Shorthand for
RiscSub::new().build(x, y, scope). - Shorthand for
RiscTranspose::new().build(x, perm, scope). - Shorthand for
RiscTriangularSolve::new().build(matrix, rhs, scope). - Shorthand for
RiscUnary::new().build(x, scope). - Shorthand for
RiscWhile::new().build(input, scope). - Shorthand for
RngReadAndSkip::new().build(resource, alg, delta, scope). - Shorthand for
RngSkip::new().build(resource, algorithm, delta, scope). - Shorthand for
Roll::new().build(input, shift, axis, scope). - Shorthand for
Round::new().build(x, scope). - Shorthand for
Rsqrt::new().build(x, scope). - Shorthand for
RsqrtGrad::new().build(y, dy, scope). - Shorthand for
SampleDistortedBoundingBox::new().build(image_size, bounding_boxes, scope). - Shorthand for
SampleDistortedBoundingBoxV2::new().build(image_size, bounding_boxes, min_object_covered, scope). - Shorthand for
SamplingDataset::new().build(input_dataset, rate, seed, seed2, scope). - Shorthand for
Save::new().build(filename, tensor_names, data, scope). - Shorthand for
SaveDataset::new().build(input_dataset, path, shard_func_other_args, scope). - Shorthand for
SaveDatasetV2::new().build(input_dataset, path, shard_func_other_args, scope). - Shorthand for
SaveSlices::new().build(filename, tensor_names, shapes_and_slices, data, scope). - Shorthand for
SaveV2::new().build(prefix, tensor_names, shape_and_slices, tensors, scope). - Shorthand for
ScalarSummary::new().build(tags, values, scope). - Shorthand for
ScaleAndTranslate::new().build(images, size, scale, translation, scope). - Shorthand for
ScaleAndTranslateGrad::new().build(grads, original_image, scale, translation, scope). - Shorthand for
ScanDataset::new().build(input_dataset, initial_state, other_arguments, scope). - Shorthand for
ScatterAdd::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterDiv::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterMax::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterMin::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterMul::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterNd::new().build(indices, updates, shape, scope). - Shorthand for
ScatterNdAdd::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterNdMax::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterNdMin::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterNdNonAliasingAdd::new().build(input, indices, updates, scope). - Shorthand for
ScatterNdSub::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterNdUpdate::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterSub::new().build(ref_, indices, updates, scope). - Shorthand for
ScatterUpdate::new().build(ref_, indices, updates, scope). - Shorthand for
SdcaFprint::new().build(input, scope). - Shorthand for
SdcaOptimizer::new().build(sparse_example_indices, sparse_feature_indices, sparse_feature_values, dense_features, example_weights, example_labels, sparse_indices, sparse_weights, dense_weights, example_state_data, scope). - Shorthand for
SdcaOptimizerV2::new().build(sparse_example_indices, sparse_feature_indices, sparse_feature_values, dense_features, example_weights, example_labels, sparse_indices, sparse_weights, dense_weights, example_state_data, scope). - Shorthand for
SdcaShrinkL1::new().build(weights, scope). - Shorthand for
SegmentMax::new().build(data, segment_ids, scope). - Shorthand for
SegmentMaxV2::new().build(data, segment_ids, num_segments, scope). - Shorthand for
SegmentMean::new().build(data, segment_ids, scope). - Shorthand for
SegmentMin::new().build(data, segment_ids, scope). - Shorthand for
SegmentMinV2::new().build(data, segment_ids, num_segments, scope). - Shorthand for
SegmentProd::new().build(data, segment_ids, scope). - Shorthand for
SegmentProdV2::new().build(data, segment_ids, num_segments, scope). - Shorthand for
SegmentSum::new().build(data, segment_ids, scope). - Shorthand for
SegmentSumV2::new().build(data, segment_ids, num_segments, scope). - Shorthand for
Select::new().build(condition, t, e, scope). - Shorthand for
SelectV2::new().build(condition, t, e, scope). - Shorthand for
SelfAdjointEig::new().build(input, scope). - Shorthand for
SelfAdjointEigV2::new().build(input, scope). - Shorthand for
Selu::new().build(features, scope). - Shorthand for
SeluGrad::new().build(gradients, outputs, scope). - Shorthand for
Send::new().build(tensor, scope). - Shorthand for
SendTPUEmbeddingGradients::new().build(inputs, learning_rates, scope). - Shorthand for
SerializeIterator::new().build(resource_handle, scope). - Shorthand for
SerializeManySparse::new().build(sparse_indices, sparse_values, sparse_shape, scope). - Shorthand for
SerializeSparse::new().build(sparse_indices, sparse_values, sparse_shape, scope). - Shorthand for
SerializeTensor::new().build(tensor, scope). - Shorthand for
SetSize::new().build(set_indices, set_values, set_shape, scope). - Shorthand for
SetStatsAggregatorDataset::new().build(input_dataset, stats_aggregator, tag, counter_prefix, scope). - Shorthand for
Shape::new().build(input, scope). - Shorthand for
ShapeN::new().build(input, scope). - Shorthand for
ShardDataset::new().build(input_dataset, num_shards, index, scope). - Shorthand for
ShardedFilename::new().build(basename, shard, num_shards, scope). - Shorthand for
ShardedFilespec::new().build(basename, num_shards, scope). - Shorthand for
ShuffleAndRepeatDataset::new().build(input_dataset, buffer_size, seed, seed2, count, scope). - Shorthand for
ShuffleAndRepeatDatasetV2::new().build(input_dataset, buffer_size, seed, seed2, count, seed_generator, scope). - Shorthand for
ShuffleDataset::new().build(input_dataset, buffer_size, seed, seed2, scope). - Shorthand for
ShuffleDatasetV2::new().build(input_dataset, buffer_size, seed_generator, scope). - Shorthand for
ShuffleDatasetV3::new().build(input_dataset, buffer_size, seed, seed2, seed_generator, scope). - Shorthand for
ShutdownDistributedTPU::new().build(scope). - Shorthand for
ShutdownTPUSystem::new().build(scope). - Shorthand for
Sigmoid::new().build(x, scope). - Shorthand for
SigmoidGrad::new().build(y, dy, scope). - Shorthand for
Sign::new().build(x, scope). - Shorthand for
Sin::new().build(x, scope). - Shorthand for
Sinh::new().build(x, scope). - Shorthand for
Size::new().build(input, scope). - Shorthand for
SkipDataset::new().build(input_dataset, count, scope). - Shorthand for
Skipgram::new().build(scope). - Shorthand for
SleepDataset::new().build(input_dataset, sleep_microseconds, scope). - Shorthand for
Slice::new().build(input, begin, size, scope). - Shorthand for
SlidingWindowDataset::new().build(input_dataset, window_size, window_shift, window_stride, scope). - Shorthand for
Snapshot::new().build(input, scope). - Shorthand for
SnapshotChunkDataset::new().build(chunk_file, scope). - Shorthand for
SnapshotDataset::new().build(input_dataset, path, scope). - Shorthand for
SnapshotDatasetReader::new().build(shard_dir, start_index, scope). - Shorthand for
SnapshotDatasetV2::new().build(input_dataset, path, reader_func_other_args, shard_func_other_args, scope). - Shorthand for
SnapshotNestedDatasetReader::new().build(inputs, scope). - Shorthand for
SobolSample::new().build(dim, num_results, skip, scope). - Shorthand for
Softmax::new().build(logits, scope). - Shorthand for
SoftmaxCrossEntropyWithLogits::new().build(features, labels, scope). - Shorthand for
Softplus::new().build(features, scope). - Shorthand for
SoftplusGrad::new().build(gradients, features, scope). - Shorthand for
Softsign::new().build(features, scope). - Shorthand for
SoftsignGrad::new().build(gradients, features, scope). - Shorthand for
SpaceToBatch::new().build(input, paddings, scope). - Shorthand for
SpaceToBatchND::new().build(input, block_shape, paddings, scope). - Shorthand for
SpaceToDepth::new().build(input, scope). - Shorthand for
SparseAccumulatorApplyGradient::new().build(handle, local_step, gradient_indices, gradient_values, gradient_shape, scope). - Shorthand for
SparseAccumulatorTakeGradient::new().build(handle, num_required, scope). - Shorthand for
SparseAdd::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, thresh, scope). - Shorthand for
SparseAddGrad::new().build(backprop_val_grad, a_indices, b_indices, sum_indices, scope). - Shorthand for
SparseApplyAdadelta::new().build(var, accum, accum_update, lr, rho, epsilon, grad, indices, scope). - Shorthand for
SparseApplyAdagrad::new().build(var, accum, lr, grad, indices, scope). - Shorthand for
SparseApplyAdagradDA::new().build(var, gradient_accumulator, gradient_squared_accumulator, grad, indices, lr, l1, l2, global_step, scope). - Shorthand for
SparseApplyAdagradV2::new().build(var, accum, lr, epsilon, grad, indices, scope). - Shorthand for
SparseApplyCenteredRMSProp::new().build(var, mg, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope). - Shorthand for
SparseApplyFtrl::new().build(var, accum, linear, grad, indices, lr, l1, l2, lr_power, scope). - Shorthand for
SparseApplyFtrlV2::new().build(var, accum, linear, grad, indices, lr, l1, l2, l2_shrinkage, lr_power, scope). - Shorthand for
SparseApplyMomentum::new().build(var, accum, lr, grad, indices, momentum, scope). - Shorthand for
SparseApplyProximalAdagrad::new().build(var, accum, lr, l1, l2, grad, indices, scope). - Shorthand for
SparseApplyProximalGradientDescent::new().build(var, alpha, l1, l2, grad, indices, scope). - Shorthand for
SparseApplyRMSProp::new().build(var, ms, mom, lr, rho, momentum, epsilon, grad, indices, scope). - Shorthand for
SparseBincount::new().build(indices, values, dense_shape, size, weights, scope). - Shorthand for
SparseConcat::new().build(indices, values, shapes, scope). - Shorthand for
SparseConditionalAccumulator::new().build(scope). - Shorthand for
SparseCountSparseOutput::new().build(indices, values, dense_shape, weights, scope). - Shorthand for
SparseCross::new().build(indices, values, shapes, dense_inputs, scope). - Shorthand for
SparseCrossHashed::new().build(indices, values, shapes, dense_inputs, num_buckets, strong_hash, salt, scope). - Shorthand for
SparseCrossV2::new().build(indices, values, shapes, dense_inputs, sep, scope). - Shorthand for
SparseDenseCwiseAdd::new().build(sp_indices, sp_values, sp_shape, dense, scope). - Shorthand for
SparseDenseCwiseDiv::new().build(sp_indices, sp_values, sp_shape, dense, scope). - Shorthand for
SparseDenseCwiseMul::new().build(sp_indices, sp_values, sp_shape, dense, scope). - Shorthand for
SparseFillEmptyRows::new().build(indices, values, dense_shape, default_value, scope). - Shorthand for
SparseFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope). - Shorthand for
SparseMatMul::new().build(a, b, scope). - Shorthand for
SparseMatrixAdd::new().build(a, b, alpha, beta, scope). - Shorthand for
SparseMatrixMatMul::new().build(a, b, scope). - Shorthand for
SparseMatrixMul::new().build(a, b, scope). - Shorthand for
SparseMatrixNNZ::new().build(sparse_matrix, scope). - Shorthand for
SparseMatrixOrderingAMD::new().build(input, scope). - Shorthand for
SparseMatrixSoftmax::new().build(logits, scope). - Shorthand for
SparseMatrixSoftmaxGrad::new().build(softmax, grad_softmax, scope). - Shorthand for
SparseMatrixSparseCholesky::new().build(input, permutation, scope). - Shorthand for
SparseMatrixSparseMatMul::new().build(a, b, scope). - Shorthand for
SparseMatrixTranspose::new().build(input, scope). - Shorthand for
SparseMatrixZeros::new().build(dense_shape, scope). - Shorthand for
SparseReduceMax::new().build(input_indices, input_values, input_shape, reduction_axes, scope). - Shorthand for
SparseReduceMaxSparse::new().build(input_indices, input_values, input_shape, reduction_axes, scope). - Shorthand for
SparseReduceSum::new().build(input_indices, input_values, input_shape, reduction_axes, scope). - Shorthand for
SparseReduceSumSparse::new().build(input_indices, input_values, input_shape, reduction_axes, scope). - Shorthand for
SparseReorder::new().build(input_indices, input_values, input_shape, scope). - Shorthand for
SparseReshape::new().build(input_indices, input_shape, new_shape, scope). - Shorthand for
SparseSegmentMean::new().build(data, indices, segment_ids, scope). - Shorthand for
SparseSegmentMeanGrad::new().build(grad, indices, segment_ids, output_dim0, scope). - Shorthand for
SparseSegmentMeanWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope). - Shorthand for
SparseSegmentSqrtN::new().build(data, indices, segment_ids, scope). - Shorthand for
SparseSegmentSqrtNGrad::new().build(grad, indices, segment_ids, output_dim0, scope). - Shorthand for
SparseSegmentSqrtNWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope). - Shorthand for
SparseSegmentSum::new().build(data, indices, segment_ids, scope). - Shorthand for
SparseSegmentSumGrad::new().build(grad, indices, segment_ids, output_dim0, scope). - Shorthand for
SparseSegmentSumWithNumSegments::new().build(data, indices, segment_ids, num_segments, scope). - Shorthand for
SparseSlice::new().build(indices, values, shape, start, size, scope). - Shorthand for
SparseSliceGrad::new().build(backprop_val_grad, input_indices, input_start, output_indices, scope). - Shorthand for
SparseSoftmax::new().build(sp_indices, sp_values, sp_shape, scope). - Shorthand for
SparseSoftmaxCrossEntropyWithLogits::new().build(features, labels, scope). - Shorthand for
SparseSparseMaximum::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, scope). - Shorthand for
SparseSparseMinimum::new().build(a_indices, a_values, a_shape, b_indices, b_values, b_shape, scope). - Shorthand for
SparseSplit::new().build(split_dim, indices, values, shape, scope). - Shorthand for
SparseTensorDenseAdd::new().build(a_indices, a_values, a_shape, b, scope). - Shorthand for
SparseTensorDenseMatMul::new().build(a_indices, a_values, a_shape, b, scope). - Shorthand for
SparseTensorSliceDataset::new().build(indices, values, dense_shape, scope). - Shorthand for
SparseTensorToCSRSparseMatrix::new().build(indices, values, dense_shape, scope). - Shorthand for
SparseToDense::new().build(sparse_indices, output_shape, sparse_values, default_value, scope). - Shorthand for
SparseToSparseSetOperation::new().build(set1_indices, set1_values, set1_shape, set2_indices, set2_values, set2_shape, scope). - Shorthand for
Spence::new().build(x, scope). - Shorthand for
Split::new().build(split_dim, value, scope). - Shorthand for
SplitDedupData::new().build(input, scope). - Shorthand for
SplitV::new().build(value, size_splits, split_dim, scope). - Shorthand for
SqlDataset::new().build(driver_name, data_source_name, query, scope). - Shorthand for
Sqrt::new().build(x, scope). - Shorthand for
SqrtGrad::new().build(y, dy, scope). - Shorthand for
Square::new().build(x, scope). - Shorthand for
SquaredDifference::new().build(x, y, scope). - Shorthand for
Squeeze::new().build(input, scope). - Shorthand for
Stack::new().build(scope). - Shorthand for
StackClose::new().build(handle, scope). - Shorthand for
StackCloseV2::new().build(handle, scope). - Shorthand for
StackPop::new().build(handle, scope). - Shorthand for
StackPopV2::new().build(handle, scope). - Shorthand for
StackPush::new().build(handle, elem, scope). - Shorthand for
StackPushV2::new().build(handle, elem, scope). - Shorthand for
StackV2::new().build(max_size, scope). - Shorthand for
Stage::new().build(values, scope). - Shorthand for
StageClear::new().build(scope). - Shorthand for
StagePeek::new().build(index, scope). - Shorthand for
StageSize::new().build(scope). - Shorthand for
StatefulPartitionedCall::new().build(args, scope). - Shorthand for
StatefulRandomBinomial::new().build(resource, algorithm, shape, counts, probs, scope). - Shorthand for
StatefulStandardNormal::new().build(resource, shape, scope). - Shorthand for
StatefulStandardNormalV2::new().build(resource, algorithm, shape, scope). - Shorthand for
StatefulTruncatedNormal::new().build(resource, algorithm, shape, scope). - Shorthand for
StatefulUniform::new().build(resource, algorithm, shape, scope). - Shorthand for
StatefulUniformFullInt::new().build(resource, algorithm, shape, scope). - Shorthand for
StatefulUniformInt::new().build(resource, algorithm, shape, minval, maxval, scope). - Shorthand for
StatelessCase::new().build(branch_index, input, scope). - Shorthand for
StatelessIf::new().build(cond, input, scope). - Shorthand for
StatelessMultinomial::new().build(logits, num_samples, seed, scope). - Shorthand for
StatelessParameterizedTruncatedNormal::new().build(shape, seed, means, stddevs, minvals, maxvals, scope). - Shorthand for
StatelessRandomBinomial::new().build(shape, seed, counts, probs, scope). - Shorthand for
StatelessRandomGammaV2::new().build(shape, seed, alpha, scope). - Shorthand for
StatelessRandomGammaV3::new().build(shape, key, counter, alg, alpha, scope). - Shorthand for
StatelessRandomGetAlg::new().build(scope). - Shorthand for
StatelessRandomGetKeyCounter::new().build(seed, scope). - Shorthand for
StatelessRandomGetKeyCounterAlg::new().build(seed, scope). - Shorthand for
StatelessRandomNormal::new().build(shape, seed, scope). - Shorthand for
StatelessRandomNormalV2::new().build(shape, key, counter, alg, scope). - Shorthand for
StatelessRandomPoisson::new().build(shape, seed, lam, scope). - Shorthand for
StatelessRandomUniform::new().build(shape, seed, scope). - Shorthand for
StatelessRandomUniformFullInt::new().build(shape, seed, scope). - Shorthand for
StatelessRandomUniformFullIntV2::new().build(shape, key, counter, alg, scope). - Shorthand for
StatelessRandomUniformInt::new().build(shape, seed, minval, maxval, scope). - Shorthand for
StatelessRandomUniformIntV2::new().build(shape, key, counter, alg, minval, maxval, scope). - Shorthand for
StatelessRandomUniformV2::new().build(shape, key, counter, alg, scope). - Shorthand for
StatelessSampleDistortedBoundingBox::new().build(image_size, bounding_boxes, min_object_covered, seed, scope). - Shorthand for
StatelessShuffle::new().build(value, key, counter, alg, scope). - Shorthand for
StatelessTruncatedNormal::new().build(shape, seed, scope). - Shorthand for
StatelessTruncatedNormalV2::new().build(shape, key, counter, alg, scope). - Shorthand for
StatelessWhile::new().build(input, scope). - Shorthand for
StaticRegexFullMatch::new().build(input, scope). - Shorthand for
StaticRegexReplace::new().build(input, scope). - Shorthand for
StatsAggregatorHandle::new().build(scope). - Shorthand for
StatsAggregatorHandleV2::new().build(scope). - Shorthand for
StatsAggregatorSetSummaryWriter::new().build(stats_aggregator, summary, scope). - Shorthand for
StatsAggregatorSummary::new().build(iterator, scope). - Shorthand for
StochasticCastToInt::new().build(input, key, counter, alg, scope). - Shorthand for
StopGradient::new().build(input, scope). - Shorthand for
StridedSlice::new().build(input, begin, end, strides, scope). - Shorthand for
StridedSliceAssign::new().build(ref_, begin, end, strides, value, scope). - Shorthand for
StridedSliceGrad::new().build(shape, begin, end, strides, dy, scope). - Shorthand for
StringFormat::new().build(inputs, scope). - Shorthand for
StringJoin::new().build(inputs, scope). - Shorthand for
StringLength::new().build(input, scope). - Shorthand for
StringLower::new().build(input, scope). - Shorthand for
StringNGrams::new().build(data, data_splits, scope). - Shorthand for
StringSplit::new().build(input, delimiter, scope). - Shorthand for
StringSplitV2::new().build(input, sep, scope). - Shorthand for
StringStrip::new().build(input, scope). - Shorthand for
StringToHashBucket::new().build(string_tensor, scope). - Shorthand for
StringToHashBucketFast::new().build(input, scope). - Shorthand for
StringToHashBucketStrong::new().build(input, scope). - Shorthand for
StringToNumber::new().build(string_tensor, scope). - Shorthand for
StringUpper::new().build(input, scope). - Shorthand for
Sub::new().build(x, y, scope). - Shorthand for
Substr::new().build(input, pos, len, scope). - subtractDeprecatedShorthand for
Subtract::new().build(scope), a, b). - Shorthand for
Sum::new().build(input, reduction_indices, scope). - Shorthand for
SummaryWriter::new().build(scope). - Shorthand for
Svd::new().build(input, scope). - Shorthand for
Switch::new().build(data, pred, scope). - Shorthand for
SymbolicGradient::new().build(input, scope). - Shorthand for
SyncDevice::new().build(scope). - Shorthand for
TakeDataset::new().build(input_dataset, count, scope). - Shorthand for
TakeManySparseFromTensorsMap::new().build(sparse_handles, scope). - Shorthand for
TakeWhileDataset::new().build(input_dataset, other_arguments, scope). - Shorthand for
Tan::new().build(x, scope). - Shorthand for
Tanh::new().build(x, scope). - Shorthand for
TanhGrad::new().build(y, dy, scope). - Shorthand for
TemporaryVariable::new().build(scope). - Shorthand for
TensorArray::new().build(size, scope). - Shorthand for
TensorArrayClose::new().build(handle, scope). - Shorthand for
TensorArrayCloseV2::new().build(handle, scope). - Shorthand for
TensorArrayCloseV3::new().build(handle, scope). - Shorthand for
TensorArrayConcat::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayConcatV2::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayConcatV3::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayGather::new().build(handle, indices, flow_in, scope). - Shorthand for
TensorArrayGatherV2::new().build(handle, indices, flow_in, scope). - Shorthand for
TensorArrayGatherV3::new().build(handle, indices, flow_in, scope). - Shorthand for
TensorArrayGrad::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayGradV2::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayGradV3::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayGradWithShape::new().build(handle, flow_in, shape_to_prepend, scope). - Shorthand for
TensorArrayPack::new().build(handle, flow_in, scope). - Shorthand for
TensorArrayRead::new().build(handle, index, flow_in, scope). - Shorthand for
TensorArrayReadV2::new().build(handle, index, flow_in, scope). - Shorthand for
TensorArrayReadV3::new().build(handle, index, flow_in, scope). - Shorthand for
TensorArrayScatter::new().build(handle, indices, value, flow_in, scope). - Shorthand for
TensorArrayScatterV2::new().build(handle, indices, value, flow_in, scope). - Shorthand for
TensorArrayScatterV3::new().build(handle, indices, value, flow_in, scope). - Shorthand for
TensorArraySize::new().build(handle, flow_in, scope). - Shorthand for
TensorArraySizeV2::new().build(handle, flow_in, scope). - Shorthand for
TensorArraySizeV3::new().build(handle, flow_in, scope). - Shorthand for
TensorArraySplit::new().build(handle, value, lengths, flow_in, scope). - Shorthand for
TensorArraySplitV2::new().build(handle, value, lengths, flow_in, scope). - Shorthand for
TensorArraySplitV3::new().build(handle, value, lengths, flow_in, scope). - Shorthand for
TensorArrayUnpack::new().build(handle, value, flow_in, scope). - Shorthand for
TensorArrayV2::new().build(size, scope). - Shorthand for
TensorArrayV3::new().build(size, scope). - Shorthand for
TensorArrayWrite::new().build(handle, index, value, flow_in, scope). - Shorthand for
TensorArrayWriteV2::new().build(handle, index, value, flow_in, scope). - Shorthand for
TensorArrayWriteV3::new().build(handle, index, value, flow_in, scope). - Shorthand for
TensorDataset::new().build(components, scope). - Shorthand for
TensorListConcat::new().build(input_handle, scope). - Shorthand for
TensorListConcatLists::new().build(input_a, input_b, scope). - Shorthand for
TensorListConcatV2::new().build(input_handle, element_shape, leading_dims, scope). - Shorthand for
TensorListElementShape::new().build(input_handle, scope). - Shorthand for
TensorListFromTensor::new().build(tensor, element_shape, scope). - Shorthand for
TensorListGather::new().build(input_handle, indices, element_shape, scope). - Shorthand for
TensorListGetItem::new().build(input_handle, index, element_shape, scope). - Shorthand for
TensorListLength::new().build(input_handle, scope). - Shorthand for
TensorListPopBack::new().build(input_handle, element_shape, scope). - Shorthand for
TensorListPushBack::new().build(input_handle, tensor, scope). - Shorthand for
TensorListPushBackBatch::new().build(input_handles, tensor, scope). - Shorthand for
TensorListReserve::new().build(element_shape, num_elements, scope). - Shorthand for
TensorListResize::new().build(input_handle, size, scope). - Shorthand for
TensorListScatter::new().build(tensor, indices, element_shape, scope). - Shorthand for
TensorListScatterIntoExistingList::new().build(input_handle, tensor, indices, scope). - Shorthand for
TensorListScatterV2::new().build(tensor, indices, element_shape, num_elements, scope). - Shorthand for
TensorListSetItem::new().build(input_handle, index, item, scope). - Shorthand for
TensorListSplit::new().build(tensor, element_shape, lengths, scope). - Shorthand for
TensorListStack::new().build(input_handle, element_shape, scope). - Shorthand for
TensorMapErase::new().build(input_handle, key, scope). - Shorthand for
TensorMapHasKey::new().build(input_handle, key, scope). - Shorthand for
TensorMapInsert::new().build(input_handle, key, value, scope). - Shorthand for
TensorMapLookup::new().build(input_handle, key, scope). - Shorthand for
TensorMapSize::new().build(input_handle, scope). - Shorthand for
TensorMapStackKeys::new().build(input_handle, scope). - Shorthand for
TensorScatterAdd::new().build(tensor, indices, updates, scope). - Shorthand for
TensorScatterMax::new().build(tensor, indices, updates, scope). - Shorthand for
TensorScatterMin::new().build(tensor, indices, updates, scope). - Shorthand for
TensorScatterSub::new().build(tensor, indices, updates, scope). - Shorthand for
TensorScatterUpdate::new().build(tensor, indices, updates, scope). - Shorthand for
TensorSliceDataset::new().build(components, scope). - Shorthand for
TensorStridedSliceUpdate::new().build(input, begin, end, strides, value, scope). - Shorthand for
TensorSummary::new().build(tensor, scope). - Shorthand for
TensorSummaryV2::new().build(tag, tensor, serialized_summary_metadata, scope). - Shorthand for
TextLineDataset::new().build(filenames, compression_type, buffer_size, scope). - Shorthand for
TextLineReader::new().build(scope). - Shorthand for
TextLineReaderV2::new().build(scope). - Shorthand for
TFRecordDataset::new().build(filenames, compression_type, buffer_size, scope). - Shorthand for
TFRecordReader::new().build(scope). - Shorthand for
TFRecordReaderV2::new().build(scope). - Shorthand for
ThreadPoolDataset::new().build(input_dataset, thread_pool, scope). - Shorthand for
ThreadPoolHandle::new().build(scope). - Shorthand for
ThreadUnsafeUnigramCandidateSampler::new().build(true_classes, scope). - Shorthand for
Tile::new().build(input, multiples, scope). - Shorthand for
TileGrad::new().build(input, multiples, scope). - Shorthand for
Timestamp::new().build(scope). - Shorthand for
ToBool::new().build(input, scope). - Shorthand for
TopK::new().build(input, scope). - Shorthand for
TopKUnique::new().build(input, scope). - Shorthand for
TopKV2::new().build(input, k, scope). - Shorthand for
TopKWithUnique::new().build(input, scope). - Shorthand for
TpuHandleToProtoKey::new().build(uid, scope). - Shorthand for
TPUCompilationResult::new().build(scope). - Shorthand for
TPUCompile::new().build(dynamic_shapes, guaranteed_constants, scope). - Shorthand for
TPUCompileSucceededAssert::new().build(compilation_status, scope). - Shorthand for
TPUEmbeddingActivations::new().build(embedding_variable, sliced_activations, scope). - Shorthand for
TPUExecute::new().build(args, key, scope). - Shorthand for
TPUExecuteAndUpdateVariables::new().build(args, key, scope). - Shorthand for
TPUOrdinalSelector::new().build(scope). - Shorthand for
TPUPartitionedCall::new().build(args, device_ordinal, scope). - Shorthand for
TPUPartitionedInput::new().build(inputs, scope). - Shorthand for
TPUPartitionedInputV2::new().build(inputs, scope). - Shorthand for
TPUPartitionedOutput::new().build(inputs, scope). - Shorthand for
TPUPartitionedOutputV2::new().build(inputs, scope). - Shorthand for
TPUReplicateMetadata::new().build(scope). - Shorthand for
TPUReplicatedInput::new().build(inputs, scope). - Shorthand for
TPUReplicatedOutput::new().build(input, scope). - Shorthand for
TPUReshardVariables::new().build(vars, new_format_key, format_state_var, scope). - Shorthand for
TPURoundRobin::new().build(scope). - Shorthand for
Transpose::new().build(x, perm, scope). - Shorthand for
TridiagonalMatMul::new().build(superdiag, maindiag, subdiag, rhs, scope). - Shorthand for
TridiagonalSolve::new().build(diagonals, rhs, scope). - Shorthand for
TruncateDiv::new().build(x, y, scope). - Shorthand for
TruncateMod::new().build(x, y, scope). - Shorthand for
TruncatedNormal::new().build(shape, scope). - Shorthand for
Unbatch::new().build(batched_tensor, batch_index, id, scope). - Shorthand for
UnbatchDataset::new().build(input_dataset, scope). - Shorthand for
UnbatchGrad::new().build(original_input, batch_index, grad, id, scope). - Shorthand for
UncompressElement::new().build(compressed, scope). - Shorthand for
UnicodeDecode::new().build(input, scope). - Shorthand for
UnicodeDecodeWithOffsets::new().build(input, scope). - Shorthand for
UnicodeEncode::new().build(input_values, input_splits, scope). - Shorthand for
UnicodeScript::new().build(input, scope). - Shorthand for
UnicodeTranscode::new().build(input, scope). - Shorthand for
UniformCandidateSampler::new().build(true_classes, scope). - Shorthand for
UniformDequantize::new().build(input, scales, zero_points, scope). - Shorthand for
UniformQuantize::new().build(input, scales, zero_points, scope). - Shorthand for
UniformQuantizedAdd::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope). - Shorthand for
UniformQuantizedClipByValue::new().build(operand, min, max, scales, zero_points, scope). - Shorthand for
UniformQuantizedConvolution::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope). - Shorthand for
UniformQuantizedConvolutionHybrid::new().build(lhs, rhs, rhs_scales, rhs_zero_points, scope). - Shorthand for
UniformQuantizedDot::new().build(lhs, rhs, lhs_scales, lhs_zero_points, rhs_scales, rhs_zero_points, output_scales, output_zero_points, scope). - Shorthand for
UniformQuantizedDotHybrid::new().build(lhs, rhs, rhs_scales, rhs_zero_points, scope). - Shorthand for
UniformRequantize::new().build(input, input_scales, input_zero_points, output_scales, output_zero_points, scope). - Shorthand for
Unique::new().build(x, scope). - Shorthand for
UniqueDataset::new().build(input_dataset, scope). - Shorthand for
UniqueV2::new().build(x, axis, scope). - Shorthand for
UniqueWithCounts::new().build(x, scope). - Shorthand for
UniqueWithCountsV2::new().build(x, axis, scope). - Shorthand for
Unpack::new().build(value, scope). - Shorthand for
UnravelIndex::new().build(indices, dims, scope). - Shorthand for
UnsortedSegmentJoin::new().build(inputs, segment_ids, num_segments, scope). - Shorthand for
UnsortedSegmentMax::new().build(data, segment_ids, num_segments, scope). - Shorthand for
UnsortedSegmentMin::new().build(data, segment_ids, num_segments, scope). - Shorthand for
UnsortedSegmentProd::new().build(data, segment_ids, num_segments, scope). - Shorthand for
UnsortedSegmentSum::new().build(data, segment_ids, num_segments, scope). - Shorthand for
Unstage::new().build(scope). - Shorthand for
UnwrapDatasetVariant::new().build(input_handle, scope). - Shorthand for
UpperBound::new().build(sorted_inputs, values, scope). - Shorthand for
VarHandleOp::new().build(scope). - Shorthand for
VarIsInitializedOp::new().build(resource, scope). - Shorthand for
Variable::new().build(scope). - Shorthand for
VariableShape::new().build(input, scope). - Shorthand for
VariableV2::new().build(scope). - Shorthand for
Where::new().build(input, scope). - Shorthand for
While::new().build(input, scope). - Shorthand for
WholeFileReader::new().build(scope). - Shorthand for
WholeFileReaderV2::new().build(scope). - Shorthand for
WindowDataset::new().build(input_dataset, size, shift, stride, drop_remainder, scope). - Shorthand for
WindowOp::new().build(inputs, scope). - Shorthand for
WorkerHeartbeat::new().build(request, scope). - Shorthand for
WrapDatasetVariant::new().build(input_handle, scope). - Shorthand for
WriteAudioSummary::new().build(writer, step, tag, tensor, sample_rate, scope). - Shorthand for
WriteFile::new().build(filename, contents, scope). - Shorthand for
WriteGraphSummary::new().build(writer, step, tensor, scope). - Shorthand for
WriteHistogramSummary::new().build(writer, step, tag, values, scope). - Shorthand for
WriteImageSummary::new().build(writer, step, tag, tensor, bad_color, scope). - Shorthand for
WriteRawProtoSummary::new().build(writer, step, tensor, scope). - Shorthand for
WriteScalarSummary::new().build(writer, step, tag, value, scope). - Shorthand for
WriteSummary::new().build(writer, step, tensor, tag, summary_metadata, scope). - Shorthand for
Xdivy::new().build(x, y, scope). - Shorthand for
XlaConcatND::new().build(inputs, scope). - Shorthand for
XlaHostCompute::new().build(inputs, scope). - Shorthand for
XlaRecvFromHost::new().build(scope). - Shorthand for
XlaRecvTPUEmbeddingActivations::new().build(deduplication_data, scope). - Shorthand for
XlaRecvTPUEmbeddingDeduplicationData::new().build(scope). - Shorthand for
XlaSendToHost::new().build(input, scope). - Shorthand for
XlaSendTPUEmbeddingGradients::new().build(gradients, learning_rates, deduplication_data, scope). - Shorthand for
XlaSplitND::new().build(input, scope). - Shorthand for
Xlog1py::new().build(x, y, scope). - Shorthand for
Xlogy::new().build(x, y, scope). - Shorthand for
ZerosLike::new().build(x, scope). - Shorthand for
Zeta::new().build(x, q, scope). - Shorthand for
ZipDataset::new().build(input_datasets, scope).