| Package | Description |
|---|---|
| org.tensorflow.distruntime |
| Modifier and Type | Method and Description |
|---|---|
TraceOpts.Builder |
TraceOpts.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TraceOpts.Builder |
TraceOpts.Builder.clear() |
TraceOpts.Builder |
TraceOpts.Builder.clearDuration()
Length of the trace to be taken, in seconds.
|
TraceOpts.Builder |
TraceOpts.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
TraceOpts.Builder |
TraceOpts.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
TraceOpts.Builder |
TraceOpts.Builder.clearUseExtendedProfiler()
If true, capture extended profiling events from TensorFlow process.
|
TraceOpts.Builder |
TraceOpts.Builder.clearUseGpuProfiler()
If true, capture GPU profiling events locally on each
machine.
|
TraceOpts.Builder |
TraceOpts.Builder.clearUseKernelProfiler()
If true, capture kernel events from each worker.
|
TraceOpts.Builder |
TraceOpts.Builder.clearUseSampleProfiler()
If true, collect sampled profile events.
|
TraceOpts.Builder |
TraceOpts.Builder.clearUseStepProfiler()
If true, capture step profile locally in each worker.
|
TraceOpts.Builder |
TraceOpts.Builder.clone() |
TraceOpts.Builder |
TracingRequest.Builder.getOptionsBuilder()
.tensorflow.TraceOpts options = 1; |
TraceOpts.Builder |
TraceOpts.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
TraceOpts.Builder |
TraceOpts.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
TraceOpts.Builder |
TraceOpts.Builder.mergeFrom(TraceOpts other) |
TraceOpts.Builder |
TraceOpts.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static TraceOpts.Builder |
TraceOpts.newBuilder() |
static TraceOpts.Builder |
TraceOpts.newBuilder(TraceOpts prototype) |
TraceOpts.Builder |
TraceOpts.newBuilderForType() |
protected TraceOpts.Builder |
TraceOpts.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
TraceOpts.Builder |
TraceOpts.Builder.setDuration(double value)
Length of the trace to be taken, in seconds.
|
TraceOpts.Builder |
TraceOpts.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TraceOpts.Builder |
TraceOpts.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TraceOpts.Builder |
TraceOpts.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
TraceOpts.Builder |
TraceOpts.Builder.setUseExtendedProfiler(boolean value)
If true, capture extended profiling events from TensorFlow process.
|
TraceOpts.Builder |
TraceOpts.Builder.setUseGpuProfiler(boolean value)
If true, capture GPU profiling events locally on each
machine.
|
TraceOpts.Builder |
TraceOpts.Builder.setUseKernelProfiler(boolean value)
If true, capture kernel events from each worker.
|
TraceOpts.Builder |
TraceOpts.Builder.setUseSampleProfiler(boolean value)
If true, collect sampled profile events.
|
TraceOpts.Builder |
TraceOpts.Builder.setUseStepProfiler(boolean value)
If true, capture step profile locally in each worker.
|
TraceOpts.Builder |
TraceOpts.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TracingRequest.Builder |
TracingRequest.Builder.setOptions(TraceOpts.Builder builderForValue)
.tensorflow.TraceOpts options = 1; |
Copyright © 2021. All rights reserved.