Uses of Class
org.tensorflow.framework.AllocationDescription.Builder
Packages that use AllocationDescription.Builder
-
Uses of AllocationDescription.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return AllocationDescription.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.addReferencedTensorBuilder()repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStats.Builder.addReferencedTensorBuilder(int index) repeated .tensorflow.AllocationDescription referenced_tensor = 11;AllocationDescription.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AllocationDescription.Builder.clear()AllocationDescription.Builder.clearAllocatedBytes()Total number of bytes allocated if knownAllocationDescription.Builder.clearAllocationId()Identifier of the allocated buffer if knownAllocationDescription.Builder.clearAllocatorName()Name of the allocator usedAllocationDescription.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AllocationDescription.Builder.clearHasSingleReference()Set if this tensor only has one remaining referenceAllocationDescription.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AllocationDescription.Builder.clearPtr()Address of the allocation.AllocationDescription.Builder.clearRequestedBytes()Total number of bytes requestedAllocationDescription.Builder.clone()TensorDescription.Builder.getAllocationDescriptionBuilder()Information about the size and allocator used for the dataNodeExecStats.Builder.getReferencedTensorBuilder(int index) repeated .tensorflow.AllocationDescription referenced_tensor = 11;AllocationDescription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AllocationDescription.Builder.mergeFrom(com.google.protobuf.Message other) AllocationDescription.Builder.mergeFrom(AllocationDescription other) AllocationDescription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AllocationDescription.newBuilder()AllocationDescription.newBuilder(AllocationDescription prototype) AllocationDescription.newBuilderForType()protected AllocationDescription.BuilderAllocationDescription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AllocationDescription.Builder.setAllocatedBytes(long value) Total number of bytes allocated if knownAllocationDescription.Builder.setAllocationId(long value) Identifier of the allocated buffer if knownAllocationDescription.Builder.setAllocatorName(String value) Name of the allocator usedAllocationDescription.Builder.setAllocatorNameBytes(com.google.protobuf.ByteString value) Name of the allocator usedAllocationDescription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AllocationDescription.Builder.setHasSingleReference(boolean value) Set if this tensor only has one remaining referenceAllocationDescription.Builder.setPtr(long value) Address of the allocation.AllocationDescription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AllocationDescription.Builder.setRequestedBytes(long value) Total number of bytes requestedAllocationDescription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AllocationDescription.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type AllocationDescription.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.getReferencedTensorBuilderList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;Methods in org.tensorflow.framework with parameters of type AllocationDescription.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.addReferencedTensor(int index, AllocationDescription.Builder builderForValue) repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStats.Builder.addReferencedTensor(AllocationDescription.Builder builderForValue) repeated .tensorflow.AllocationDescription referenced_tensor = 11;TensorDescription.Builder.setAllocationDescription(AllocationDescription.Builder builderForValue) Information about the size and allocator used for the dataNodeExecStats.Builder.setReferencedTensor(int index, AllocationDescription.Builder builderForValue) repeated .tensorflow.AllocationDescription referenced_tensor = 11;