Uses of Class
org.tensorflow.framework.TensorDescription.Builder
Packages that use TensorDescription.Builder
-
Uses of TensorDescription.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return TensorDescription.BuilderModifier and TypeMethodDescriptionTensorDescription.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorDescription.Builder.clear()TensorDescription.Builder.clearAllocationDescription()Information about the size and allocator used for the dataTensorDescription.Builder.clearDtype()Data type of tensor elementsTensorDescription.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TensorDescription.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TensorDescription.Builder.clearShape()Shape of the tensor.TensorDescription.Builder.clone()NodeOutput.Builder.getTensorDescriptionBuilder().tensorflow.TensorDescription tensor_description = 3;TensorDescription.Builder.mergeAllocationDescription(AllocationDescription value) Information about the size and allocator used for the dataTensorDescription.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TensorDescription.Builder.mergeFrom(com.google.protobuf.Message other) TensorDescription.Builder.mergeFrom(TensorDescription other) TensorDescription.Builder.mergeShape(TensorShapeProto value) Shape of the tensor.TensorDescription.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TensorDescription.BuilderTensorDescription.newBuilder()static TensorDescription.BuilderTensorDescription.newBuilder(TensorDescription prototype) TensorDescription.newBuilderForType()protected TensorDescription.BuilderTensorDescription.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TensorDescription.Builder.setAllocationDescription(AllocationDescription value) Information about the size and allocator used for the dataTensorDescription.Builder.setAllocationDescription(AllocationDescription.Builder builderForValue) Information about the size and allocator used for the dataData type of tensor elementsTensorDescription.Builder.setDtypeValue(int value) Data type of tensor elementsTensorDescription.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TensorDescription.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TensorDescription.Builder.setShape(TensorShapeProto value) Shape of the tensor.TensorDescription.Builder.setShape(TensorShapeProto.Builder builderForValue) Shape of the tensor.TensorDescription.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TensorDescription.toBuilder()Methods in org.tensorflow.framework with parameters of type TensorDescription.BuilderModifier and TypeMethodDescriptionNodeOutput.Builder.setTensorDescription(TensorDescription.Builder builderForValue) .tensorflow.TensorDescription tensor_description = 3;