Uses of Class
org.tensorflow.proto.MemoryLogTensorAllocation.Builder
Packages that use MemoryLogTensorAllocation.Builder
-
Uses of MemoryLogTensorAllocation.Builder in org.tensorflow.proto
Subclasses with type arguments of type MemoryLogTensorAllocation.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.MemoryLogTensorAllocationMethods in org.tensorflow.proto that return MemoryLogTensorAllocation.BuilderModifier and TypeMethodDescriptionMemoryLogTensorAllocation.Builder.clear()MemoryLogTensorAllocation.Builder.clearKernelName()Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".MemoryLogTensorAllocation.Builder.clearStepId()Process-unique step id.MemoryLogTensorAllocation.Builder.clearTensor()Allocated tensor details.MemoryLogTensorAllocation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MemoryLogTensorAllocation.Builder.mergeFrom(MemoryLogTensorAllocation other) MemoryLogTensorAllocation.Builder.mergeTensor(TensorDescription value) Allocated tensor details.MemoryLogTensorAllocation.newBuilder()MemoryLogTensorAllocation.newBuilder(MemoryLogTensorAllocation prototype) MemoryLogTensorAllocation.newBuilderForType()protected MemoryLogTensorAllocation.BuilderMemoryLogTensorAllocation.newBuilderForType(AbstractMessage.BuilderParent parent) MemoryLogTensorAllocation.Builder.setKernelName(String value) Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".MemoryLogTensorAllocation.Builder.setKernelNameBytes(ByteString value) Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".MemoryLogTensorAllocation.Builder.setStepId(long value) Process-unique step id.MemoryLogTensorAllocation.Builder.setTensor(TensorDescription value) Allocated tensor details.MemoryLogTensorAllocation.Builder.setTensor(TensorDescription.Builder builderForValue) Allocated tensor details.MemoryLogTensorAllocation.toBuilder()