Interface VarLenFeatureProtoOrBuilder

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

public interface VarLenFeatureProtoOrBuilder 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.
    • getValuesOutputTensorName

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

      ByteString getValuesOutputTensorNameBytes()
      string values_output_tensor_name = 2;
      Returns:
      The bytes for valuesOutputTensorName.
    • getIndicesOutputTensorName

      String getIndicesOutputTensorName()
      string indices_output_tensor_name = 3;
      Returns:
      The indicesOutputTensorName.
    • getIndicesOutputTensorNameBytes

      ByteString getIndicesOutputTensorNameBytes()
      string indices_output_tensor_name = 3;
      Returns:
      The bytes for indicesOutputTensorName.
    • getShapesOutputTensorName

      String getShapesOutputTensorName()
      string shapes_output_tensor_name = 4;
      Returns:
      The shapesOutputTensorName.
    • getShapesOutputTensorNameBytes

      ByteString getShapesOutputTensorNameBytes()
      string shapes_output_tensor_name = 4;
      Returns:
      The bytes for shapesOutputTensorName.