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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: step_stats.proto

package org.tensorflow.framework;

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

  /**
   * optional string allocator_name = 1;
   */
  java.lang.String getAllocatorName();
  /**
   * optional string allocator_name = 1;
   */
  com.google.protobuf.ByteString
      getAllocatorNameBytes();

  /**
   * optional int64 total_bytes = 2;
   */
  long getTotalBytes();

  /**
   * optional int64 peak_bytes = 3;
   */
  long getPeakBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy