Uses of Class
org.tensorflow.framework.NamedTensorProto.Builder
-
Packages that use NamedTensorProto.Builder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of NamedTensorProto.Builder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return NamedTensorProto.Builder Modifier and Type Method Description NamedTensorProto.BuilderRunStepRequest.Builder. addFeedBuilder()Tensors to be fed in the step.NamedTensorProto.BuilderRunStepRequest.Builder. addFeedBuilder(int index)Tensors to be fed in the step.NamedTensorProto.BuilderRunGraphResponse.Builder. addRecvBuilder()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProto.BuilderRunGraphResponse.Builder. addRecvBuilder(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProto.BuilderRunGraphRequest.Builder. addSendBuilder()Runs the graph.NamedTensorProto.BuilderRunGraphRequest.Builder. addSendBuilder(int index)Runs the graph.NamedTensorProto.BuilderRunStepResponse.Builder. addTensorBuilder()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.NamedTensorProto.BuilderRunStepResponse.Builder. addTensorBuilder(int index)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.NamedTensorProto.BuilderRunStepRequest.Builder. getFeedBuilder(int index)Tensors to be fed in the step.NamedTensorProto.BuilderRunGraphResponse.Builder. getRecvBuilder(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProto.BuilderRunGraphRequest.Builder. getSendBuilder(int index)Runs the graph.NamedTensorProto.BuilderRunStepResponse.Builder. getTensorBuilder(int index)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.Methods in org.tensorflow.distruntime that return types with arguments of type NamedTensorProto.Builder Modifier and Type Method Description List<NamedTensorProto.Builder>RunStepRequest.Builder. getFeedBuilderList()Tensors to be fed in the step.List<NamedTensorProto.Builder>RunGraphResponse.Builder. getRecvBuilderList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<NamedTensorProto.Builder>RunGraphRequest.Builder. getSendBuilderList()Runs the graph.List<NamedTensorProto.Builder>RunStepResponse.Builder. getTensorBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.Methods in org.tensorflow.distruntime with parameters of type NamedTensorProto.Builder Modifier and Type Method Description RunStepRequest.BuilderRunStepRequest.Builder. addFeed(int index, NamedTensorProto.Builder builderForValue)Tensors to be fed in the step.RunStepRequest.BuilderRunStepRequest.Builder. addFeed(NamedTensorProto.Builder builderForValue)Tensors to be fed in the step.RunGraphResponse.BuilderRunGraphResponse.Builder. addRecv(int index, NamedTensorProto.Builder builderForValue)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphResponse.BuilderRunGraphResponse.Builder. addRecv(NamedTensorProto.Builder builderForValue)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphRequest.BuilderRunGraphRequest.Builder. addSend(int index, NamedTensorProto.Builder builderForValue)Runs the graph.RunGraphRequest.BuilderRunGraphRequest.Builder. addSend(NamedTensorProto.Builder builderForValue)Runs the graph.RunStepResponse.BuilderRunStepResponse.Builder. addTensor(int index, NamedTensorProto.Builder builderForValue)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.RunStepResponse.BuilderRunStepResponse.Builder. addTensor(NamedTensorProto.Builder builderForValue)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.RunStepRequest.BuilderRunStepRequest.Builder. setFeed(int index, NamedTensorProto.Builder builderForValue)Tensors to be fed in the step.RunGraphResponse.BuilderRunGraphResponse.Builder. setRecv(int index, NamedTensorProto.Builder builderForValue)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphRequest.BuilderRunGraphRequest.Builder. setSend(int index, NamedTensorProto.Builder builderForValue)Runs the graph.RunStepResponse.BuilderRunStepResponse.Builder. setTensor(int index, NamedTensorProto.Builder builderForValue)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest. -
Uses of NamedTensorProto.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return NamedTensorProto.Builder Modifier and Type Method Description NamedTensorProto.BuilderNamedTensorProto.Builder. addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)NamedTensorProto.BuilderNamedTensorProto.Builder. clear()NamedTensorProto.BuilderNamedTensorProto.Builder. clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)NamedTensorProto.BuilderNamedTensorProto.Builder. clearName()Name of the tensor.NamedTensorProto.BuilderNamedTensorProto.Builder. clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)NamedTensorProto.BuilderNamedTensorProto.Builder. clearTensor()The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.BuilderNamedTensorProto.Builder. clone()NamedTensorProto.BuilderNamedTensorProto.Builder. mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)NamedTensorProto.BuilderNamedTensorProto.Builder. mergeFrom(org.nd4j.shade.protobuf.Message other)NamedTensorProto.BuilderNamedTensorProto.Builder. mergeFrom(NamedTensorProto other)NamedTensorProto.BuilderNamedTensorProto.Builder. mergeTensor(TensorProto value)The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.BuilderNamedTensorProto.Builder. mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)static NamedTensorProto.BuilderNamedTensorProto. newBuilder()static NamedTensorProto.BuilderNamedTensorProto. newBuilder(NamedTensorProto prototype)NamedTensorProto.BuilderNamedTensorProto. newBuilderForType()protected NamedTensorProto.BuilderNamedTensorProto. newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)NamedTensorProto.BuilderNamedTensorProto.Builder. setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)NamedTensorProto.BuilderNamedTensorProto.Builder. setName(String value)Name of the tensor.NamedTensorProto.BuilderNamedTensorProto.Builder. setNameBytes(org.nd4j.shade.protobuf.ByteString value)Name of the tensor.NamedTensorProto.BuilderNamedTensorProto.Builder. setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)NamedTensorProto.BuilderNamedTensorProto.Builder. setTensor(TensorProto value)The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.BuilderNamedTensorProto.Builder. setTensor(TensorProto.Builder builderForValue)The client can populate a TensorProto using a tensorflow::Tensor`, or directly using the protobuf field accessors.NamedTensorProto.BuilderNamedTensorProto.Builder. setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)NamedTensorProto.BuilderNamedTensorProto. toBuilder()
-