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

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

  /**
   * int64 host_temp_memory_size = 1;
   */
  long getHostTempMemorySize();

  /**
   * int64 device_temp_memory_size = 2;
   */
  long getDeviceTempMemorySize();

  /**
   * int64 host_persistent_memory_size = 3;
   */
  long getHostPersistentMemorySize();

  /**
   * int64 device_persistent_memory_size = 4;
   */
  long getDevicePersistentMemorySize();

  /**
   * repeated int64 host_persistent_tensor_alloc_ids = 5;
   */
  java.util.List getHostPersistentTensorAllocIdsList();
  /**
   * repeated int64 host_persistent_tensor_alloc_ids = 5;
   */
  int getHostPersistentTensorAllocIdsCount();
  /**
   * repeated int64 host_persistent_tensor_alloc_ids = 5;
   */
  long getHostPersistentTensorAllocIds(int index);

  /**
   * repeated int64 device_persistent_tensor_alloc_ids = 6;
   */
  java.util.List getDevicePersistentTensorAllocIdsList();
  /**
   * repeated int64 device_persistent_tensor_alloc_ids = 6;
   */
  int getDevicePersistentTensorAllocIdsCount();
  /**
   * repeated int64 device_persistent_tensor_alloc_ids = 6;
   */
  long getDevicePersistentTensorAllocIds(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy