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

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

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

package org.tensorflow.framework;

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

  /**
   * string device = 1;
   */
  java.lang.String getDevice();
  /**
   * string device = 1;
   */
  com.google.protobuf.ByteString
      getDeviceBytes();

  /**
   * repeated .tensorflow.NodeExecStats node_stats = 2;
   */
  java.util.List 
      getNodeStatsList();
  /**
   * repeated .tensorflow.NodeExecStats node_stats = 2;
   */
  org.tensorflow.framework.NodeExecStats getNodeStats(int index);
  /**
   * repeated .tensorflow.NodeExecStats node_stats = 2;
   */
  int getNodeStatsCount();
  /**
   * repeated .tensorflow.NodeExecStats node_stats = 2;
   */
  java.util.List 
      getNodeStatsOrBuilderList();
  /**
   * repeated .tensorflow.NodeExecStats node_stats = 2;
   */
  org.tensorflow.framework.NodeExecStatsOrBuilder getNodeStatsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy