Home
last modified time | relevance | path

Searched refs:tensor_rets (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1652 std::vector<Tensor>* tensor_rets = new std::vector<Tensor>; in Run() local
1654 opts, handle, local_inputs, tensor_rets, in Run()
1655 TensorsToFunctionRetsDoneCallback(rets, tensor_rets, std::move(done))); in Run()