org.tensorflow.distruntime.ExecutorOptsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tensorflow-client Show documentation
Show all versions of tensorflow-client Show documentation
Prebuilt tensorflow serving client
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