Packages

object ResourceHandleProto extends GeneratedMessageCompanion[ResourceHandleProto]

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

Type Members

  1. final case class DtypeAndShape(dtype: DataType = ..., shape: Option[TensorShapeProto] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[DtypeAndShape] with Product with Serializable

    Protocol buffer representing a pair of (data type, tensor shape).

    Protocol buffer representing a pair of (data type, tensor shape).

    Annotations
    @SerialVersionUID()
  2. implicit class ResourceHandleProtoLens[UpperPB] extends ObjectLens[UpperPB, ResourceHandleProto]
  3. type ValueType = ResourceHandleProto
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CONTAINER_FIELD_NUMBER: Int(2)
  5. final val DEVICE_FIELD_NUMBER: Int(1)
  6. final val DTYPES_AND_SHAPES_FIELD_NUMBER: Int(6)
  7. final val HASH_CODE_FIELD_NUMBER: Int(4)
  8. final val MAYBE_TYPE_NAME_FIELD_NUMBER: Int(5)
  9. final val NAME_FIELD_NUMBER: Int(3)
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. lazy val defaultInstance: ResourceHandleProto
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  13. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  14. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def fromAscii(s: String): ResourceHandleProto
    Definition Classes
    GeneratedMessageCompanion
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def javaDescriptor: Descriptor
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  22. def merge(a: ResourceHandleProto, input: CodedInputStream): ResourceHandleProto
    Definition Classes
    GeneratedMessageCompanion
  23. implicit def messageCompanion: GeneratedMessageCompanion[ResourceHandleProto]
  24. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  25. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  26. implicit def messageReads: Reads[ResourceHandleProto]
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def of(device: String, container: String, name: String, _hashCode: Long, maybeTypeName: String, dtypesAndShapes: Seq[DtypeAndShape]): ResourceHandleProto
  32. def parseDelimitedFrom(input: InputStream): Option[ResourceHandleProto]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseDelimitedFrom(input: CodedInputStream): Option[ResourceHandleProto]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(_input__: CodedInputStream): ResourceHandleProto
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  35. def parseFrom(s: Array[Byte]): ResourceHandleProto
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(input: InputStream): ResourceHandleProto
    Definition Classes
    GeneratedMessageCompanion
  37. def scalaDescriptor: Descriptor
    Definition Classes
    ResourceHandleProto → GeneratedMessageCompanion
  38. def streamFromDelimitedInput(input: InputStream): Stream[ResourceHandleProto]
    Definition Classes
    GeneratedMessageCompanion
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toByteArray(a: ResourceHandleProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def validate(s: Array[Byte]): Try[ResourceHandleProto]
    Definition Classes
    GeneratedMessageCompanion
  43. def validateAscii(s: String): Either[TextFormatError, ResourceHandleProto]
    Definition Classes
    GeneratedMessageCompanion
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. object DtypeAndShape extends GeneratedMessageCompanion[DtypeAndShape]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GeneratedMessageCompanion[ResourceHandleProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped