Interface AttrValue.ListValueOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
AttrValue.ListValue, AttrValue.ListValue.Builder
Enclosing class:
AttrValue

public static interface AttrValue.ListValueOrBuilder extends MessageOrBuilder
  • Method Details

    • getSList

      List<ByteString> getSList()
      "list(string)"
      
      repeated bytes s = 2;
      Returns:
      A list containing the s.
    • getSCount

      int getSCount()
      "list(string)"
      
      repeated bytes s = 2;
      Returns:
      The count of s.
    • getS

      ByteString getS(int index)
      "list(string)"
      
      repeated bytes s = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The s at the given index.
    • getIList

      List<Long> getIList()
      "list(int)"
      
      repeated int64 i = 3 [packed = true];
      Returns:
      A list containing the i.
    • getICount

      int getICount()
      "list(int)"
      
      repeated int64 i = 3 [packed = true];
      Returns:
      The count of i.
    • getI

      long getI(int index)
      "list(int)"
      
      repeated int64 i = 3 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The i at the given index.
    • getFList

      List<Float> getFList()
      "list(float)"
      
      repeated float f = 4 [packed = true];
      Returns:
      A list containing the f.
    • getFCount

      int getFCount()
      "list(float)"
      
      repeated float f = 4 [packed = true];
      Returns:
      The count of f.
    • getF

      float getF(int index)
      "list(float)"
      
      repeated float f = 4 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The f at the given index.
    • getBList

      List<Boolean> getBList()
      "list(bool)"
      
      repeated bool b = 5 [packed = true];
      Returns:
      A list containing the b.
    • getBCount

      int getBCount()
      "list(bool)"
      
      repeated bool b = 5 [packed = true];
      Returns:
      The count of b.
    • getB

      boolean getB(int index)
      "list(bool)"
      
      repeated bool b = 5 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The b at the given index.
    • getTypeList

      List<DataType> getTypeList()
      "list(type)"
      
      repeated .tensorflow.DataType type = 6 [packed = true];
      Returns:
      A list containing the type.
    • getTypeCount

      int getTypeCount()
      "list(type)"
      
      repeated .tensorflow.DataType type = 6 [packed = true];
      Returns:
      The count of type.
    • getType

      DataType getType(int index)
      "list(type)"
      
      repeated .tensorflow.DataType type = 6 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The type at the given index.
    • getTypeValueList

      List<Integer> getTypeValueList()
      "list(type)"
      
      repeated .tensorflow.DataType type = 6 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for type.
    • getTypeValue

      int getTypeValue(int index)
      "list(type)"
      
      repeated .tensorflow.DataType type = 6 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of type at the given index.
    • getShapeList

      List<TensorShapeProto> getShapeList()
      "list(shape)"
      
      repeated .tensorflow.TensorShapeProto shape = 7;
    • getShape

      TensorShapeProto getShape(int index)
      "list(shape)"
      
      repeated .tensorflow.TensorShapeProto shape = 7;
    • getShapeCount

      int getShapeCount()
      "list(shape)"
      
      repeated .tensorflow.TensorShapeProto shape = 7;
    • getShapeOrBuilderList

      List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList()
      "list(shape)"
      
      repeated .tensorflow.TensorShapeProto shape = 7;
    • getShapeOrBuilder

      TensorShapeProtoOrBuilder getShapeOrBuilder(int index)
      "list(shape)"
      
      repeated .tensorflow.TensorShapeProto shape = 7;
    • getTensorList

      List<TensorProto> getTensorList()
      "list(tensor)"
      
      repeated .tensorflow.TensorProto tensor = 8;
    • getTensor

      TensorProto getTensor(int index)
      "list(tensor)"
      
      repeated .tensorflow.TensorProto tensor = 8;
    • getTensorCount

      int getTensorCount()
      "list(tensor)"
      
      repeated .tensorflow.TensorProto tensor = 8;
    • getTensorOrBuilderList

      List<? extends TensorProtoOrBuilder> getTensorOrBuilderList()
      "list(tensor)"
      
      repeated .tensorflow.TensorProto tensor = 8;
    • getTensorOrBuilder

      TensorProtoOrBuilder getTensorOrBuilder(int index)
      "list(tensor)"
      
      repeated .tensorflow.TensorProto tensor = 8;
    • getFuncList

      List<NameAttrList> getFuncList()
      "list(attr)"
      
      repeated .tensorflow.NameAttrList func = 9;
    • getFunc

      NameAttrList getFunc(int index)
      "list(attr)"
      
      repeated .tensorflow.NameAttrList func = 9;
    • getFuncCount

      int getFuncCount()
      "list(attr)"
      
      repeated .tensorflow.NameAttrList func = 9;
    • getFuncOrBuilderList

      List<? extends NameAttrListOrBuilder> getFuncOrBuilderList()
      "list(attr)"
      
      repeated .tensorflow.NameAttrList func = 9;
    • getFuncOrBuilder

      NameAttrListOrBuilder getFuncOrBuilder(int index)
      "list(attr)"
      
      repeated .tensorflow.NameAttrList func = 9;