Package ej.microai

Class Tensor.DataType

  • Enclosing class:
    Tensor

    public static class Tensor.DataType
    extends java.lang.Object
    The Tensor.DataType class enumerates the MicroAI data types.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FLOAT32
      32-bits float type.
      static int INT32
      32-bits signed integer type.
      static int INT8
      8-bits signed integer type.
      static int UINT32
      32-bits unsigned integer type.
      static int UINT8
      8-bits unsigned integer type.
      static int UNKNOWN
      Unknown type.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait