Interface Struct.TensorSpecProtoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Struct.TensorSpecProto, Struct.TensorSpecProto.Builder
Enclosing class:
Struct

public static interface Struct.TensorSpecProtoOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • hasShape

      boolean hasShape()
      .tensorflow.TensorShapeProto shape = 2;
      Returns:
      Whether the shape field is set.
    • getShape

      TensorShapeProto getShape()
      .tensorflow.TensorShapeProto shape = 2;
      Returns:
      The shape.
    • getShapeOrBuilder

      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .tensorflow.TensorShapeProto shape = 2;
    • getDtypeValue

      int getDtypeValue()
      .tensorflow.DataType dtype = 3;
      Returns:
      The enum numeric value on the wire for dtype.
    • getDtype

      DataType getDtype()
      .tensorflow.DataType dtype = 3;
      Returns:
      The dtype.