MemoryStats

パブリック最終クラスMemoryStats

 For memory tracking.
 
Protobuf 型tensorflow.MemoryStats

ネストされたクラス

クラスMemoryStats.Builder
 For memory tracking. 

定数

整数DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
整数DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER
整数DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER
整数PERSISTENT_MEMORY_SIZE_FIELD_NUMBER
整数PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER
整数TEMP_MEMORY_SIZE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的MemoryStats
メモリ統計
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 4 [deprecated = true];
長さ
getDevicePersistentTensorAllocIds (int インデックス)
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
整数
getDevicePersistentTensorAllocIdsCount ()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
リスト<長い>
getDevicePersistentTensorAllocIdsList ()
repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];
長さ
getDeviceTempMemorySize ()
int64 device_temp_memory_size = 2 [deprecated = true];
長さ
getPersistentMemorySize ()
int64 persistent_memory_size = 3;
長さ
getPersistentTensorAllocIds (int インデックス)
repeated int64 persistent_tensor_alloc_ids = 5;
整数
getPersistentTensorAllocIdsCount ()
repeated int64 persistent_tensor_alloc_ids = 5;
リスト<長い>
getPersistentTensorAllocIdsList ()
repeated int64 persistent_tensor_alloc_ids = 5;
整数
長さ
getTempMemorySize ()
int64 temp_memory_size = 1;
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的MemoryStats.Builder
newBuilder ( MemoryStatsプロトタイプ)
静的MemoryStats.Builder
MemoryStats.Builder
静的MemoryStats
parseDelimitedFrom (InputStream 入力)
静的MemoryStats
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryStats
parseFrom (ByteBuffer データ)
静的MemoryStats
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryStats
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryStats
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的MemoryStats
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryStats
parseFrom (com.google.protobuf.ByteString データ)
静的MemoryStats
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryStats
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
MemoryStats.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER

定数値: 4

パブリック静的最終整数DEVICE_PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER

定数値: 6

パブリック静的最終整数DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER

定数値: 2

パブリック静的最終整数PERSISTENT_MEMORY_SIZE_FIELD_NUMBER

定数値: 3

パブリック静的最終整数PERSISTENT_TENSOR_ALLOC_IDS_FIELD_NUMBER

定数値: 5

パブリック静的最終整数TEMP_MEMORY_SIZE_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static MemoryStats getDefaultInstance ()

public MemoryStats getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long getDevicePersistentMemorySize ()

int64 device_persistent_memory_size = 4 [deprecated = true];

public long getDevicePersistentTensorAllocIds (int インデックス)

repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];

public int getDevicePersistentTensorAllocIdsCount ()

repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];

public List<Long> getDevicePersistentTensorAllocIdsList ()

repeated int64 device_persistent_tensor_alloc_ids = 6 [deprecated = true];

public long getDeviceTempMemorySize ()

int64 device_temp_memory_size = 2 [deprecated = true];

公共getParserForType ()

public long getPersistentMemorySize ()

int64 persistent_memory_size = 3;

public long getPersistentTensorAllocIds (int インデックス)

repeated int64 persistent_tensor_alloc_ids = 5;

public int getPersistentTensorAllocIdsCount ()

repeated int64 persistent_tensor_alloc_ids = 5;

public List<Long> getPersistentTensorAllocIdsList ()

repeated int64 persistent_tensor_alloc_ids = 5;

public int getSerializedSize ()

public long getTempMemorySize ()

int64 temp_memory_size = 1;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static MemoryStats.Builder newBuilder ( MemoryStatsプロトタイプ)

public static MemoryStats.Builder newBuilder ()

public MemoryStats.Builder newBuilderForType ()

public static MemoryStats parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static MemoryStats parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MemoryStats parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static MemoryStats parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MemoryStats parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static MemoryStats parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static MemoryStats parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static MemoryStats parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static MemoryStats parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MemoryStats parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public MemoryStats.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外