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

/external/tensorflow/tensorflow/cc/ops/
H A Dwhile_loop.cc175 OutputList* outputs, bool create_while_ctx,
233 if (create_while_ctx) {
172 BuildWhileLoop(const Scope& scope, const std::vector<Output>& inputs, const CondGraphBuilderFn& cond, const BodyGraphBuilderFn& body, const string& frame_name, OutputList* outputs, bool create_while_ctx, Output* cond_output) argument

Completed in 474 milliseconds