AttrValue.ListValue

public static final class AttrValue.ListValue

 LINT.IfChange
 
Protobuf type tensorflow.AttrValue.ListValue

Nested Classes

class AttrValue.ListValue.Builder
 LINT.IfChange
 
Protobuf type tensorflow.AttrValue.ListValue  

Constants

Public Methods

boolean
equals(Object obj)
boolean
getB(int index)
 "list(bool)"
 
repeated bool b = 5 [packed = true];
int
getBCount()
 "list(bool)"
 
repeated bool b = 5 [packed = true];
List<Boolean>
getBList()
 "list(bool)"
 
repeated bool b = 5 [packed = true];
static AttrValue.ListValue
AttrValue.ListValue
final static com.google.protobuf.Descriptors.Descriptor
float
getF(int index)
 "list(float)"
 
repeated float f = 4 [packed = true];
int
getFCount()
 "list(float)"
 
repeated float f = 4 [packed = true];
List<Float>
getFList()
 "list(float)"
 
repeated float f = 4 [packed = true];
NameAttrList
getFunc(int index)
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
int
getFuncCount()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
List<NameAttrList>
getFuncList()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
NameAttrListOrBuilder
getFuncOrBuilder(int index)
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
List<? extends NameAttrListOrBuilder>
getFuncOrBuilderList()
 "list(attr)"
 
repeated .tensorflow.NameAttrList func = 9;
long
getI(int index)
 "list(int)"
 
repeated int64 i = 3 [packed = true];
int
getICount()
 "list(int)"
 
repeated int64 i = 3 [packed = true];
List<Long>
getIList()
 "list(int)"
 
repeated int64 i = 3 [packed = true];
com.google.protobuf.ByteString
getS(int index)
 "list(string)"
 
repeated bytes s = 2;
int
getSCount()
 "list(string)"
 
repeated bytes s = 2;
List<ByteString>
getSList()
 "list(string)"
 
repeated bytes s = 2;
int
TensorShapeProto
getShape(int index)
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
int
getShapeCount()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
List<TensorShapeProto>
getShapeList()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
TensorShapeProtoOrBuilder
getShapeOrBuilder(int index)
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
List<? extends TensorShapeProtoOrBuilder>
getShapeOrBuilderList()
 "list(shape)"
 
repeated .tensorflow.TensorShapeProto shape = 7;
TensorProto
getTensor(int index)
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
int
getTensorCount()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
List<TensorProto>
getTensorList()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder
getTensorOrBuilder(int index)
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
List<? extends TensorProtoOrBuilder>
getTensorOrBuilderList()
 "list(tensor)"
 
repeated .tensorflow.TensorProto tensor = 8;
DataType
getType(int index)
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
int
getTypeCount()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
List<DataType>
getTypeList()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
int
getTypeValue(int index)
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
List<Integer>
getTypeValueList()
 "list(type)"
 
repeated .tensorflow.DataType type = 6 [packed = true];
final com.google.protobuf.UnknownFieldSet
int
final boolean
static AttrValue.ListValue.Builder
static AttrValue.ListValue.Builder
AttrValue.ListValue.Builder
static AttrValue.ListValue
parseDelimitedFrom(InputStream input)
static AttrValue.ListValue
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttrValue.ListValue
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttrValue.ListValue
parseFrom(com.google.protobuf.CodedInputStream input)
static AttrValue.ListValue
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttrValue.ListValue
parseFrom(ByteBuffer data)
static AttrValue.ListValue
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttrValue.ListValue
parseFrom(com.google.protobuf.ByteString data)
static AttrValue.ListValue
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttrValue.ListValue
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
AttrValue.ListValue.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.proto.framework.AttrValue.ListValueOrBuilder
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];

Constants

public static final int B_FIELD_NUMBER

Constant Value: 5

public static final int FUNC_FIELD_NUMBER

Constant Value: 9

public static final int F_FIELD_NUMBER

Constant Value: 4

public static final int I_FIELD_NUMBER

Constant Value: 3

public static final int SHAPE_FIELD_NUMBER

Constant Value: 7

public static final int S_FIELD_NUMBER

Constant Value: 2

public static final int TENSOR_FIELD_NUMBER

Constant Value: 8

public static final int TYPE_FIELD_NUMBER

Constant Value: 6

Public Methods

public boolean equals (Object obj)

public boolean getB (int index)

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

public int getBCount ()

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

public List<Boolean> getBList ()

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

public static AttrValue.ListValue getDefaultInstance ()

public AttrValue.ListValue getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public float getF (int index)

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

public int getFCount ()

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

public List<Float> getFList ()

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

public NameAttrList getFunc (int index)

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

public int getFuncCount ()

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

public List<NameAttrList> getFuncList ()

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

public NameAttrListOrBuilder getFuncOrBuilder (int index)

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

public List<? extends NameAttrListOrBuilder> getFuncOrBuilderList ()

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

public long getI (int index)

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

public int getICount ()

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

public List<Long> getIList ()

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

public getParserForType ()

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

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

public int getSCount ()

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

public List<ByteString> getSList ()

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

public int getSerializedSize ()

public TensorShapeProto getShape (int index)

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

public int getShapeCount ()

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

public List<TensorShapeProto> getShapeList ()

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

public TensorShapeProtoOrBuilder getShapeOrBuilder (int index)

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

public List<? extends TensorShapeProtoOrBuilder> getShapeOrBuilderList ()

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

public TensorProto getTensor (int index)

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

public int getTensorCount ()

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

public List<TensorProto> getTensorList ()

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

public TensorProtoOrBuilder getTensorOrBuilder (int index)

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

public List<? extends TensorProtoOrBuilder> getTensorOrBuilderList ()

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

public DataType getType (int index)

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

public int getTypeCount ()

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

public List<DataType> getTypeList ()

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

public int getTypeValue (int index)

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

public List<Integer> getTypeValueList ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static AttrValue.ListValue.Builder newBuilder (AttrValue.ListValue prototype)

public static AttrValue.ListValue.Builder newBuilder ()

public AttrValue.ListValue.Builder newBuilderForType ()

public static AttrValue.ListValue parseDelimitedFrom (InputStream input)

Throws
IOException

public static AttrValue.ListValue parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static AttrValue.ListValue parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static AttrValue.ListValue parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static AttrValue.ListValue parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static AttrValue.ListValue parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static AttrValue.ListValue parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static AttrValue.ListValue parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static AttrValue.ListValue parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static AttrValue.ListValue parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public AttrValue.ListValue.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException