Uses of Class
org.tensorflow.op.tpu.LoadTPUEmbeddingProximalAdagradParameters
Packages that use LoadTPUEmbeddingProximalAdagradParameters
-
Uses of LoadTPUEmbeddingProximalAdagradParameters in org.tensorflow.op
Methods in org.tensorflow.op that return LoadTPUEmbeddingProximalAdagradParametersModifier and TypeMethodDescriptionTpuOps.loadTPUEmbeddingProximalAdagradParameters(Operand<TFloat32> parameters, Operand<TFloat32> accumulators, Long numShards, Long shardId, LoadTPUEmbeddingProximalAdagradParameters.Options... options) Load proximal Adagrad embedding parameters. -
Uses of LoadTPUEmbeddingProximalAdagradParameters in org.tensorflow.op.tpu
Subclasses with type arguments of type LoadTPUEmbeddingProximalAdagradParameters in org.tensorflow.op.tpuMethods in org.tensorflow.op.tpu that return LoadTPUEmbeddingProximalAdagradParametersModifier and TypeMethodDescriptionLoadTPUEmbeddingProximalAdagradParameters.create(Scope scope, Operand<TFloat32> parameters, Operand<TFloat32> accumulators, Long numShards, Long shardId, LoadTPUEmbeddingProximalAdagradParameters.Options... options) Factory method to create a class wrapping a new LoadTPUEmbeddingProximalAdagradParameters operation.