Object/Class

io.hydrosphere.serving.tensorflow.tensor_shape

TensorShapeProto

Related Docs: class TensorShapeProto | package tensor_shape

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 Dim(size: Long = 0L, name: String = "") extends GeneratedMessage with Message[Dim] with Updatable[Dim] with Product with Serializable

    Permalink

    One dimension of the tensor.

    One dimension of the tensor.

    size

    Size of the tensor in that dimension. This value must be >= -1, but values of -1 are reserved for "unknown" shapes (values of -1 mean "unknown" dimension). Certain wrappers that work with TensorShapeProto may fail at runtime when deserializing a TensorShapeProto containing a dim value of -1.

    name

    Optional name of the tensor dimension.

    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(2)

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

    Permalink
  6. final val UNKNOWN_RANK_FIELD_NUMBER: Int(3)

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. def javaDescriptor: Descriptor

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  34. def scalaDescriptor: Descriptor

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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