Class Optimizer.Options

java.lang.Object
org.tensorflow.framework.optimizers.Optimizer.Options
Enclosing class:
Optimizer

public static class Optimizer.Options extends Object
Optional attributes for Optimizer
  • Field Details

    • sharedName

      protected String sharedName
  • Method Details

    • sharedName

      public Optimizer.Options sharedName(String sharedName)
      Sets the shared name
      Parameters:
      sharedName - If non-empty, this variable is named in the given bucket with this sharedName. Otherwise, the node name is used instead.
      Returns:
      this options instance