public final class
OpList
A collection of OpDefs
tensorflow.OpList
Nested Classes
class | OpList.Builder | A collection of OpDefs 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 |
hashCode()
|
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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getOpCount ()
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
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 (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 void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|