tensorflowEnums

org.ekrich.tensorflow.unsafe.tensorflowEnums

Enums used in the API

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type TF_AttrType = CInt

TF_AttrType describes the type of the value of an attribute on an operation.

TF_AttrType describes the type of the value of an attribute on an operation.

Attributes

type TF_Code = CInt

TF_Code holds an error code. The enum values here are identical to corresponding values in error_codes.proto.

TF_Code holds an error code. The enum values here are identical to corresponding values in error_codes.proto.

Attributes

type TF_DataType = CInt

TF_DataType holds the type for a scalar value. E.g., one slot in a tensor. The enum values here are identical to corresponding values in types.proto.

TF_DataType holds the type for a scalar value. E.g., one slot in a tensor. The enum values here are identical to corresponding values in types.proto.

Attributes

Value members

Concrete fields

final val TF_ABORTED: TF_Code
final val TF_BOOL: TF_DataType
final val TF_CANCELLED: TF_Code
final val TF_COMPLEX: TF_DataType
final val TF_DATA_LOSS: TF_Code
final val TF_DOUBLE: TF_DataType
final val TF_FLOAT: TF_DataType
final val TF_HALF: TF_DataType
final val TF_INT16: TF_DataType
final val TF_INT32: TF_DataType
final val TF_INT64: TF_DataType
final val TF_INT8: TF_DataType
final val TF_INTERNAL: TF_Code
final val TF_NOT_FOUND: TF_Code
final val TF_OK: TF_Code
final val TF_QINT16: TF_DataType
final val TF_QINT32: TF_DataType
final val TF_QINT8: TF_DataType
final val TF_QUINT16: TF_DataType
final val TF_QUINT8: TF_DataType
final val TF_STRING: TF_DataType
final val TF_UINT16: TF_DataType
final val TF_UINT32: TF_DataType
final val TF_UINT64: TF_DataType
final val TF_UINT8: TF_DataType
final val TF_UNAVAILABLE: TF_Code
final val TF_UNKNOWN: TF_Code
final val TF_VARIANT: TF_DataType