MemoryLogRawAllocation.Builder

パブリック静的最終クラスMemoryLogRawAllocation.Builder

Protobuf 型tensorflow.MemoryLogRawAllocation

パブリックメソッド

MemoryLogRawAllocation.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
メモリログRaw割り当て
建てる()
メモリログRaw割り当て
MemoryLogRawAllocation.Builder
クリア()
MemoryLogRawAllocation.Builder
ClearAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
ClearAllocatorName ()
 Name of the allocator used.
MemoryLogRawAllocation.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
MemoryLogRawAllocation.Builder
ClearNumBytes ()
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MemoryLogRawAllocation.Builder
クリアオペレーション()
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
クリアPtr ()
 Address of the allocation.
MemoryLogRawAllocation.Builder
クリアステップID ()
 Process-unique step id.
MemoryLogRawAllocation.Builder
長さ
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.
メモリログRaw割り当て
最終的な静的 com.google.protobuf.Descriptors.Descriptor
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.
最終ブール値
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なMemoryLogRawAllocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
MemoryLogRawAllocation.Builder
setAllocationId (長い値)
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
MemoryLogRawAllocation.Builder
setAllocatorName (文字列値)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setAllocatorNameBytes (com.google.protobuf.ByteString 値)
 Name of the allocator used.
MemoryLogRawAllocation.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
MemoryLogRawAllocation.Builder
setNumBytes (長い値)
 Number of bytes in the allocation.
MemoryLogRawAllocation.Builder
setOperation (文字列値)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setOperationBytes (com.google.protobuf.ByteString 値)
 Name of the operation making the allocation.
MemoryLogRawAllocation.Builder
setPtr (長い値)
 Address of the allocation.
MemoryLogRawAllocation.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
MemoryLogRawAllocation.Builder
setStepId (長い値)
 Process-unique step id.
最終的なMemoryLogRawAllocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public MemoryLogRawAllocation.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public MemoryLogRawAllocation build ()

public MemoryLogRawAllocation buildPartial ()

public MemoryLogRawAllocation.Builder clearAllocationId ()

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

public MemoryLogRawAllocation.Builder clearAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public MemoryLogRawAllocation.Builder clearNumBytes ()

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

public MemoryLogRawAllocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public MemoryLogRawAllocation.Builder clearOperation ()

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

public MemoryLogRawAllocation.Builder clearPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public MemoryLogRawAllocation.Builder clearStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public MemoryLogRawAllocation.Builderクローン()

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 MemoryLogRawAllocation getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

パブリックロングgetPtr ()

 Address of the allocation.
 
uint64 ptr = 4;

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

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

public MemoryLogRawAllocation.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public MemoryLogRawAllocation.Builder mergeFrom (com.google.protobuf.Message other)

public Final MemoryLogRawAllocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public MemoryLogRawAllocation.Builder setAllocationId (長い値)

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

public MemoryLogRawAllocation.Builder setAllocatorName (文字列値)

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder setAllocatorNameBytes (com.google.protobuf.ByteString 値)

 Name of the allocator used.
 
string allocator_name = 6;

public MemoryLogRawAllocation.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public MemoryLogRawAllocation.Builder setNumBytes (長い値)

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

public MemoryLogRawAllocation.Builder setOperation (文字列値)

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

public MemoryLogRawAllocation.Builder setOperationBytes (com.google.protobuf.ByteString 値)

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

public MemoryLogRawAllocation.Builder setPtr (長い値)

 Address of the allocation.
 
uint64 ptr = 4;

public MemoryLogRawAllocation.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public MemoryLogRawAllocation.Builder setStepId (長い値)

 Process-unique step id.
 
int64 step_id = 1;

public Final MemoryLogRawAllocation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)