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

org.tensorflow.framework.StepStatsOrBuilder 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/framework/step_stats.proto

package org.tensorflow.framework;

public interface StepStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.StepStats)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * repeated .tensorflow.DeviceStepStats dev_stats = 1;
   */
  java.util.List 
      getDevStatsList();
  /**
   * repeated .tensorflow.DeviceStepStats dev_stats = 1;
   */
  org.tensorflow.framework.DeviceStepStats getDevStats(int index);
  /**
   * repeated .tensorflow.DeviceStepStats dev_stats = 1;
   */
  int getDevStatsCount();
  /**
   * repeated .tensorflow.DeviceStepStats dev_stats = 1;
   */
  java.util.List 
      getDevStatsOrBuilderList();
  /**
   * repeated .tensorflow.DeviceStepStats dev_stats = 1;
   */
  org.tensorflow.framework.DeviceStepStatsOrBuilder getDevStatsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy