public interface TraceOptsOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDuration()
Length of the trace to be taken, in seconds.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getDuration()
Length of the trace to be taken, in seconds.
double duration = 1;boolean getUseStepProfiler()
If true, capture step profile locally in each worker. Currently unimplemented.
bool use_step_profiler = 2;boolean getUseKernelProfiler()
If true, capture kernel events from each worker.
bool use_kernel_profiler = 3;boolean getUseExtendedProfiler()
If true, capture extended profiling events from TensorFlow process.
bool use_extended_profiler = 4;boolean getUseGpuProfiler()
If true, capture GPU profiling events locally on each machine. Currently unimplemented.
bool use_gpu_profiler = 5;boolean getUseSampleProfiler()
If true, collect sampled profile events. Currently unimplemented.
bool use_sample_profiler = 6;Copyright © 2021. All rights reserved.