All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.ExecutorOptsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

public interface ExecutorOptsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ExecutorOpts)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * bool record_costs = 1;
   * @return The recordCosts.
   */
  boolean getRecordCosts();

  /**
   * bool record_timeline = 3;
   * @return The recordTimeline.
   */
  boolean getRecordTimeline();

  /**
   * bool record_partition_graphs = 4;
   * @return The recordPartitionGraphs.
   */
  boolean getRecordPartitionGraphs();

  /**
   * bool report_tensor_allocations_upon_oom = 5;
   * @return The reportTensorAllocationsUponOom.
   */
  boolean getReportTensorAllocationsUponOom();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy