Uses of Class
org.tensorflow.proto.NamedTensorProto.Builder
Packages that use NamedTensorProto.Builder
-
Uses of NamedTensorProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type NamedTensorProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classA pair of tensor name and tensor values.Methods in org.tensorflow.proto that return NamedTensorProto.BuilderModifier and TypeMethodDescriptionNamedTensorProto.Builder.clear()NamedTensorProto.Builder.clearName()Name of the tensor.NamedTensorProto.Builder.clearTensor()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) NamedTensorProto.Builder.mergeFrom(NamedTensorProto other) NamedTensorProto.Builder.mergeTensor(TensorProto value) The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.static NamedTensorProto.BuilderNamedTensorProto.newBuilder()static NamedTensorProto.BuilderNamedTensorProto.newBuilder(NamedTensorProto prototype) NamedTensorProto.newBuilderForType()protected NamedTensorProto.BuilderNamedTensorProto.newBuilderForType(AbstractMessage.BuilderParent parent) Name of the tensor.NamedTensorProto.Builder.setNameBytes(ByteString value) Name of the tensor.NamedTensorProto.Builder.setTensor(TensorProto value) The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.Builder.setTensor(TensorProto.Builder builderForValue) The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.toBuilder()