Class TensorInfo

java.lang.Object
com.codename1.ai.inference.TensorInfo

public final class TensorInfo extends Object
Immutable model input/output metadata.
  • Constructor Details

    • TensorInfo

      public TensorInfo(String name, TensorType type, int[] shape, int index)
  • Method Details

    • getName

      public String getName()
    • getType

      public TensorType getType()
    • getShape

      public int[] getShape()
    • getIndex

      public int getIndex()