Searched defs:body_outputs (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
H A Dwhile_context.cc25 std::vector<OutputTensor> body_outputs)
31 body_outputs_(std::move(body_outputs)) {
20 WhileContext(StringPiece frame_name, std::vector<Node*> enter_nodes, std::vector<Node*> exit_nodes, OutputTensor cond_output, std::vector<OutputTensor> body_inputs, std::vector<OutputTensor> body_outputs) argument
H A Dwhile_context.h40 std::vector<OutputTensor> body_outputs);
47 const std::vector<OutputTensor>& body_outputs() const { function in class:tensorflow::WhileContext
H A Dgraph.cc689 std::vector<OutputTensor> body_outputs,
695 std::move(body_outputs))));
684 AddWhileContext(StringPiece frame_name, std::vector<Node*> enter_nodes, std::vector<Node*> exit_nodes, OutputTensor cond_output, std::vector<OutputTensor> body_inputs, std::vector<OutputTensor> body_outputs, WhileContext** result) argument
/external/tensorflow/tensorflow/cc/ops/
H A Dwhile_loop.cc209 std::vector<Output> body_outputs; local
210 TF_RETURN_IF_ERROR(CreateBody(scope, body, switch_trues, &body_outputs));
214 next_outputs[i] = NextIteration(scope, body_outputs[i]);
238 ToOutputTensors(body_outputs), &while_ctx));
/external/tensorflow/tensorflow/c/
H A Dc_api.h1066 // This is the size of cond_inputs, body_inputs, and body_outputs.
1079 TF_Output* const body_outputs; member in struct:TF_WhileParams
1091 // `cond_output`, `body_outputs`, and `name`. The `body_outputs` buffer will be
1094 // `cond_output` and `body_outputs`.

Completed in 145 milliseconds