dtype property

String? dtype
getter/setter pair

The data type of tensor. Possible string values are:

  • "DATA_TYPE_UNSPECIFIED" : Not a legal value for DataType. Used to indicate a DataType field has not been set.
  • "BOOL" : Data types that all computation devices are expected to be capable to support.
  • "STRING"
  • "FLOAT"
  • "DOUBLE"
  • "INT8"
  • "INT16"
  • "INT32"
  • "INT64"
  • "UINT8"
  • "UINT16"
  • "UINT32"
  • "UINT64"

Implementation

core.String? dtype;