TensorType

onnx.onnx.TypeProto$.Value$.TensorType
final case class TensorType(value: Tensor) 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 = Tensor

Value members

Concrete methods

override def isTensorType: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def tensorType: Option[Tensor]

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 isSequenceType: 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 sequenceType: Option[Sequence]

Attributes

Inherited from:
Value
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof