public final class TraceOpts extends com.github.os72.protobuf351.GeneratedMessageV3 implements TraceOptsOrBuilder
tensorflow.TraceOpts| Modifier and Type | Class and Description |
|---|---|
static class |
TraceOpts.Builder
Protobuf type
tensorflow.TraceOpts |
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DURATION_FIELD_NUMBER |
static int |
USE_EXTENDED_PROFILER_FIELD_NUMBER |
static int |
USE_GPU_PROFILER_FIELD_NUMBER |
static int |
USE_KERNEL_PROFILER_FIELD_NUMBER |
static int |
USE_SAMPLE_PROFILER_FIELD_NUMBER |
static int |
USE_STEP_PROFILER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TraceOpts |
getDefaultInstance() |
TraceOpts |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
double |
getDuration()
Length of the trace to be taken, in seconds.
|
com.github.os72.protobuf351.Parser<TraceOpts> |
getParserForType() |
int |
getSerializedSize() |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
boolean |
getUseExtendedProfiler()
If true, capture extended profiling events from TensorFlow process.
|
boolean |
getUseGpuProfiler()
If true, capture GPU profiling events locally on each
machine.
|
boolean |
getUseKernelProfiler()
If true, capture kernel events from each worker.
|
boolean |
getUseSampleProfiler()
If true, collect sampled profile events.
|
boolean |
getUseStepProfiler()
If true, capture step profile locally in each worker.
|
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TraceOpts.Builder |
newBuilder() |
static TraceOpts.Builder |
newBuilder(TraceOpts prototype) |
TraceOpts.Builder |
newBuilderForType() |
protected TraceOpts.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static TraceOpts |
parseDelimitedFrom(InputStream input) |
static TraceOpts |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TraceOpts |
parseFrom(byte[] data) |
static TraceOpts |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TraceOpts |
parseFrom(ByteBuffer data) |
static TraceOpts |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TraceOpts |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static TraceOpts |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TraceOpts |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static TraceOpts |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TraceOpts |
parseFrom(InputStream input) |
static TraceOpts |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<TraceOpts> |
parser() |
TraceOpts.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DURATION_FIELD_NUMBER
public static final int USE_STEP_PROFILER_FIELD_NUMBER
public static final int USE_KERNEL_PROFILER_FIELD_NUMBER
public static final int USE_EXTENDED_PROFILER_FIELD_NUMBER
public static final int USE_GPU_PROFILER_FIELD_NUMBER
public static final int USE_SAMPLE_PROFILER_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public double getDuration()
Length of the trace to be taken, in seconds.
double duration = 1;getDuration in interface TraceOptsOrBuilderpublic boolean getUseStepProfiler()
If true, capture step profile locally in each worker. Currently unimplemented.
bool use_step_profiler = 2;getUseStepProfiler in interface TraceOptsOrBuilderpublic boolean getUseKernelProfiler()
If true, capture kernel events from each worker.
bool use_kernel_profiler = 3;getUseKernelProfiler in interface TraceOptsOrBuilderpublic boolean getUseExtendedProfiler()
If true, capture extended profiling events from TensorFlow process.
bool use_extended_profiler = 4;getUseExtendedProfiler in interface TraceOptsOrBuilderpublic boolean getUseGpuProfiler()
If true, capture GPU profiling events locally on each machine. Currently unimplemented.
bool use_gpu_profiler = 5;getUseGpuProfiler in interface TraceOptsOrBuilderpublic boolean getUseSampleProfiler()
If true, collect sampled profile events. Currently unimplemented.
bool use_sample_profiler = 6;getUseSampleProfiler in interface TraceOptsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static TraceOpts parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static TraceOpts parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static TraceOpts parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static TraceOpts parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static TraceOpts parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static TraceOpts parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static TraceOpts parseFrom(InputStream input) throws IOException
IOExceptionpublic static TraceOpts parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TraceOpts parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TraceOpts parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TraceOpts parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static TraceOpts parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TraceOpts.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static TraceOpts.Builder newBuilder()
public static TraceOpts.Builder newBuilder(TraceOpts prototype)
public TraceOpts.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected TraceOpts.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static TraceOpts getDefaultInstance()
public static com.github.os72.protobuf351.Parser<TraceOpts> parser()
public com.github.os72.protobuf351.Parser<TraceOpts> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public TraceOpts getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.