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

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

  /**
   * int64 temp_memory_size = 1;
   * @return The tempMemorySize.
   */
  long getTempMemorySize();

  /**
   * int64 persistent_memory_size = 3;
   * @return The persistentMemorySize.
   */
  long getPersistentMemorySize();

  /**
   * repeated int64 persistent_tensor_alloc_ids = 5;
   * @return A list containing the persistentTensorAllocIds.
   */
  java.util.List getPersistentTensorAllocIdsList();
  /**
   * repeated int64 persistent_tensor_alloc_ids = 5;
   * @return The count of persistentTensorAllocIds.
   */
  int getPersistentTensorAllocIdsCount();
  /**
   * repeated int64 persistent_tensor_alloc_ids = 5;
   * @param index The index of the element to return.
   * @return The persistentTensorAllocIds at the given index.
   */
  long getPersistentTensorAllocIds(int index);

  /**
   * int64 device_temp_memory_size = 2 [deprecated = true];
   * @return The deviceTempMemorySize.
   */
  @java.lang.Deprecated long getDeviceTempMemorySize();

  /**
   * int64 device_persistent_memory_size = 4 [deprecated = true];
   * @return The devicePersistentMemorySize.
   */
  @java.lang.Deprecated long getDevicePersistentMemorySize();

  /**
   * repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
   * @return A list containing the devicePersistentTensorAllocIds.
   */
  @java.lang.Deprecated java.util.List getDevicePersistentTensorAllocIdsList();
  /**
   * repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
   * @return The count of devicePersistentTensorAllocIds.
   */
  @java.lang.Deprecated int getDevicePersistentTensorAllocIdsCount();
  /**
   * repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
   * @param index The index of the element to return.
   * @return The devicePersistentTensorAllocIds at the given index.
   */
  @java.lang.Deprecated long getDevicePersistentTensorAllocIds(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy