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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) MemoryLogTensorAllocation.Builder.clear()MemoryLogTensorAllocation.Builder.clearField(Descriptors.FieldDescriptor field) MemoryLogTensorAllocation.Builder.clearKernelName()Name of the kernel making the allocation as set in GraphDef, e.g., "affine2/weights/Assign".MemoryLogTensorAllocation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) MemoryLogTensorAllocation.Builder.clearStepId()Process-unique step id.MemoryLogTensorAllocation.Builder.clearTensor()Allocated tensor details.MemoryLogTensorAllocation.Builder.clone()MemoryLogTensorAllocation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) MemoryLogTensorAllocation.Builder.mergeFrom(MemoryLogTensorAllocation other) MemoryLogTensorAllocation.Builder.mergeTensor(TensorDescription value) Allocated tensor details.MemoryLogTensorAllocation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) MemoryLogTensorAllocation.newBuilder()MemoryLogTensorAllocation.newBuilder(MemoryLogTensorAllocation prototype) MemoryLogTensorAllocation.newBuilderForType()protected MemoryLogTensorAllocation.BuilderMemoryLogTensorAllocation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) MemoryLogTensorAllocation.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields(UnknownFieldSet unknownFields) MemoryLogTensorAllocation.toBuilder()