public final class
ApiDefs
Protobuf type tensorflow.ApiDefs
Nested Classes
class | ApiDefs.Builder | Protobuf type tensorflow.ApiDefs
|
Constants
int | OP_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static ApiDefs | |
ApiDefs | |
final static com.google.protobuf.Descriptors.Descriptor | |
ApiDef |
getOp(int index)
repeated .tensorflow.ApiDef op = 1;
|
int |
getOpCount()
repeated .tensorflow.ApiDef op = 1;
|
List<ApiDef> |
getOpList()
repeated .tensorflow.ApiDef op = 1;
|
ApiDefOrBuilder |
getOpOrBuilder(int index)
repeated .tensorflow.ApiDef op = 1;
|
List<? extends ApiDefOrBuilder> |
getOpOrBuilderList()
repeated .tensorflow.ApiDef op = 1;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static ApiDefs.Builder |
newBuilder(ApiDefs prototype)
|
static ApiDefs.Builder | |
ApiDefs.Builder | |
static ApiDefs |
parseDelimitedFrom(InputStream input)
|
static ApiDefs |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDefs |
parseFrom(ByteBuffer data)
|
static ApiDefs |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDefs |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDefs |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ApiDefs |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDefs |
parseFrom(com.google.protobuf.ByteString data)
|
static ApiDefs |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDefs |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
ApiDefs.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.ApiDef op = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static ApiDefs parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ApiDefs parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ApiDefs parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ApiDefs parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ApiDefs parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static ApiDefs parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ApiDefs 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 |
---|