public final class
ScopedAllocatorOptions
Protobuf type tensorflow.ScopedAllocatorOptions
Nested Classes
class | ScopedAllocatorOptions.Builder | Protobuf type tensorflow.ScopedAllocatorOptions
|
Constants
int | ENABLE_OP_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static ScopedAllocatorOptions | |
ScopedAllocatorOptions | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getEnableOp(int index)
If present, only perform optimization for these ops. |
com.google.protobuf.ByteString |
getEnableOpBytes(int index)
If present, only perform optimization for these ops. |
int |
getEnableOpCount()
If present, only perform optimization for these ops. |
com.google.protobuf.ProtocolStringList |
getEnableOpList()
If present, only perform optimization for these ops. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static ScopedAllocatorOptions.Builder |
newBuilder(ScopedAllocatorOptions prototype)
|
static ScopedAllocatorOptions.Builder | |
ScopedAllocatorOptions.Builder | |
static ScopedAllocatorOptions |
parseDelimitedFrom(InputStream input)
|
static ScopedAllocatorOptions |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ScopedAllocatorOptions |
parseFrom(ByteBuffer data)
|
static ScopedAllocatorOptions |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ScopedAllocatorOptions |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ScopedAllocatorOptions |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ScopedAllocatorOptions |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ScopedAllocatorOptions |
parseFrom(com.google.protobuf.ByteString data)
|
static ScopedAllocatorOptions |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ScopedAllocatorOptions |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
ScopedAllocatorOptions.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ENABLE_OP_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getEnableOp (int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public com.google.protobuf.ByteString getEnableOpBytes (int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public int getEnableOpCount ()
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public com.google.protobuf.ProtocolStringList getEnableOpList ()
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static ScopedAllocatorOptions parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ScopedAllocatorOptions parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static ScopedAllocatorOptions parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ScopedAllocatorOptions parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ScopedAllocatorOptions parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static ScopedAllocatorOptions parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ScopedAllocatorOptions parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static ScopedAllocatorOptions parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ScopedAllocatorOptions 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 |
---|