MapType

onnx.onnx.TypeProto$.Value$.MapType
final case class MapType(value: Map) extends Value

Attributes

Graph
Supertypes
trait Value
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Map

Value members

Concrete methods

override def isMapType: Boolean

Attributes

Definition Classes
override def mapType: Option[Map]

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Value
def isEmpty: Boolean

Attributes

Inherited from:
Value
def isSequenceType: Boolean

Attributes

Inherited from:
Value
def isTensorType: Boolean

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def sequenceType: Option[Sequence]

Attributes

Inherited from:
Value
def tensorType: Option[Tensor]

Attributes

Inherited from:
Value
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof