Package org.tensorflow.distruntime
Interface ExecutorOptsOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutorOpts,ExecutorOpts.Builder
public interface ExecutorOptsOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetRecordCosts()bool record_costs = 1;booleangetRecordPartitionGraphs()bool record_partition_graphs = 4;booleangetRecordTimeline()bool record_timeline = 3;booleangetReportTensorAllocationsUponOom()bool report_tensor_allocations_upon_oom = 5;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRecordCosts
boolean getRecordCosts()
bool record_costs = 1;- Returns:
- The recordCosts.
-
getRecordTimeline
boolean getRecordTimeline()
bool record_timeline = 3;- Returns:
- The recordTimeline.
-
getRecordPartitionGraphs
boolean getRecordPartitionGraphs()
bool record_partition_graphs = 4;- Returns:
- The recordPartitionGraphs.
-
getReportTensorAllocationsUponOom
boolean getReportTensorAllocationsUponOom()
bool report_tensor_allocations_upon_oom = 5;- Returns:
- The reportTensorAllocationsUponOom.
-
-