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

org.tensorflow.framework.RunMetadataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/config.proto

package org.tensorflow.framework;

public interface RunMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.RunMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Statistics traced for this step. Populated if tracing is turned on via the
   * "RunOptions" proto.
   * EXPERIMENTAL: The format and set of events may change in future versions.
   * 
* * .tensorflow.StepStats step_stats = 1; */ boolean hasStepStats(); /** *
   * Statistics traced for this step. Populated if tracing is turned on via the
   * "RunOptions" proto.
   * EXPERIMENTAL: The format and set of events may change in future versions.
   * 
* * .tensorflow.StepStats step_stats = 1; */ org.tensorflow.framework.StepStats getStepStats(); /** *
   * Statistics traced for this step. Populated if tracing is turned on via the
   * "RunOptions" proto.
   * EXPERIMENTAL: The format and set of events may change in future versions.
   * 
* * .tensorflow.StepStats step_stats = 1; */ org.tensorflow.framework.StepStatsOrBuilder getStepStatsOrBuilder(); /** *
   * The cost graph for the computation defined by the run call.
   * 
* * .tensorflow.CostGraphDef cost_graph = 2; */ boolean hasCostGraph(); /** *
   * The cost graph for the computation defined by the run call.
   * 
* * .tensorflow.CostGraphDef cost_graph = 2; */ org.tensorflow.framework.CostGraphDef getCostGraph(); /** *
   * The cost graph for the computation defined by the run call.
   * 
* * .tensorflow.CostGraphDef cost_graph = 2; */ org.tensorflow.framework.CostGraphDefOrBuilder getCostGraphOrBuilder(); /** *
   * Graphs of the partitions executed by executors.
   * 
* * repeated .tensorflow.GraphDef partition_graphs = 3; */ java.util.List getPartitionGraphsList(); /** *
   * Graphs of the partitions executed by executors.
   * 
* * repeated .tensorflow.GraphDef partition_graphs = 3; */ org.tensorflow.framework.GraphDef getPartitionGraphs(int index); /** *
   * Graphs of the partitions executed by executors.
   * 
* * repeated .tensorflow.GraphDef partition_graphs = 3; */ int getPartitionGraphsCount(); /** *
   * Graphs of the partitions executed by executors.
   * 
* * repeated .tensorflow.GraphDef partition_graphs = 3; */ java.util.List getPartitionGraphsOrBuilderList(); /** *
   * Graphs of the partitions executed by executors.
   * 
* * repeated .tensorflow.GraphDef partition_graphs = 3; */ org.tensorflow.framework.GraphDefOrBuilder getPartitionGraphsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy