DimParam

onnx.onnx.TensorShapeProto.Dimension.Value.DimParam
final case class DimParam(value: String) 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 = String

Value members

Concrete methods

override def dimParam: Option[String]

Attributes

Definition Classes
override def isDimParam: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def dimValue: Option[Long]

Attributes

Inherited from:
Value
def isDefined: Boolean

Attributes

Inherited from:
Value
def isDimValue: Boolean

Attributes

Inherited from:
Value
def isEmpty: Boolean

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof