AttrValue.ListValueOrBuilder

public static interface AttrValue.ListValueOrBuilder
Known Indirect Subclasses

Public Methods

abstract boolean
getB(int index)
 "list(bool)"
 
repeated bool b = 5 [packed = true];
abstract int
getBCount()
 "list(bool)"
 
repeated bool b = 5 [packed = true];
abstract List<Boolean>
getBList()
 "list(bool)"
 
repeated bool b = 5 [packed = true];
abstract float
getF(int index)
 "list(float)"
 
repeated float f = 4 [packed = true];
abstract int
getFCount()
 "list(float)"
 
repeated float f = 4 [packed = true];
abstract List<Float>
getFList()
 "list(float)"
 
repeated float f = 4 [packed = true];
abstract NameAttrList
getFunc(int index)
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
abstract int
getFuncCount()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
abstract List<NameAttrList>
getFuncList()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
abstract NameAttrListOrBuilder
getFuncOrBuilder(int index)
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
abstract List<? extends NameAttrListOrBuilder>
getFuncOrBuilderList()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
abstract long
getI(int index)
 "list(int)"
 
repeated int64 i = 3 [packed = true];
abstract int
getICount()
 "list(int)"
 
repeated int64 i = 3 [packed = true];
abstract List<Long>
getIList()
 "list(int)"
 
repeated int64 i = 3 [packed = true];
abstract com.google.protobuf.ByteString
getS(int index)
 "list(string)"
 
repeated bytes s = 2;
abstract int
getSCount()
 "list(string)"
 
repeated bytes s = 2;
abstract List<ByteString>
getSList()
 "list(string)"
 
repeated bytes s = 2;
abstract TensorShapeProto
getShape(int index)
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
abstract int
getShapeCount()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
abstract List<TensorShapeProto>
getShapeList()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
abstract TensorShapeProtoOrBuilder
getShapeOrBuilder(int index)
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
abstract List<? extends TensorShapeProtoOrBuilder>
getShapeOrBuilderList()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
abstract TensorProto
getTensor(int index)
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
abstract int
getTensorCount()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
abstract List<TensorProto>
getTensorList()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
abstract TensorProtoOrBuilder
getTensorOrBuilder(int index)
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
abstract List<? extends TensorProtoOrBuilder>
getTensorOrBuilderList()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
abstract DataType
getType(int index)
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
abstract int
getTypeCount()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
abstract List<DataType>
getTypeList()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
abstract int
getTypeValue(int index)
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
abstract List<Integer>
getTypeValueList()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

Public Methods

public abstract boolean getB (int index)

 "list(bool)"
 
repeated bool b = 5 [packed = true];

public abstract int getBCount ()

 "list(bool)"
 
repeated bool b = 5 [packed = true];

public abstract List<Boolean> getBList ()

 "list(bool)"
 
repeated bool b = 5 [packed = true];

public abstract float getF (int index)

 "list(float)"
 
repeated float f = 4 [packed = true];

public abstract int getFCount ()

 "list(float)"
 
repeated float f = 4 [packed = true];

public abstract List<Float> getFList ()

 "list(float)"
 
repeated float f = 4 [packed = true];

public abstract NameAttrList getFunc (int index)

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

public abstract int getFuncCount ()

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

public abstract List<NameAttrList> getFuncList ()

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

public abstract NameAttrListOrBuilder getFuncOrBuilder (int index)

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

public abstract List<? extends NameAttrListOrBuilder> getFuncOrBuilderList ()

 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;

public abstract long getI (int index)

 "list(int)"
 
repeated int64 i = 3 [packed = true];

public abstract int getICount ()

 "list(int)"
 
repeated int64 i = 3 [packed = true];

public abstract List<Long> getIList ()

 "list(int)"
 
repeated int64 i = 3 [packed = true];

public abstract com.google.protobuf.ByteString getS (int index)

 "list(string)"
 
repeated bytes s = 2;

public abstract int getSCount ()

 "list(string)"
 
repeated bytes s = 2;

public abstract List<ByteString> getSList ()

 "list(string)"
 
repeated bytes s = 2;

public abstract TensorShapeProto getShape (int index)

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

public abstract int getShapeCount ()

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

public abstract List<TensorShapeProto> getShapeList ()

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

public abstract TensorShapeProtoOrBuilder getShapeOrBuilder (int index)

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

public abstract List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList ()

 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;

public abstract TensorProto getTensor (int index)

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

public abstract int getTensorCount ()

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

public abstract List<TensorProto> getTensorList ()

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

public abstract TensorProtoOrBuilder getTensorOrBuilder (int index)

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

public abstract List<? extends TensorProtoOrBuilder> getTensorOrBuilderList ()

 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;

public abstract DataType getType (int index)

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

public abstract int getTypeCount ()

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

public abstract List<DataType> getTypeList ()

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

public abstract int getTypeValue (int index)

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];

public abstract List<Integer> getTypeValueList ()

 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];