MemoryLogRawAllocation

パブリック最終クラスMemoryLogRawAllocation

Protobuf 型tensorflow.MemoryLogRawAllocation

ネストされたクラス

クラスMemoryLogRawAllocation.Builder Protobuf 型tensorflow.MemoryLogRawAllocation

定数

整数ALLOCATION_ID_FIELD_NUMBER
整数ALLOCATOR_NAME_FIELD_NUMBER
整数NUM_BYTES_FIELD_NUMBER
整数OPERATION_FIELD_NUMBER
整数PTR_FIELD_NUMBER
整数STEP_ID_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
静的MemoryLogRawAllocation
メモリログRaw割り当て
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
getNumBytes ()
 Number of bytes in the allocation.
getオペレーション()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
長さ
getPtr ()
 Address of the allocation.
整数
長さ
getStepId ()
 Process-unique step id.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的MemoryLogRawAllocation.Builder
newBuilder ( MemoryLogRawAllocationプロトタイプ)
静的MemoryLogRawAllocation.Builder
MemoryLogRawAllocation.Builder
静的MemoryLogRawAllocation
parseDelimitedFrom (InputStream 入力)
静的MemoryLogRawAllocation
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogRawAllocation
parseFrom (ByteBuffer データ)
静的MemoryLogRawAllocation
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogRawAllocation
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogRawAllocation
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的MemoryLogRawAllocation
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogRawAllocation
parseFrom (com.google.protobuf.ByteString データ)
静的MemoryLogRawAllocation
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MemoryLogRawAllocation
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
MemoryLogRawAllocation.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 5

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

定数値: 6

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

定数値: 3

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

定数値: 2

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

定数値: 4

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

定数値: 1

パブリックメソッド

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

public long getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

public String getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 6;

public static MemoryLogRawAllocation getDefaultInstance ()

public MemoryLogRawAllocation getDefaultInstanceForType ()

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

public long getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

パブリック String getOperation ()

 Name of the operation making the allocation.
 
string operation = 2;

public com.google.protobuf.ByteString getOperationBytes ()

 Name of the operation making the allocation.
 
string operation = 2;

公共getParserForType ()

パブリックロングgetPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

public int hashCode ()

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

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

public static MemoryLogRawAllocation.Builder newBuilder ()

public MemoryLogRawAllocation.Builder newBuilderForType ()

public static MemoryLogRawAllocation parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static MemoryLogRawAllocation parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public MemoryLogRawAllocation.Builder toBuilder ()

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

投げる
IO例外