Class Solve.Inputs<T extends TType>

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

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

    • matrix

      public final Operand<T extends TType> matrix
      Shape is [..., M, M].
    • rhs

      public final Operand<T extends TType> rhs
      Shape is [..., M, K].
    • adjoint

      public final boolean adjoint
      Boolean indicating whether to solve with matrix or its (block-wise) adjoint.
    • T

      public final DataType T
      The T attribute
  • Constructor Details