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)
    com.google.protobuf.MessageOrBuilder {

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy