Uses of Class
org.tensorflow.framework.NamedTensorProto
-
Packages that use NamedTensorProto Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of NamedTensorProto in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return NamedTensorProto Modifier and Type Method Description NamedTensorProtoRunStepRequest.Builder. getFeed(int index)Tensors to be fed in the step.NamedTensorProtoRunStepRequest. getFeed(int index)Tensors to be fed in the step.NamedTensorProtoRunStepRequestOrBuilder. getFeed(int index)Tensors to be fed in the step.NamedTensorProtoRunGraphResponse.Builder. getRecv(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoRunGraphResponse. getRecv(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoRunGraphResponseOrBuilder. getRecv(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoRunGraphRequest.Builder. getSend(int index)Runs the graph.NamedTensorProtoRunGraphRequest. getSend(int index)Runs the graph.NamedTensorProtoRunGraphRequestOrBuilder. getSend(int index)Runs the graph.NamedTensorProtoRunStepResponse.Builder. getTensor(int index)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.NamedTensorProtoRunStepResponse. getTensor(int index)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.NamedTensorProtoRunStepResponseOrBuilder. getTensor(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 Modifier and Type Method Description List<NamedTensorProto>RunStepRequest.Builder. getFeedList()Tensors to be fed in the step.List<NamedTensorProto>RunStepRequest. getFeedList()Tensors to be fed in the step.List<NamedTensorProto>RunStepRequestOrBuilder. getFeedList()Tensors to be fed in the step.List<NamedTensorProto>RunGraphResponse.Builder. getRecvList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<NamedTensorProto>RunGraphResponse. getRecvList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<NamedTensorProto>RunGraphResponseOrBuilder. getRecvList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<NamedTensorProto>RunGraphRequest.Builder. getSendList()Runs the graph.List<NamedTensorProto>RunGraphRequest. getSendList()Runs the graph.List<NamedTensorProto>RunGraphRequestOrBuilder. getSendList()Runs the graph.List<NamedTensorProto>RunStepResponse.Builder. getTensorList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.List<NamedTensorProto>RunStepResponse. getTensorList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.List<NamedTensorProto>RunStepResponseOrBuilder. getTensorList()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 Modifier and Type Method Description RunStepRequest.BuilderRunStepRequest.Builder. addFeed(int index, NamedTensorProto value)Tensors to be fed in the step.RunStepRequest.BuilderRunStepRequest.Builder. addFeed(NamedTensorProto value)Tensors to be fed in the step.RunGraphResponse.BuilderRunGraphResponse.Builder. addRecv(int index, NamedTensorProto value)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphResponse.BuilderRunGraphResponse.Builder. addRecv(NamedTensorProto value)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphRequest.BuilderRunGraphRequest.Builder. addSend(int index, NamedTensorProto value)Runs the graph.RunGraphRequest.BuilderRunGraphRequest.Builder. addSend(NamedTensorProto value)Runs the graph.RunStepResponse.BuilderRunStepResponse.Builder. addTensor(int index, NamedTensorProto value)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.RunStepResponse.BuilderRunStepResponse.Builder. addTensor(NamedTensorProto value)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 value)Tensors to be fed in the step.RunGraphResponse.BuilderRunGraphResponse.Builder. setRecv(int index, NamedTensorProto value)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphRequest.BuilderRunGraphRequest.Builder. setSend(int index, NamedTensorProto value)Runs the graph.RunStepResponse.BuilderRunStepResponse.Builder. setTensor(int index, NamedTensorProto value)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.Method parameters in org.tensorflow.distruntime with type arguments of type NamedTensorProto Modifier and Type Method Description RunStepRequest.BuilderRunStepRequest.Builder. addAllFeed(Iterable<? extends NamedTensorProto> values)Tensors to be fed in the step.RunGraphResponse.BuilderRunGraphResponse.Builder. addAllRecv(Iterable<? extends NamedTensorProto> values)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.RunGraphRequest.BuilderRunGraphRequest.Builder. addAllSend(Iterable<? extends NamedTensorProto> values)Runs the graph.RunStepResponse.BuilderRunStepResponse.Builder. addAllTensor(Iterable<? extends NamedTensorProto> values)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest. -
Uses of NamedTensorProto in org.tensorflow.framework
Methods in org.tensorflow.framework that return NamedTensorProto Modifier and Type Method Description NamedTensorProtoNamedTensorProto.Builder. build()NamedTensorProtoNamedTensorProto.Builder. buildPartial()static NamedTensorProtoNamedTensorProto. getDefaultInstance()NamedTensorProtoNamedTensorProto.Builder. getDefaultInstanceForType()NamedTensorProtoNamedTensorProto. getDefaultInstanceForType()static NamedTensorProtoNamedTensorProto. parseDelimitedFrom(InputStream input)static NamedTensorProtoNamedTensorProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NamedTensorProtoNamedTensorProto. parseFrom(byte[] data)static NamedTensorProtoNamedTensorProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NamedTensorProtoNamedTensorProto. parseFrom(InputStream input)static NamedTensorProtoNamedTensorProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NamedTensorProtoNamedTensorProto. parseFrom(ByteBuffer data)static NamedTensorProtoNamedTensorProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NamedTensorProtoNamedTensorProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static NamedTensorProtoNamedTensorProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static NamedTensorProtoNamedTensorProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static NamedTensorProtoNamedTensorProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type NamedTensorProto Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<NamedTensorProto>NamedTensorProto. getParserForType()static org.nd4j.shade.protobuf.Parser<NamedTensorProto>NamedTensorProto. parser()Methods in org.tensorflow.framework with parameters of type NamedTensorProto Modifier and Type Method Description NamedTensorProto.BuilderNamedTensorProto.Builder. mergeFrom(NamedTensorProto other)static NamedTensorProto.BuilderNamedTensorProto. newBuilder(NamedTensorProto prototype)
-