Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_function_call_op.cc28 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; typedef
56 ? KeepCallerNode::kFetchable in RewriteFunctionCallNode()
57 : KeepCallerNode::kTargetable; in RewriteFunctionCallNode()
Dfunction.h243 enum class KeepCallerNode { kDoNotKeep, kFetchable, kTargetable }; enum
257 KeepCallerNode keep_caller_node = KeepCallerNode::kDoNotKeep;
Dfunction.cc1710 case KeepCallerNode::kDoNotKeep: in DebugString()
1712 case KeepCallerNode::kFetchable: in DebugString()
1714 case KeepCallerNode::kTargetable: in DebugString()
2124 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; in InlineFunctionBody() typedef
2126 options.keep_caller_node == KeepCallerNode::kFetchable || in InlineFunctionBody()
2127 options.keep_caller_node == KeepCallerNode::kTargetable; in InlineFunctionBody()
2184 if (options.keep_caller_node == KeepCallerNode::kTargetable || in InlineFunctionBody()
2193 } else if (options.keep_caller_node == KeepCallerNode::kFetchable) { in InlineFunctionBody()
Dfunction_test.cc982 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; in TEST_F() typedef
1028 opts.native_options.keep_caller_node = KeepCallerNode::kFetchable; in TEST_F()
1047 opts.native_options.keep_caller_node = KeepCallerNode::kTargetable; in TEST_F()
1065 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; in TEST_F() typedef
1113 opts.native_options.keep_caller_node = KeepCallerNode::kDoNotKeep; in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc785 using KeepCallerNode = InlineFunctionBodyOptions::KeepCallerNode; typedef
1271 inline_options.keep_caller_node = KeepCallerNode::kFetchable; in InlineFunctionCalls()
1273 inline_options.keep_caller_node = KeepCallerNode::kTargetable; in InlineFunctionCalls()
1275 inline_options.keep_caller_node = KeepCallerNode::kDoNotKeep; in InlineFunctionCalls()