Home
last modified time | relevance | path

Searched defs:WhileContext (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dwhile_context.cc20 WhileContext::WhileContext(StringPiece frame_name, in WhileContext() function in tensorflow::WhileContext
Dgraph.h68 class WhileContext; variable
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1453 class WhileContext(ControlFlowContext): class