Home
last modified time | relevance | path

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

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