AllocationRecord

パブリック最終クラスAllocationRecord

 An allocation/de-allocation operation performed by the allocator.
 
Protobuf 型tensorflow.AllocationRecord

ネストされたクラス

クラスAllocationRecord.Builder
 An allocation/de-allocation operation performed by the allocator. 

定数

整数ALLOC_BYTES_FIELD_NUMBER
整数ALLOC_MICROS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getAllocBytes ()
 Number of bytes allocated, or de-allocated if negative.
長さ
getAllocMicros ()
 The timestamp of the operation.
静的AllocationRecord
割り当て記録
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的AllocationRecord.Builder
newBuilder ( AllocationRecordプロトタイプ)
静的AllocationRecord.Builder
AllocationRecord.Builder
静的AllocationRecord
parseDelimitedFrom (InputStream 入力)
静的AllocationRecord
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的AllocationRecord
parseFrom (ByteBuffer データ)
静的AllocationRecord
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的AllocationRecord
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的AllocationRecord
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的AllocationRecord
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的AllocationRecord
parseFrom (com.google.protobuf.ByteString データ)
静的AllocationRecord
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的AllocationRecord
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
AllocationRecord.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 1

パブリックメソッド

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

public long getAllocBytes ()

 Number of bytes allocated, or de-allocated if negative.
 
int64 alloc_bytes = 2;

public long getAllocMicros ()

 The timestamp of the operation.
 
int64 alloc_micros = 1;

public static AllocationRecord getDefaultInstance ()

public AllocationRecord getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static AllocationRecord.Builder newBuilder ()

public AllocationRecord.Builder newBuilderForType ()

public static AllocationRecord parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static AllocationRecord parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public AllocationRecord.Builder toBuilder ()

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

投げる
IO例外