/external/tensorflow/tensorflow/cc/client/ |
D | client_session.cc | 164 const std::vector<Tensor>& feed_tensors, in RunCallable() argument 167 return impl()->session_->RunCallable(handle, feed_tensors, fetch_tensors, in RunCallable() 172 const std::vector<Tensor>& feed_tensors, in RunCallable() argument 176 return impl()->session_->RunCallable(handle, feed_tensors, fetch_tensors, in RunCallable()
|
D | client_session.h | 123 const std::vector<Tensor>& feed_tensors, 136 const std::vector<Tensor>& feed_tensors,
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 120 std::vector<Tensor> feed_tensors; in RunOnce() local 126 feed_tensors.push_back(tensor); in RunOnce() 137 const Status run_status = session->RunCallable(callable_handle, feed_tensors, in RunOnce() 433 const std::vector<Tensor>& feed_tensors, in RunCallable() argument 436 return wrapped_->RunCallable(handle, feed_tensors, fetch_tensors, in RunCallable() 441 CallableHandle handle, const std::vector<Tensor>& feed_tensors, in RunCallable() argument 444 return wrapped_->RunCallable(handle, feed_tensors, fetch_tensors, in RunCallable()
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 326 const std::vector<Tensor>& feed_tensors, in RecordRunCallable() argument 333 for (auto& tensor : feed_tensors) { in RecordRunCallable() 336 RUN_WITH_TIMESTAMP(RunCallable, handle, feed_tensors, fetch_tensors, in RecordRunCallable() 469 const std::vector<Tensor>& feed_tensors, in RunCallable() argument 472 LOG_AND_RUN_OPERATION(RunCallable, handle, feed_tensors, fetch_tensors, in RunCallable()
|
D | session_ref.h | 71 const std::vector<Tensor>& feed_tensors,
|
/external/tensorflow/tensorflow/core/public/ |
D | session.h | 253 const std::vector<Tensor>& feed_tensors, in RunCallable() argument 269 CallableHandle handle, const std::vector<Tensor>& feed_tensors, in RunCallable() argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 1852 const std::vector<Tensor>* feed_tensors, in RunCallableCallFrame() argument 1856 feed_tensors_(feed_tensors), in RunCallableCallFrame() 1894 CallableHandle handle, const std::vector<Tensor>& feed_tensors, in RunCallable() argument 1896 return RunCallable(handle, feed_tensors, fetch_tensors, run_metadata, in RunCallable() 1901 CallableHandle handle, const std::vector<Tensor>& feed_tensors, in RunCallable() argument 1932 if (feed_tensors.size() != executors_and_keys->input_types.size()) { in RunCallable() 1935 " feed tensors, but got ", feed_tensors.size()); in RunCallable() 1946 for (auto& tensor : feed_tensors) { in RunCallable() 1954 RunCallableCallFrame call_frame(this, executors_and_keys.get(), &feed_tensors, in RunCallable()
|
D | direct_session.h | 125 const std::vector<Tensor>& feed_tensors, 130 CallableHandle handle, const std::vector<Tensor>& feed_tensors,
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util.cc | 432 std::set<std::pair<string, int>> feed_tensors; in PruneGraphDefInto() local 434 feed_tensors.insert( in PruneGraphDefInto() 468 if (feed_tensors.find(std::make_pair(node_name, id.second)) == in PruneGraphDefInto() 469 feed_tensors.end()) { in PruneGraphDefInto()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.h | 105 const std::vector<Tensor>& feed_tensors,
|
D | grpc_session.cc | 440 const std::vector<Tensor>& feed_tensors, in RunCallable() argument 447 for (const Tensor& feed : feed_tensors) { in RunCallable()
|