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

org.tensorflow.distruntime.TraceOptsOrBuilder 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 TraceOptsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.TraceOpts)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Length of the trace to be taken, in seconds.
   * 
* * double duration = 1; * @return The duration. */ double getDuration(); /** *
   * If true, capture step profile locally in each worker. Currently
   * unimplemented.
   * 
* * bool use_step_profiler = 2; * @return The useStepProfiler. */ boolean getUseStepProfiler(); /** *
   * If true, capture kernel events from each worker.
   * 
* * bool use_kernel_profiler = 3; * @return The useKernelProfiler. */ boolean getUseKernelProfiler(); /** *
   * If true, capture extended profiling events from TensorFlow process.
   * 
* * bool use_extended_profiler = 4; * @return The useExtendedProfiler. */ boolean getUseExtendedProfiler(); /** *
   * If true, capture GPU profiling events locally on each
   * machine. Currently unimplemented.
   * 
* * bool use_gpu_profiler = 5; * @return The useGpuProfiler. */ boolean getUseGpuProfiler(); /** *
   * If true, collect sampled profile events. Currently unimplemented.
   * 
* * bool use_sample_profiler = 6; * @return The useSampleProfiler. */ boolean getUseSampleProfiler(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy