org.tensorflow.framework

TensorProtoOrBuilder

trait TensorProtoOrBuilder extends MessageOrBuilder

Linear Supertypes
MessageOrBuilder, MessageLiteOrBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TensorProtoOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]

    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]

    Definition Classes
    MessageOrBuilder
  3. abstract def getBoolVal(index: Int): Boolean

  4. abstract def getBoolValCount(): Int

  5. abstract def getBoolValList(): List[Boolean]

  6. abstract def getDcomplexVal(index: Int): Double

  7. abstract def getDcomplexValCount(): Int

  8. abstract def getDcomplexValList(): List[Double]

  9. abstract def getDefaultInstanceForType(): Message

    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  10. abstract def getDescriptorForType(): Descriptor

    Definition Classes
    MessageOrBuilder
  11. abstract def getDoubleVal(index: Int): Double

  12. abstract def getDoubleValCount(): Int

  13. abstract def getDoubleValList(): List[Double]

  14. abstract def getDtype(): DataType

  15. abstract def getDtypeValue(): Int

  16. abstract def getField(arg0: FieldDescriptor): AnyRef

    Definition Classes
    MessageOrBuilder
  17. abstract def getFloatVal(index: Int): Float

  18. abstract def getFloatValCount(): Int

  19. abstract def getFloatValList(): List[Float]

  20. abstract def getHalfVal(index: Int): Int

  21. abstract def getHalfValCount(): Int

  22. abstract def getHalfValList(): List[Integer]

  23. abstract def getInitializationErrorString(): String

    Definition Classes
    MessageOrBuilder
  24. abstract def getInt64Val(index: Int): Long

  25. abstract def getInt64ValCount(): Int

  26. abstract def getInt64ValList(): List[Long]

  27. abstract def getIntVal(index: Int): Int

  28. abstract def getIntValCount(): Int

  29. abstract def getIntValList(): List[Integer]

  30. abstract def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor

    Definition Classes
    MessageOrBuilder
  31. abstract def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef

    Definition Classes
    MessageOrBuilder
  32. abstract def getRepeatedFieldCount(arg0: FieldDescriptor): Int

    Definition Classes
    MessageOrBuilder
  33. abstract def getResourceHandleVal(index: Int): ResourceHandle

  34. abstract def getResourceHandleValCount(): Int

  35. abstract def getResourceHandleValList(): List[ResourceHandle]

  36. abstract def getResourceHandleValOrBuilder(index: Int): ResourceHandleOrBuilder

  37. abstract def getResourceHandleValOrBuilderList(): List[_ <: ResourceHandleOrBuilder]

  38. abstract def getScomplexVal(index: Int): Float

  39. abstract def getScomplexValCount(): Int

  40. abstract def getScomplexValList(): List[Float]

  41. abstract def getStringVal(index: Int): ByteString

  42. abstract def getStringValCount(): Int

  43. abstract def getStringValList(): List[ByteString]

  44. abstract def getTensorContent(): ByteString

  45. abstract def getTensorShape(): TensorShapeProto

  46. abstract def getTensorShapeOrBuilder(): TensorShapeProtoOrBuilder

  47. abstract def getUnknownFields(): UnknownFieldSet

    Definition Classes
    MessageOrBuilder
  48. abstract def getVersionNumber(): Int

  49. abstract def hasField(arg0: FieldDescriptor): Boolean

    Definition Classes
    MessageOrBuilder
  50. abstract def hasOneof(arg0: OneofDescriptor): Boolean

    Definition Classes
    MessageOrBuilder
  51. abstract def hasTensorShape(): Boolean

  52. abstract def isInitialized(): Boolean

    Definition Classes
    MessageLiteOrBuilder

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MessageOrBuilder

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped