MemoryInfo

パブリック最終クラスMemoryInfo

Protobuf 型tensorflow.MemoryInfo

ネストされたクラス

クラスメモリ情報ビルダーProtobuf 型tensorflow.MemoryInfo

定数

整数AVAILABLE_FIELD_NUMBER
整数TOTAL_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getAvailable ()
 Immediately available memory in bytes
 
int64 available = 2;
静的メモリ情報
メモリ情報
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
長さ
getTotal ()
 Total virtual memory in bytes
 
int64 total = 1;
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的MemoryInfo.Builder
newBuilder ( MemoryInfoプロトタイプ)
静的MemoryInfo.Builder
メモリ情報ビルダー
静的メモリ情報
parseDelimitedFrom (InputStream 入力)
静的メモリ情報
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的メモリ情報
parseFrom (ByteBuffer データ)
静的メモリ情報
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的メモリ情報
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的メモリ情報
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的メモリ情報
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的メモリ情報
parseFrom (com.google.protobuf.ByteString データ)
静的メモリ情報
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的メモリ情報
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
メモリ情報ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public long getAvailable ()

 Immediately available memory in bytes
 
int64 available = 2;

public static MemoryInfo getDefaultInstance ()

public MemoryInfo getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

public long getTotal ()

 Total virtual memory in bytes
 
int64 total = 1;

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

public int hashCode ()

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

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

public static MemoryInfo.Builder newBuilder ()

public MemoryInfo.Builder newBuilderForType ()

public static MemoryInfo parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static MemoryInfo parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public MemoryInfo.Builder toBuilder ()

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

投げる
IO例外