public static final class AttrValue.ListValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder> implements AttrValue.ListValueOrBuilder
LINT.IfChangeProtobuf type
tensorflow.AttrValue.ListValue| Modifier and Type | Method and Description |
|---|---|
AttrValue.ListValue.Builder |
addAllB(java.lang.Iterable<? extends java.lang.Boolean> values)
"list(bool)"
|
AttrValue.ListValue.Builder |
addAllF(java.lang.Iterable<? extends java.lang.Float> values)
"list(float)"
|
AttrValue.ListValue.Builder |
addAllFunc(java.lang.Iterable<? extends NameAttrList> values)
"list(attr)"
|
AttrValue.ListValue.Builder |
addAllI(java.lang.Iterable<? extends java.lang.Long> values)
"list(int)"
|
AttrValue.ListValue.Builder |
addAllS(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
"list(string)"
|
AttrValue.ListValue.Builder |
addAllShape(java.lang.Iterable<? extends TensorShapeProto> values)
"list(shape)"
|
AttrValue.ListValue.Builder |
addAllTensor(java.lang.Iterable<? extends TensorProto> values)
"list(tensor)"
|
AttrValue.ListValue.Builder |
addAllType(java.lang.Iterable<? extends DataType> values)
"list(type)"
|
AttrValue.ListValue.Builder |
addAllTypeValue(java.lang.Iterable<java.lang.Integer> values)
"list(type)"
|
AttrValue.ListValue.Builder |
addB(boolean value)
"list(bool)"
|
AttrValue.ListValue.Builder |
addF(float value)
"list(float)"
|
AttrValue.ListValue.Builder |
addFunc(int index,
NameAttrList.Builder builderForValue)
"list(attr)"
|
AttrValue.ListValue.Builder |
addFunc(int index,
NameAttrList value)
"list(attr)"
|
AttrValue.ListValue.Builder |
addFunc(NameAttrList.Builder builderForValue)
"list(attr)"
|
AttrValue.ListValue.Builder |
addFunc(NameAttrList value)
"list(attr)"
|
NameAttrList.Builder |
addFuncBuilder()
"list(attr)"
|
NameAttrList.Builder |
addFuncBuilder(int index)
"list(attr)"
|
AttrValue.ListValue.Builder |
addI(long value)
"list(int)"
|
AttrValue.ListValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AttrValue.ListValue.Builder |
addS(com.google.protobuf.ByteString value)
"list(string)"
|
AttrValue.ListValue.Builder |
addShape(int index,
TensorShapeProto.Builder builderForValue)
"list(shape)"
|
AttrValue.ListValue.Builder |
addShape(int index,
TensorShapeProto value)
"list(shape)"
|
AttrValue.ListValue.Builder |
addShape(TensorShapeProto.Builder builderForValue)
"list(shape)"
|
AttrValue.ListValue.Builder |
addShape(TensorShapeProto value)
"list(shape)"
|
TensorShapeProto.Builder |
addShapeBuilder()
"list(shape)"
|
TensorShapeProto.Builder |
addShapeBuilder(int index)
"list(shape)"
|
AttrValue.ListValue.Builder |
addTensor(int index,
TensorProto.Builder builderForValue)
"list(tensor)"
|
AttrValue.ListValue.Builder |
addTensor(int index,
TensorProto value)
"list(tensor)"
|
AttrValue.ListValue.Builder |
addTensor(TensorProto.Builder builderForValue)
"list(tensor)"
|
AttrValue.ListValue.Builder |
addTensor(TensorProto value)
"list(tensor)"
|
TensorProto.Builder |
addTensorBuilder()
"list(tensor)"
|
TensorProto.Builder |
addTensorBuilder(int index)
"list(tensor)"
|
AttrValue.ListValue.Builder |
addType(DataType value)
"list(type)"
|
AttrValue.ListValue.Builder |
addTypeValue(int value)
"list(type)"
|
AttrValue.ListValue |
build() |
AttrValue.ListValue |
buildPartial() |
AttrValue.ListValue.Builder |
clear() |
AttrValue.ListValue.Builder |
clearB()
"list(bool)"
|
AttrValue.ListValue.Builder |
clearF()
"list(float)"
|
AttrValue.ListValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AttrValue.ListValue.Builder |
clearFunc()
"list(attr)"
|
AttrValue.ListValue.Builder |
clearI()
"list(int)"
|
AttrValue.ListValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AttrValue.ListValue.Builder |
clearS()
"list(string)"
|
AttrValue.ListValue.Builder |
clearShape()
"list(shape)"
|
AttrValue.ListValue.Builder |
clearTensor()
"list(tensor)"
|
AttrValue.ListValue.Builder |
clearType()
"list(type)"
|
AttrValue.ListValue.Builder |
clone() |
boolean |
getB(int index)
"list(bool)"
|
int |
getBCount()
"list(bool)"
|
java.util.List<java.lang.Boolean> |
getBList()
"list(bool)"
|
AttrValue.ListValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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)"
|
NameAttrList.Builder |
getFuncBuilder(int index)
"list(attr)"
|
java.util.List<NameAttrList.Builder> |
getFuncBuilderList()
"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)"
|
TensorShapeProto.Builder |
getShapeBuilder(int index)
"list(shape)"
|
java.util.List<TensorShapeProto.Builder> |
getShapeBuilderList()
"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)"
|
TensorProto.Builder |
getTensorBuilder(int index)
"list(tensor)"
|
java.util.List<TensorProto.Builder> |
getTensorBuilderList()
"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)"
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AttrValue.ListValue.Builder |
mergeFrom(AttrValue.ListValue other) |
AttrValue.ListValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttrValue.ListValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
AttrValue.ListValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AttrValue.ListValue.Builder |
removeFunc(int index)
"list(attr)"
|
AttrValue.ListValue.Builder |
removeShape(int index)
"list(shape)"
|
AttrValue.ListValue.Builder |
removeTensor(int index)
"list(tensor)"
|
AttrValue.ListValue.Builder |
setB(int index,
boolean value)
"list(bool)"
|
AttrValue.ListValue.Builder |
setF(int index,
float value)
"list(float)"
|
AttrValue.ListValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AttrValue.ListValue.Builder |
setFunc(int index,
NameAttrList.Builder builderForValue)
"list(attr)"
|
AttrValue.ListValue.Builder |
setFunc(int index,
NameAttrList value)
"list(attr)"
|
AttrValue.ListValue.Builder |
setI(int index,
long value)
"list(int)"
|
AttrValue.ListValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
AttrValue.ListValue.Builder |
setS(int index,
com.google.protobuf.ByteString value)
"list(string)"
|
AttrValue.ListValue.Builder |
setShape(int index,
TensorShapeProto.Builder builderForValue)
"list(shape)"
|
AttrValue.ListValue.Builder |
setShape(int index,
TensorShapeProto value)
"list(shape)"
|
AttrValue.ListValue.Builder |
setTensor(int index,
TensorProto.Builder builderForValue)
"list(tensor)"
|
AttrValue.ListValue.Builder |
setTensor(int index,
TensorProto value)
"list(tensor)"
|
AttrValue.ListValue.Builder |
setType(int index,
DataType value)
"list(type)"
|
AttrValue.ListValue.Builder |
setTypeValue(int index,
int value)
"list(type)"
|
AttrValue.ListValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AttrValue.ListValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AttrValue.ListValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AttrValue.ListValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder mergeFrom(AttrValue.ListValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public AttrValue.ListValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttrValue.ListValue.Builder>java.io.IOExceptionpublic java.util.List<com.google.protobuf.ByteString> getSList()
"list(string)"
repeated bytes s = 2;getSList in interface AttrValue.ListValueOrBuilderpublic int getSCount()
"list(string)"
repeated bytes s = 2;getSCount in interface AttrValue.ListValueOrBuilderpublic com.google.protobuf.ByteString getS(int index)
"list(string)"
repeated bytes s = 2;getS in interface AttrValue.ListValueOrBuilderindex - The index of the element to return.public AttrValue.ListValue.Builder setS(int index, com.google.protobuf.ByteString value)
"list(string)"
repeated bytes s = 2;index - The index to set the value at.value - The s to set.public AttrValue.ListValue.Builder addS(com.google.protobuf.ByteString value)
"list(string)"
repeated bytes s = 2;value - The s to add.public AttrValue.ListValue.Builder addAllS(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
"list(string)"
repeated bytes s = 2;values - The s to add.public AttrValue.ListValue.Builder clearS()
"list(string)"
repeated bytes s = 2;public java.util.List<java.lang.Long> getIList()
"list(int)"
repeated int64 i = 3 [packed = true];getIList in interface AttrValue.ListValueOrBuilderpublic int getICount()
"list(int)"
repeated int64 i = 3 [packed = true];getICount in interface AttrValue.ListValueOrBuilderpublic long getI(int index)
"list(int)"
repeated int64 i = 3 [packed = true];getI in interface AttrValue.ListValueOrBuilderindex - The index of the element to return.public AttrValue.ListValue.Builder setI(int index, long value)
"list(int)"
repeated int64 i = 3 [packed = true];index - The index to set the value at.value - The i to set.public AttrValue.ListValue.Builder addI(long value)
"list(int)"
repeated int64 i = 3 [packed = true];value - The i to add.public AttrValue.ListValue.Builder addAllI(java.lang.Iterable<? extends java.lang.Long> values)
"list(int)"
repeated int64 i = 3 [packed = true];values - The i to add.public AttrValue.ListValue.Builder clearI()
"list(int)"
repeated int64 i = 3 [packed = true];public java.util.List<java.lang.Float> getFList()
"list(float)"
repeated float f = 4 [packed = true];getFList in interface AttrValue.ListValueOrBuilderpublic int getFCount()
"list(float)"
repeated float f = 4 [packed = true];getFCount in interface AttrValue.ListValueOrBuilderpublic float getF(int index)
"list(float)"
repeated float f = 4 [packed = true];getF in interface AttrValue.ListValueOrBuilderindex - The index of the element to return.public AttrValue.ListValue.Builder setF(int index, float value)
"list(float)"
repeated float f = 4 [packed = true];index - The index to set the value at.value - The f to set.public AttrValue.ListValue.Builder addF(float value)
"list(float)"
repeated float f = 4 [packed = true];value - The f to add.public AttrValue.ListValue.Builder addAllF(java.lang.Iterable<? extends java.lang.Float> values)
"list(float)"
repeated float f = 4 [packed = true];values - The f to add.public AttrValue.ListValue.Builder clearF()
"list(float)"
repeated float f = 4 [packed = true];public java.util.List<java.lang.Boolean> getBList()
"list(bool)"
repeated bool b = 5 [packed = true];getBList in interface AttrValue.ListValueOrBuilderpublic int getBCount()
"list(bool)"
repeated bool b = 5 [packed = true];getBCount in interface AttrValue.ListValueOrBuilderpublic boolean getB(int index)
"list(bool)"
repeated bool b = 5 [packed = true];getB in interface AttrValue.ListValueOrBuilderindex - The index of the element to return.public AttrValue.ListValue.Builder setB(int index, boolean value)
"list(bool)"
repeated bool b = 5 [packed = true];index - The index to set the value at.value - The b to set.public AttrValue.ListValue.Builder addB(boolean value)
"list(bool)"
repeated bool b = 5 [packed = true];value - The b to add.public AttrValue.ListValue.Builder addAllB(java.lang.Iterable<? extends java.lang.Boolean> values)
"list(bool)"
repeated bool b = 5 [packed = true];values - The b to add.public AttrValue.ListValue.Builder clearB()
"list(bool)"
repeated bool b = 5 [packed = true];public java.util.List<DataType> getTypeList()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];getTypeList in interface AttrValue.ListValueOrBuilderpublic int getTypeCount()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];getTypeCount in interface AttrValue.ListValueOrBuilderpublic DataType getType(int index)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];getType in interface AttrValue.ListValueOrBuilderindex - The index of the element to return.public AttrValue.ListValue.Builder setType(int index, DataType value)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];index - The index to set the value at.value - The type to set.public AttrValue.ListValue.Builder addType(DataType value)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];value - The type to add.public AttrValue.ListValue.Builder addAllType(java.lang.Iterable<? extends DataType> values)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];values - The type to add.public AttrValue.ListValue.Builder clearType()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];public java.util.List<java.lang.Integer> getTypeValueList()
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];getTypeValueList in interface AttrValue.ListValueOrBuilderpublic int getTypeValue(int index)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];getTypeValue in interface AttrValue.ListValueOrBuilderindex - The index of the value to return.public AttrValue.ListValue.Builder setTypeValue(int index, int value)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];index - The index of the value to return.public AttrValue.ListValue.Builder addTypeValue(int value)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];value - The enum numeric value on the wire for type to add.public AttrValue.ListValue.Builder addAllTypeValue(java.lang.Iterable<java.lang.Integer> values)
"list(type)"
repeated .tensorflow.DataType type = 6 [packed = true];values - The enum numeric values on the wire for type to add.public java.util.List<TensorShapeProto> getShapeList()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;getShapeList in interface AttrValue.ListValueOrBuilderpublic int getShapeCount()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;getShapeCount in interface AttrValue.ListValueOrBuilderpublic TensorShapeProto getShape(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;getShape in interface AttrValue.ListValueOrBuilderpublic AttrValue.ListValue.Builder setShape(int index, TensorShapeProto value)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder setShape(int index, TensorShapeProto.Builder builderForValue)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder addShape(TensorShapeProto value)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder addShape(int index, TensorShapeProto value)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder addShape(TensorShapeProto.Builder builderForValue)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder addShape(int index, TensorShapeProto.Builder builderForValue)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder addAllShape(java.lang.Iterable<? extends TensorShapeProto> values)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder clearShape()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public AttrValue.ListValue.Builder removeShape(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public TensorShapeProto.Builder getShapeBuilder(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public TensorShapeProtoOrBuilder getShapeOrBuilder(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;getShapeOrBuilder in interface AttrValue.ListValueOrBuilderpublic java.util.List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;getShapeOrBuilderList in interface AttrValue.ListValueOrBuilderpublic TensorShapeProto.Builder addShapeBuilder()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public TensorShapeProto.Builder addShapeBuilder(int index)
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public java.util.List<TensorShapeProto.Builder> getShapeBuilderList()
"list(shape)"
repeated .tensorflow.TensorShapeProto shape = 7;public java.util.List<TensorProto> getTensorList()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;getTensorList in interface AttrValue.ListValueOrBuilderpublic int getTensorCount()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;getTensorCount in interface AttrValue.ListValueOrBuilderpublic TensorProto getTensor(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;getTensor in interface AttrValue.ListValueOrBuilderpublic AttrValue.ListValue.Builder setTensor(int index, TensorProto value)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder setTensor(int index, TensorProto.Builder builderForValue)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder addTensor(TensorProto value)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder addTensor(int index, TensorProto value)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder addTensor(TensorProto.Builder builderForValue)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder addTensor(int index, TensorProto.Builder builderForValue)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder addAllTensor(java.lang.Iterable<? extends TensorProto> values)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder clearTensor()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public AttrValue.ListValue.Builder removeTensor(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public TensorProto.Builder getTensorBuilder(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public TensorProtoOrBuilder getTensorOrBuilder(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;getTensorOrBuilder in interface AttrValue.ListValueOrBuilderpublic java.util.List<? extends TensorProtoOrBuilder> getTensorOrBuilderList()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;getTensorOrBuilderList in interface AttrValue.ListValueOrBuilderpublic TensorProto.Builder addTensorBuilder()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public TensorProto.Builder addTensorBuilder(int index)
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public java.util.List<TensorProto.Builder> getTensorBuilderList()
"list(tensor)"
repeated .tensorflow.TensorProto tensor = 8;public java.util.List<NameAttrList> getFuncList()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;getFuncList in interface AttrValue.ListValueOrBuilderpublic int getFuncCount()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;getFuncCount in interface AttrValue.ListValueOrBuilderpublic NameAttrList getFunc(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;getFunc in interface AttrValue.ListValueOrBuilderpublic AttrValue.ListValue.Builder setFunc(int index, NameAttrList value)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder setFunc(int index, NameAttrList.Builder builderForValue)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder addFunc(NameAttrList value)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder addFunc(int index, NameAttrList value)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder addFunc(NameAttrList.Builder builderForValue)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder addFunc(int index, NameAttrList.Builder builderForValue)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder addAllFunc(java.lang.Iterable<? extends NameAttrList> values)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder clearFunc()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public AttrValue.ListValue.Builder removeFunc(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public NameAttrList.Builder getFuncBuilder(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public NameAttrListOrBuilder getFuncOrBuilder(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;getFuncOrBuilder in interface AttrValue.ListValueOrBuilderpublic java.util.List<? extends NameAttrListOrBuilder> getFuncOrBuilderList()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;getFuncOrBuilderList in interface AttrValue.ListValueOrBuilderpublic NameAttrList.Builder addFuncBuilder()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public NameAttrList.Builder addFuncBuilder(int index)
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public java.util.List<NameAttrList.Builder> getFuncBuilderList()
"list(attr)"
repeated .tensorflow.NameAttrList func = 9;public final AttrValue.ListValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>public final AttrValue.ListValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttrValue.ListValue.Builder>