Object/Class

io.hydrosphere.serving.onnx.onnx

TensorShapeProto

Related Docs: class TensorShapeProto | package onnx

Permalink

object TensorShapeProto extends GeneratedMessageCompanion[TensorShapeProto] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedMessageCompanion[TensorShapeProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorShapeProto
  2. Serializable
  3. Serializable
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Dimension(denotation: String = "", value: Value = ...) extends GeneratedMessage with Message[Dimension] with Updatable[Dimension] with Product with Serializable

    Permalink

    denotation

    Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor.

    Annotations
    @SerialVersionUID()
  2. implicit class TensorShapeProtoLens[UpperPB] extends ObjectLens[UpperPB, TensorShapeProto]

    Permalink
  3. type ValueType = TensorShapeProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val DIM_FIELD_NUMBER: Int(1)

    Permalink
  5. object Dimension extends GeneratedMessageCompanion[Dimension] with Serializable

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val defaultInstance: TensorShapeProto

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  9. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  10. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromAscii(s: String): TensorShapeProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  15. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): TensorShapeProto

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def javaDescriptor: Descriptor

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  20. implicit def messageCompanion: GeneratedMessageCompanion[TensorShapeProto]

    Permalink
  21. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  22. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  23. implicit def messageReads: Reads[TensorShapeProto]

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def parseDelimitedFrom(input: InputStream): Option[TensorShapeProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  29. def parseDelimitedFrom(input: CodedInputStream): Option[TensorShapeProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def parseFrom(s: Array[Byte]): TensorShapeProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(input: InputStream): TensorShapeProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: CodedInputStream): TensorShapeProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  33. def scalaDescriptor: Descriptor

    Permalink
    Definition Classes
    TensorShapeProto → GeneratedMessageCompanion
  34. def streamFromDelimitedInput(input: InputStream): Stream[TensorShapeProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toByteArray(a: TensorShapeProto): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def validate(s: Array[Byte]): Try[TensorShapeProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  39. def validateAscii(s: String): Either[TextFormatError, TensorShapeProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def descriptor: Descriptor

    Permalink
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @deprecated
    Deprecated

    (Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.

Inherited from Serializable

Inherited from Serializable

Inherited from GeneratedMessageCompanion[TensorShapeProto]

Inherited from AnyRef

Inherited from Any

Ungrouped