Class AddSparseToTensorsMap.Options

java.lang.Object
org.tensorflow.op.sparse.AddSparseToTensorsMap.Options
Enclosing class:
AddSparseToTensorsMap

public static class AddSparseToTensorsMap.Options extends Object
Optional attributes for AddSparseToTensorsMap
  • Method Details

    • container

      public AddSparseToTensorsMap.Options container(String container)
      Sets the container option.
      Parameters:
      container - The container name for the SparseTensorsMap created by this op.
      Returns:
      this Options instance.
    • sharedName

      public AddSparseToTensorsMap.Options sharedName(String sharedName)
      Sets the sharedName option.
      Parameters:
      sharedName - The shared name for the SparseTensorsMap created by this op. If blank, the new Operation's unique name is used.
      Returns:
      this Options instance.