Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dwhile_context.cc30 body_inputs_(std::move(body_inputs)), in WhileContext()
34 DCHECK_EQ(body_inputs_.size(), num_loop_vars); in WhileContext()
Dwhile_context.h46 const std::vector<OutputTensor>& body_inputs() const { return body_inputs_; } in body_inputs()
70 const std::vector<OutputTensor> body_inputs_; variable