OpList

public final class OpList

 A collection of OpDefs
 
Protobuf type tensorflow.OpList

Nested Classes

class OpList.Builder
 A collection of OpDefs
 
Protobuf type tensorflow.OpList  

Constants

int OP_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static OpList
OpList
final static com.google.protobuf.Descriptors.Descriptor
OpDef
getOp(int index)
repeated .tensorflow.OpDef op = 1;
int
getOpCount()
repeated .tensorflow.OpDef op = 1;
List<OpDef>
getOpList()
repeated .tensorflow.OpDef op = 1;
OpDefOrBuilder
getOpOrBuilder(int index)
repeated .tensorflow.OpDef op = 1;
List<? extends OpDefOrBuilder>
getOpOrBuilderList()
repeated .tensorflow.OpDef op = 1;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static OpList.Builder
newBuilder(OpList prototype)
static OpList.Builder
OpList.Builder
static OpList
parseDelimitedFrom(InputStream input)
static OpList
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OpList
parseFrom(ByteBuffer data)
static OpList
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OpList
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OpList
parseFrom(com.google.protobuf.CodedInputStream input)
static OpList
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OpList
parseFrom(com.google.protobuf.ByteString data)
static OpList
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OpList
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
OpList.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int OP_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static OpList getDefaultInstance ()

public OpList getDefaultInstanceForType ()

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

public OpDef getOp (int index)

repeated .tensorflow.OpDef op = 1;

public int getOpCount ()

repeated .tensorflow.OpDef op = 1;

public List<OpDef> getOpList ()

repeated .tensorflow.OpDef op = 1;

public OpDefOrBuilder getOpOrBuilder (int index)

repeated .tensorflow.OpDef op = 1;

public List<? extends OpDefOrBuilder> getOpOrBuilderList ()

repeated .tensorflow.OpDef op = 1;

public getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static OpList.Builder newBuilder (OpList prototype)

public static OpList.Builder newBuilder ()

public OpList.Builder newBuilderForType ()

public static OpList parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static OpList parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static OpList parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static OpList parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public OpList.Builder toBuilder ()

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

Throws
IOException