Class TakeManySparseFromTensorsMap.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<TakeManySparseFromTensorsMap<?>>
org.tensorflow.op.sparse.TakeManySparseFromTensorsMap.Inputs
Enclosing class:
TakeManySparseFromTensorsMap<T extends TType>

public static class TakeManySparseFromTensorsMap.Inputs extends RawOpInputs<TakeManySparseFromTensorsMap<?>>
  • Field Details

    • sparseHandles

      public final Operand<TInt64> sparseHandles
      1-D, The N serialized SparseTensor objects. Shape: [N].
    • dtype

      public final DataType dtype
      The dtype of the SparseTensor objects stored in the SparseTensorsMap.
    • container

      public final String container
      The container name for the SparseTensorsMap read by this op.
    • sharedName

      public final String sharedName
      The shared name for the SparseTensorsMap read by this op. It should not be blank; rather the shared_name or unique Operation name of the Op that created the original SparseTensorsMap should be used.
  • Constructor Details