Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/ops/
Dwhile_loop.cc35 std::vector<OutputTensor> ToOutputTensors(const std::vector<Output>& outputs) { in ToOutputTensors() function
237 ToOutputTensor(cond_out), ToOutputTensors(switch_trues), in BuildWhileLoop()
238 ToOutputTensors(body_outputs), &while_ctx)); in BuildWhileLoop()