Packages

object TensorProto extends GeneratedMessageCompanion[TensorProto]

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

Type Members

  1. implicit class TensorProtoLens[UpperPB] extends ObjectLens[UpperPB, TensorProto]
  2. type ValueType = TensorProto
    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 BOOL_VAL_FIELD_NUMBER: Int(11)
  5. final val DCOMPLEX_VAL_FIELD_NUMBER: Int(12)
  6. final val DOUBLE_VAL_FIELD_NUMBER: Int(6)
  7. final val DTYPE_FIELD_NUMBER: Int(1)
  8. final val FLOAT_VAL_FIELD_NUMBER: Int(5)
  9. final val HALF_VAL_FIELD_NUMBER: Int(13)
  10. final val INT64_VAL_FIELD_NUMBER: Int(10)
  11. final val INT_VAL_FIELD_NUMBER: Int(7)
  12. final val RESOURCE_HANDLE_VAL_FIELD_NUMBER: Int(14)
  13. final val SCOMPLEX_VAL_FIELD_NUMBER: Int(9)
  14. final val STRING_VAL_FIELD_NUMBER: Int(8)
  15. final val TENSOR_CONTENT_FIELD_NUMBER: Int(4)
  16. final val TENSOR_SHAPE_FIELD_NUMBER: Int(2)
  17. final val UINT32_VAL_FIELD_NUMBER: Int(16)
  18. final val UINT64_VAL_FIELD_NUMBER: Int(17)
  19. final val VARIANT_VAL_FIELD_NUMBER: Int(15)
  20. final val VERSION_NUMBER_FIELD_NUMBER: Int(3)
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  23. lazy val defaultInstance: TensorProto
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  24. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  25. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def fromAscii(s: String): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def javaDescriptor: Descriptor
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  33. def merge(a: TensorProto, input: CodedInputStream): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  34. implicit def messageCompanion: GeneratedMessageCompanion[TensorProto]
  35. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  36. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  37. implicit def messageReads: Reads[TensorProto]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def of(dtype: DataType, tensorShape: Option[TensorShapeProto], versionNumber: Int, tensorContent: ByteString, halfVal: Seq[Int], floatVal: Seq[Float], doubleVal: Seq[Double], intVal: Seq[Int], stringVal: Seq[ByteString], scomplexVal: Seq[Float], int64Val: Seq[Long], boolVal: Seq[Boolean], dcomplexVal: Seq[Double], resourceHandleVal: Seq[ResourceHandleProto], variantVal: Seq[VariantTensorDataProto], uint32Val: Seq[Int], uint64Val: Seq[Long]): TensorProto
  43. def parseDelimitedFrom(input: InputStream): Option[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  44. def parseDelimitedFrom(input: CodedInputStream): Option[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  45. def parseFrom(_input__: CodedInputStream): TensorProto
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  46. def parseFrom(s: Array[Byte]): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  47. def parseFrom(input: InputStream): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  48. def scalaDescriptor: Descriptor
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  49. def streamFromDelimitedInput(input: InputStream): Stream[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toByteArray(a: TensorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def validate(s: Array[Byte]): Try[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  54. def validateAscii(s: String): Either[TextFormatError, TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from GeneratedMessageCompanion[TensorProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped