Interface ExecutorOptsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExecutorOpts, ExecutorOpts.Builder

    public interface ExecutorOptsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getRecordCosts()
      bool record_costs = 1;
      boolean getRecordPartitionGraphs()
      bool record_partition_graphs = 4;
      boolean getRecordTimeline()
      bool record_timeline = 3;
      boolean getReportTensorAllocationsUponOom()
      bool report_tensor_allocations_upon_oom = 5;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.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.