Uses of Interface
org.tensorflow.framework.NamedTensorProtoOrBuilder
-
Packages that use NamedTensorProtoOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of NamedTensorProtoOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return NamedTensorProtoOrBuilder Modifier and Type Method Description NamedTensorProtoOrBuilderRunStepRequest.Builder. getFeedOrBuilder(int index)Tensors to be fed in the step.NamedTensorProtoOrBuilderRunStepRequest. getFeedOrBuilder(int index)Tensors to be fed in the step.NamedTensorProtoOrBuilderRunStepRequestOrBuilder. getFeedOrBuilder(int index)Tensors to be fed in the step.NamedTensorProtoOrBuilderRunGraphResponse.Builder. getRecvOrBuilder(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoOrBuilderRunGraphResponse. getRecvOrBuilder(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoOrBuilderRunGraphResponseOrBuilder. getRecvOrBuilder(int index)A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.NamedTensorProtoOrBuilderRunGraphRequest.Builder. getSendOrBuilder(int index)Runs the graph.NamedTensorProtoOrBuilderRunGraphRequest. getSendOrBuilder(int index)Runs the graph.NamedTensorProtoOrBuilderRunGraphRequestOrBuilder. getSendOrBuilder(int index)Runs the graph.NamedTensorProtoOrBuilderRunStepResponse.Builder. getTensorOrBuilder(int index)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.NamedTensorProtoOrBuilderRunStepResponse. getTensorOrBuilder(int index)NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.NamedTensorProtoOrBuilderRunStepResponseOrBuilder. getTensorOrBuilder(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 NamedTensorProtoOrBuilder Modifier and Type Method Description List<? extends NamedTensorProtoOrBuilder>RunStepRequest.Builder. getFeedOrBuilderList()Tensors to be fed in the step.List<? extends NamedTensorProtoOrBuilder>RunStepRequest. getFeedOrBuilderList()Tensors to be fed in the step.List<? extends NamedTensorProtoOrBuilder>RunStepRequestOrBuilder. getFeedOrBuilderList()Tensors to be fed in the step.List<? extends NamedTensorProtoOrBuilder>RunGraphResponse.Builder. getRecvOrBuilderList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<? extends NamedTensorProtoOrBuilder>RunGraphResponse. getRecvOrBuilderList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<? extends NamedTensorProtoOrBuilder>RunGraphResponseOrBuilder. getRecvOrBuilderList()A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.List<? extends NamedTensorProtoOrBuilder>RunGraphRequest.Builder. getSendOrBuilderList()Runs the graph.List<? extends NamedTensorProtoOrBuilder>RunGraphRequest. getSendOrBuilderList()Runs the graph.List<? extends NamedTensorProtoOrBuilder>RunGraphRequestOrBuilder. getSendOrBuilderList()Runs the graph.List<? extends NamedTensorProtoOrBuilder>RunStepResponse.Builder. getTensorOrBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.List<? extends NamedTensorProtoOrBuilder>RunStepResponse. getTensorOrBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.List<? extends NamedTensorProtoOrBuilder>RunStepResponseOrBuilder. getTensorOrBuilderList()NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest. -
Uses of NamedTensorProtoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement NamedTensorProtoOrBuilder Modifier and Type Class Description classNamedTensorProtoA pair of tensor name and tensor values.static classNamedTensorProto.BuilderA pair of tensor name and tensor values.
-