public static interface AttrValue.ListValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getB(int index)
"list(bool)"
|
int |
getBCount()
"list(bool)"
|
java.util.List<java.lang.Boolean> |
getBList()
"list(bool)"
|
float |
getF(int index)
"list(float)"
|
int |
getFCount()
"list(float)"
|
java.util.List<java.lang.Float> |
getFList()
"list(float)"
|
NameAttrList |
getFunc(int index)
"list(attr)"
|
int |
getFuncCount()
"list(attr)"
|
java.util.List<NameAttrList> |
getFuncList()
"list(attr)"
|
NameAttrListOrBuilder |
getFuncOrBuilder(int index)
"list(attr)"
|
java.util.List<? extends NameAttrListOrBuilder> |
getFuncOrBuilderList()
"list(attr)"
|
long |
getI(int index)
"list(int)"
|
int |
getICount()
"list(int)"
|
java.util.List<java.lang.Long> |
getIList()
"list(int)"
|
com.google.protobuf.ByteString |
getS(int index)
"list(string)"
|
int |
getSCount()
"list(string)"
|
TensorShapeProto |
getShape(int index)
"list(shape)"
|
int |
getShapeCount()
"list(shape)"
|
java.util.List<TensorShapeProto> |
getShapeList()
"list(shape)"
|
TensorShapeProtoOrBuilder |
getShapeOrBuilder(int index)
"list(shape)"
|
java.util.List<? extends TensorShapeProtoOrBuilder> |
getShapeOrBuilderList()
"list(shape)"
|
java.util.List<com.google.protobuf.ByteString> |
getSList()
"list(string)"
|
TensorProto |
getTensor(int index)
"list(tensor)"
|
int |
getTensorCount()
"list(tensor)"
|
java.util.List<TensorProto> |
getTensorList()
"list(tensor)"
|
TensorProtoOrBuilder |
getTensorOrBuilder(int index)
"list(tensor)"
|
java.util.List<? extends TensorProtoOrBuilder> |
getTensorOrBuilderList()
"list(tensor)"
|
DataType |
getType(int index)
"list(type)"
|
int |
getTypeCount()
"list(type)"
|
java.util.List<DataType> |
getTypeList()
"list(type)"
|
int |
getTypeValue(int index)
"list(type)"
|
java.util.List<java.lang.Integer> |
getTypeValueList()
"list(type)"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<com.google.protobuf.ByteString> getSList()
"list(string)"
repeated bytes s = 2;int getSCount()
"list(string)"
repeated bytes s = 2;com.google.protobuf.ByteString getS(int index)
"list(string)"
repeated bytes s = 2;index - The index of the element to return.java.util.List<java.lang.Long> getIList()
"list(int)"
repeated int64 i = 3 [packed = true];int getICount()
"list(int)"
repeated int64 i = 3 [packed = true];long getI(int index)
"list(int)"
repeated int64 i = 3 [packed = true];index - The index of the element to return.java.util.List<java.lang.Float> getFList()
"list(float)"
repeated float f = 4 [packed = true];int getFCount()
"list(float)"
repeated float f = 4 [packed = true];float getF(int index)
"list(float)"
repeated float f = 4 [packed = true];index - The index of the element to return.java.util.List<java.lang.Boolean> getBList()
"list(bool)"
repeated bool b = 5 [packed = true];int getBCount()
"list(bool)"
repeated bool b = 5 [packed = true];boolean getB(int index)
"list(bool)"
repeated bool b = 5 [packed = true];index - The index of the element to return.java.util.List<DataType> getTypeList()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];int getTypeCount()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];DataType getType(int index)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];index - The index of the element to return.java.util.List<java.lang.Integer> getTypeValueList()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];int getTypeValue(int index)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];index - The index of the value to return.java.util.List<TensorShapeProto> getShapeList()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;TensorShapeProto getShape(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;int getShapeCount()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;java.util.List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;TensorShapeProtoOrBuilder getShapeOrBuilder(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;java.util.List<TensorProto> getTensorList()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;TensorProto getTensor(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;int getTensorCount()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;java.util.List<? extends TensorProtoOrBuilder> getTensorOrBuilderList()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;TensorProtoOrBuilder getTensorOrBuilder(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;java.util.List<NameAttrList> getFuncList()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;NameAttrList getFunc(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;int getFuncCount()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;java.util.List<? extends NameAttrListOrBuilder> getFuncOrBuilderList()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;NameAttrListOrBuilder getFuncOrBuilder(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;