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.github.os72.protobuf351.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);
}