Recognized

onnx.onnx.TensorProto.DataType.Recognized
sealed trait Recognized extends DataType

Attributes

Graph
Supertypes
class DataType
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BFLOAT16.type
object BOOL.type
object COMPLEX128.type
object COMPLEX64.type
object DOUBLE.type
object FLOAT.type
object FLOAT16.type
object INT16.type
object INT32.type
object INT64.type
object INT8.type
object STRING.type
object UINT16.type
object UINT32.type
object UINT64.type
object UINT8.type
object UNDEFINED.type
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
DataType

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
DataType
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def companion: GeneratedEnumCompanion[DataType]

Attributes

Inherited from:
DataType
def index: Int

Attributes

Inherited from:
GeneratedEnum
def isBfloat16: Boolean

Attributes

Inherited from:
DataType
def isBool: Boolean

Attributes

Inherited from:
DataType
def isComplex128: Boolean

Attributes

Inherited from:
DataType
def isComplex64: Boolean

Attributes

Inherited from:
DataType
def isDouble: Boolean

Attributes

Inherited from:
DataType
def isFloat: Boolean

Attributes

Inherited from:
DataType
def isFloat16: Boolean

Attributes

Inherited from:
DataType
def isInt16: Boolean

Attributes

Inherited from:
DataType
def isInt32: Boolean

Attributes

Inherited from:
DataType
def isInt64: Boolean

Attributes

Inherited from:
DataType
def isInt8: Boolean

Attributes

Inherited from:
DataType
def isString: Boolean

Attributes

Inherited from:
DataType
def isUint16: Boolean

Attributes

Inherited from:
DataType
def isUint32: Boolean

Attributes

Inherited from:
DataType
def isUint64: Boolean

Attributes

Inherited from:
DataType
def isUint8: Boolean

Attributes

Inherited from:
DataType
def isUndefined: Boolean

Attributes

Inherited from:
DataType
def isUnrecognized: Boolean

Attributes

Inherited from:
GeneratedEnum
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
def name: String

Attributes

Inherited from:
GeneratedEnum
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum

Inherited fields

val value: Int

Attributes

Inherited from:
DataType