Home
last modified time | relevance | path

Searched defs:KeepCallerNode (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_function_call_op.cc29 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; typedef
Dinline_function_utils.h116 enum class KeepCallerNode { kDoNotKeep, kFetchable, kTargetable }; enum
Dinline_function_utils.cc768 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; in InlineFunctionBody() typedef
Dfunction_test.cc1102 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; in TEST_F() typedef
1185 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; in TEST_F() typedef
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc796 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; typedef