Uses of Class
org.tensorflow.op.tpu.LoadTPUEmbeddingRMSPropParameters.Options
Packages that use LoadTPUEmbeddingRMSPropParameters.Options
-
Uses of LoadTPUEmbeddingRMSPropParameters.Options in org.tensorflow.op
Methods in org.tensorflow.op with parameters of type LoadTPUEmbeddingRMSPropParameters.OptionsModifier and TypeMethodDescriptionTpuOps.loadTPUEmbeddingRMSPropParameters(Operand<TFloat32> parameters, Operand<TFloat32> ms, Operand<TFloat32> mom, Long numShards, Long shardId, LoadTPUEmbeddingRMSPropParameters.Options... options) Load RMSProp embedding parameters. -
Uses of LoadTPUEmbeddingRMSPropParameters.Options in org.tensorflow.op.tpu
Methods in org.tensorflow.op.tpu that return LoadTPUEmbeddingRMSPropParameters.OptionsModifier and TypeMethodDescriptionSets the config option.Sets the config option.Sets the tableId option.Sets the tableId option.Sets the tableName option.Sets the tableName option.Methods in org.tensorflow.op.tpu with parameters of type LoadTPUEmbeddingRMSPropParameters.OptionsModifier and TypeMethodDescriptionLoadTPUEmbeddingRMSPropParameters.create(Scope scope, Operand<TFloat32> parameters, Operand<TFloat32> ms, Operand<TFloat32> mom, Long numShards, Long shardId, LoadTPUEmbeddingRMSPropParameters.Options... options) Factory method to create a class wrapping a new LoadTPUEmbeddingRMSPropParameters operation.