AttributeType

onnx.onnx.AttributeProto.AttributeType
See theAttributeType companion class
object AttributeType extends GeneratedEnumCompanion[AttributeType]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[AttributeType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object FLOAT extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FLOAT.type
case object FLOATS extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FLOATS.type
case object GRAPH extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GRAPH.type
case object GRAPHS extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GRAPHS.type
case object INT extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INT.type
case object INTS extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INTS.type
sealed trait Recognized extends AttributeType

Attributes

Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FLOAT.type
object FLOATS.type
object GRAPH.type
object GRAPHS.type
object INT.type
object INTS.type
object SPARSE_TENSOR.type
object SPARSE_TENSORS.type
object STRING.type
object STRINGS.type
object TENSOR.type
object TENSORS.type
object UNDEFINED.type
Show all
case object SPARSE_TENSOR extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object SPARSE_TENSORS extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object STRING extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
STRING.type
case object STRINGS extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
STRINGS.type
case object TENSOR extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TENSOR.type
case object TENSORS extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TENSORS.type
case object UNDEFINED extends AttributeType, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
UNDEFINED.type
final case class Unrecognized(unrecognizedValue: Int) extends AttributeType, UnrecognizedEnum

Attributes

Supertypes
trait UnrecognizedEnum
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type ValueType = A

Attributes

Inherited from:
GeneratedEnumCompanion

Value members

Concrete methods

def fromValue(`__value`: Int): AttributeType
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

Attributes

def scalaDescriptor: EnumDescriptor

Inherited methods

def fromName(name: String): Option[A]

Attributes

Inherited from:
GeneratedEnumCompanion

Concrete fields

lazy val values: Seq[AttributeType]

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[AttributeType]