Interface FixedLenFeatureProtoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
FixedLenFeatureProto, FixedLenFeatureProto.Builder

public interface FixedLenFeatureProtoOrBuilder extends MessageOrBuilder
  • Method Details

    • getDtypeValue

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

      DataType getDtype()
      .tensorflow.DataType dtype = 1;
      Returns:
      The dtype.
    • 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;
    • hasDefaultValue

      boolean hasDefaultValue()
      .tensorflow.TensorProto default_value = 3;
      Returns:
      Whether the defaultValue field is set.
    • getDefaultValue

      TensorProto getDefaultValue()
      .tensorflow.TensorProto default_value = 3;
      Returns:
      The defaultValue.
    • getDefaultValueOrBuilder

      TensorProtoOrBuilder getDefaultValueOrBuilder()
      .tensorflow.TensorProto default_value = 3;
    • getValuesOutputTensorName

      String getValuesOutputTensorName()
      string values_output_tensor_name = 4;
      Returns:
      The valuesOutputTensorName.
    • getValuesOutputTensorNameBytes

      ByteString getValuesOutputTensorNameBytes()
      string values_output_tensor_name = 4;
      Returns:
      The bytes for valuesOutputTensorName.