public final class RunOptions extends com.google.protobuf.GeneratedMessageV3 implements RunOptionsOrBuilder
Options for a single Run() call.Protobuf type
tensorflow.RunOptions
Modifier and Type | Class and Description |
---|---|
static class |
RunOptions.Builder
Options for a single Run() call.
|
static class |
RunOptions.TraceLevel
TODO(pbar) Turn this into a TraceOptions proto which allows
tracing to be controlled in a more orthogonal manner?
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG_OPTIONS_FIELD_NUMBER |
static int |
INTER_OP_THREAD_POOL_FIELD_NUMBER |
static int |
OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER |
static int |
TIMEOUT_IN_MS_FIELD_NUMBER |
static int |
TRACE_LEVEL_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DebugOptions |
getDebugOptions()
EXPERIMENTAL.
|
DebugOptionsOrBuilder |
getDebugOptionsOrBuilder()
EXPERIMENTAL.
|
static RunOptions |
getDefaultInstance() |
RunOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getInterOpThreadPool()
The thread pool to use, if session_inter_op_thread_pool is configured.
|
boolean |
getOutputPartitionGraphs()
Whether the partition graph(s) executed by the executor(s) should be
outputted via RunMetadata.
|
com.google.protobuf.Parser<RunOptions> |
getParserForType() |
int |
getSerializedSize() |
long |
getTimeoutInMs()
Time to wait for operation to complete in milliseconds.
|
RunOptions.TraceLevel |
getTraceLevel()
.tensorflow.RunOptions.TraceLevel trace_level = 1; |
int |
getTraceLevelValue()
.tensorflow.RunOptions.TraceLevel trace_level = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDebugOptions()
EXPERIMENTAL.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunOptions.Builder |
newBuilder() |
static RunOptions.Builder |
newBuilder(RunOptions prototype) |
RunOptions.Builder |
newBuilderForType() |
protected RunOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunOptions |
parseDelimitedFrom(InputStream input) |
static RunOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
parseFrom(byte[] data) |
static RunOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
parseFrom(ByteBuffer data) |
static RunOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
parseFrom(com.google.protobuf.ByteString data) |
static RunOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
parseFrom(InputStream input) |
static RunOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunOptions> |
parser() |
RunOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int TRACE_LEVEL_FIELD_NUMBER
public static final int TIMEOUT_IN_MS_FIELD_NUMBER
public static final int INTER_OP_THREAD_POOL_FIELD_NUMBER
public static final int OUTPUT_PARTITION_GRAPHS_FIELD_NUMBER
public static final int DEBUG_OPTIONS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public int getTraceLevelValue()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
getTraceLevelValue
in interface RunOptionsOrBuilder
public RunOptions.TraceLevel getTraceLevel()
.tensorflow.RunOptions.TraceLevel trace_level = 1;
getTraceLevel
in interface RunOptionsOrBuilder
public long getTimeoutInMs()
Time to wait for operation to complete in milliseconds.
int64 timeout_in_ms = 2;
getTimeoutInMs
in interface RunOptionsOrBuilder
public int getInterOpThreadPool()
The thread pool to use, if session_inter_op_thread_pool is configured.
int32 inter_op_thread_pool = 3;
getInterOpThreadPool
in interface RunOptionsOrBuilder
public boolean getOutputPartitionGraphs()
Whether the partition graph(s) executed by the executor(s) should be outputted via RunMetadata.
bool output_partition_graphs = 5;
getOutputPartitionGraphs
in interface RunOptionsOrBuilder
public boolean hasDebugOptions()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
hasDebugOptions
in interface RunOptionsOrBuilder
public DebugOptions getDebugOptions()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
getDebugOptions
in interface RunOptionsOrBuilder
public DebugOptionsOrBuilder getDebugOptionsOrBuilder()
EXPERIMENTAL. Options used to initialize DebuggerState, if enabled.
.tensorflow.DebugOptions debug_options = 6;
getDebugOptionsOrBuilder
in interface RunOptionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static RunOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RunOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RunOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RunOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RunOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RunOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RunOptions parseFrom(InputStream input) throws IOException
IOException
public static RunOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RunOptions parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RunOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RunOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RunOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public RunOptions.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RunOptions.Builder newBuilder()
public static RunOptions.Builder newBuilder(RunOptions prototype)
public RunOptions.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RunOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static RunOptions getDefaultInstance()
public static com.google.protobuf.Parser<RunOptions> parser()
public com.google.protobuf.Parser<RunOptions> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public RunOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2017. All rights reserved.