Class SparseToSparseSetOperation.Inputs<T extends TType>

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

public static class SparseToSparseSetOperation.Inputs<T extends TType> extends RawOpInputs<SparseToSparseSetOperation<T>>
  • Field Details

    • set1Indices

      public final Operand<TInt64> set1Indices
      2D Tensor, indices of a SparseTensor. Must be in row-major order.
    • set1Values

      public final Operand<T extends TType> set1Values
      1D Tensor, values of a SparseTensor. Must be in row-major order.
    • set1Shape

      public final Operand<TInt64> set1Shape
      1D Tensor, shape of a SparseTensor. set1_shape[0...n-1] must be the same as set2_shape[0...n-1], set1_shape[n] is the max set size across 0...n-1 dimensions.
    • set2Indices

      public final Operand<TInt64> set2Indices
      2D Tensor, indices of a SparseTensor. Must be in row-major order.
    • set2Values

      public final Operand<T extends TType> set2Values
      1D Tensor, values of a SparseTensor. Must be in row-major order.
    • set2Shape

      public final Operand<TInt64> set2Shape
      1D Tensor, shape of a SparseTensor. set2_shape[0...n-1] must be the same as set1_shape[0...n-1], set2_shape[n] is the max set size across 0...n-1 dimensions.
    • setOperation

      public final String setOperation
      The setOperation attribute
    • validateIndices

      public final boolean validateIndices
      The validateIndices attribute
    • T

      public final DataType T
      The T attribute
  • Constructor Details