Uses of Class
org.tensorflow.framework.NamedTensorProto.Builder
Packages that use NamedTensorProto.Builder
-
Uses of NamedTensorProto.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return NamedTensorProto.BuilderModifier and TypeMethodDescriptionNamedTensorProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NamedTensorProto.Builder.clear()NamedTensorProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) NamedTensorProto.Builder.clearName()Name of the tensor.NamedTensorProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) NamedTensorProto.Builder.clearTensor()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.Builder.clone()NamedTensorProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NamedTensorProto.Builder.mergeFrom(com.google.protobuf.Message other) 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.final NamedTensorProto.BuilderNamedTensorProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static NamedTensorProto.BuilderNamedTensorProto.newBuilder()static NamedTensorProto.BuilderNamedTensorProto.newBuilder(NamedTensorProto prototype) NamedTensorProto.newBuilderForType()protected NamedTensorProto.BuilderNamedTensorProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) NamedTensorProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Name of the tensor.NamedTensorProto.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the tensor.NamedTensorProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final NamedTensorProto.BuilderNamedTensorProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NamedTensorProto.toBuilder() -
Uses of NamedTensorProto.Builder in tensorflow.serving
Methods in tensorflow.serving that return NamedTensorProto.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.addFeedBuilder()Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addFeedBuilder(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.addTensorBuilder()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponse.Builder.addTensorBuilder(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunRequest.Builder.getFeedBuilder(int index) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.getTensorBuilder(int index) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.Methods in tensorflow.serving that return types with arguments of type NamedTensorProto.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.getFeedBuilderList()Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.getTensorBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.Methods in tensorflow.serving with parameters of type NamedTensorProto.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.addFeed(int index, NamedTensorProto.Builder builderForValue) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunRequest.Builder.addFeed(NamedTensorProto.Builder builderForValue) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.addTensor(int index, NamedTensorProto.Builder builderForValue) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunResponse.Builder.addTensor(NamedTensorProto.Builder builderForValue) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.SessionServiceOuterClass.SessionRunRequest.Builder.setFeed(int index, NamedTensorProto.Builder builderForValue) Tensors to be fed in the step.SessionServiceOuterClass.SessionRunResponse.Builder.setTensor(int index, NamedTensorProto.Builder builderForValue) NOTE: The order of the returned tensors may or may not match the fetch order specified in RunRequest.