Uses of Class
org.tensorflow.framework.AllocationDescription
Packages that use AllocationDescription
-
Uses of AllocationDescription in org.tensorflow.framework
Methods in org.tensorflow.framework that return AllocationDescriptionModifier and TypeMethodDescriptionAllocationDescription.Builder.build()AllocationDescription.Builder.buildPartial()TensorDescription.Builder.getAllocationDescription()Information about the size and allocator used for the dataTensorDescription.getAllocationDescription()Information about the size and allocator used for the dataTensorDescriptionOrBuilder.getAllocationDescription()Information about the size and allocator used for the datastatic AllocationDescriptionAllocationDescription.getDefaultInstance()AllocationDescription.Builder.getDefaultInstanceForType()AllocationDescription.getDefaultInstanceForType()NodeExecStats.Builder.getReferencedTensor(int index) repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStats.getReferencedTensor(int index) repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStatsOrBuilder.getReferencedTensor(int index) repeated .tensorflow.AllocationDescription referenced_tensor = 11;static AllocationDescriptionAllocationDescription.parseDelimitedFrom(InputStream input) static AllocationDescriptionAllocationDescription.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationDescriptionAllocationDescription.parseFrom(byte[] data) static AllocationDescriptionAllocationDescription.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationDescriptionAllocationDescription.parseFrom(com.google.protobuf.ByteString data) static AllocationDescriptionAllocationDescription.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationDescriptionAllocationDescription.parseFrom(com.google.protobuf.CodedInputStream input) static AllocationDescriptionAllocationDescription.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationDescriptionAllocationDescription.parseFrom(InputStream input) static AllocationDescriptionAllocationDescription.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocationDescriptionAllocationDescription.parseFrom(ByteBuffer data) static AllocationDescriptionAllocationDescription.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type AllocationDescriptionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AllocationDescription> AllocationDescription.getParserForType()NodeExecStats.Builder.getReferencedTensorList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStats.getReferencedTensorList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStatsOrBuilder.getReferencedTensorList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;static com.google.protobuf.Parser<AllocationDescription> AllocationDescription.parser()Methods in org.tensorflow.framework with parameters of type AllocationDescriptionModifier and TypeMethodDescriptionNodeExecStats.Builder.addReferencedTensor(int index, AllocationDescription value) repeated .tensorflow.AllocationDescription referenced_tensor = 11;NodeExecStats.Builder.addReferencedTensor(AllocationDescription value) repeated .tensorflow.AllocationDescription referenced_tensor = 11;TensorDescription.Builder.mergeAllocationDescription(AllocationDescription value) Information about the size and allocator used for the dataAllocationDescription.Builder.mergeFrom(AllocationDescription other) AllocationDescription.newBuilder(AllocationDescription prototype) TensorDescription.Builder.setAllocationDescription(AllocationDescription value) Information about the size and allocator used for the dataNodeExecStats.Builder.setReferencedTensor(int index, AllocationDescription value) repeated .tensorflow.AllocationDescription referenced_tensor = 11;Method parameters in org.tensorflow.framework with type arguments of type AllocationDescriptionModifier and TypeMethodDescriptionNodeExecStats.Builder.addAllReferencedTensor(Iterable<? extends AllocationDescription> values) repeated .tensorflow.AllocationDescription referenced_tensor = 11;