SequenceType

onnx.onnx.TypeProto.Value.SequenceType
final case class SequenceType(value: Sequence) 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

Value members

Concrete methods

override def isSequenceType: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def sequenceType: Option[Sequence]

Attributes

Definition Classes

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Value
def isEmpty: Boolean

Attributes

Inherited from:
Value
def isMapType: Boolean

Attributes

Inherited from:
Value
def isTensorType: Boolean

Attributes

Inherited from:
Value
def mapType: Option[Map]

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def tensorType: Option[Tensor]

Attributes

Inherited from:
Value
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof