Interface AttrValue.ListValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
AttrValue.ListValue, AttrValue.ListValue.Builder
- Enclosing class:
AttrValue
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetB(int index) "list(bool)"int"list(bool)"getBList()"list(bool)"floatgetF(int index) "list(float)"int"list(float)"getFList()"list(float)"getFunc(int index) "list(attr)"int"list(attr)""list(attr)"getFuncOrBuilder(int index) "list(attr)"List<? extends NameAttrListOrBuilder> "list(attr)"longgetI(int index) "list(int)"int"list(int)"getIList()"list(int)"getS(int index) "list(string)"int"list(string)"getShape(int index) "list(shape)"int"list(shape)""list(shape)"getShapeOrBuilder(int index) "list(shape)"List<? extends TensorShapeProtoOrBuilder> "list(shape)"getSList()"list(string)"getTensor(int index) "list(tensor)"int"list(tensor)""list(tensor)"getTensorOrBuilder(int index) "list(tensor)"List<? extends TensorProtoOrBuilder> "list(tensor)"getType(int index) "list(type)"int"list(type)""list(type)"intgetTypeValue(int index) "list(type)""list(type)"Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getSList
-
getSCount
int getSCount()"list(string)"
repeated bytes s = 2;- Returns:
- The count of s.
-
getS
"list(string)"
repeated bytes s = 2;- Parameters:
index- The index of the element to return.- Returns:
- The s at the given index.
-
getIList
-
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
-
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
-
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
-
getTypeCount
int getTypeCount()"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];- Returns:
- The count of type.
-
getType
"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
-
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
"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
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7; -
getTensorList
List<TensorProto> getTensorList()"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8; -
getTensor
"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
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8; -
getFuncList
List<NameAttrList> getFuncList()"list(attr)"
repeated .tensorflow.NameAttrList func = 9; -
getFunc
"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
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;
-