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

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

There is a newer version: 1.0.0-M2.1
Show 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)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * bool record_costs = 1;
   */
  boolean getRecordCosts();

  /**
   * bool record_timeline = 3;
   */
  boolean getRecordTimeline();

  /**
   * bool record_partition_graphs = 4;
   */
  boolean getRecordPartitionGraphs();

  /**
   * bool report_tensor_allocations_upon_oom = 5;
   */
  boolean getReportTensorAllocationsUponOom();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy