AllocationDescription

パブリック最終クラスAllocationDescription

Protobuf 型tensorflow.AllocationDescription

ネストされたクラス

クラスAllocationDescription.Builder Protobuf 型tensorflow.AllocationDescription

定数

整数ALLOCATED_BYTES_FIELD_NUMBER
整数ALLOCATION_ID_FIELD_NUMBER
整数ALLOCATOR_NAME_FIELD_NUMBER
整数HAS_SINGLE_REFERENCE_FIELD_NUMBER
整数PTR_FIELD_NUMBER
整数REQUESTED_BYTES_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
長さ
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
長さ
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
静的割り当て説明
割り当ての説明
最終的な静的 com.google.protobuf.Descriptors.Descriptor
ブール値
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
長さ
getPtr ()
 Address of the allocation.
長さ
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的AllocationDescription.Builder
静的AllocationDescription.Builder
newBuilder ( AllocationDescriptionプロトタイプ)
AllocationDescription.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)
静的
AllocationDescription.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 2

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

定数値: 4

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

定数値: 3

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

定数値: 5

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

定数値: 6

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

定数値: 1

パブリックメソッド

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

public long getAllocatedBytes ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

public long getAllocationId ()

 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;

public String getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

public static AllocationDescription getDefaultInstance ()

public AllocationDescription getDefaultInstanceForType ()

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

public boolean getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

公共getParserForType ()

パブリックロングgetPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

public long getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;

public int getSerializedSize ()

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

public int hashCode ()

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

public static AllocationDescription.Builder newBuilder ()

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

public AllocationDescription.Builder newBuilderForType ()

public static AllocationDescription parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static AllocationDescription parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public AllocationDescription.Builder toBuilder ()

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

投げる
IO例外