Home
last modified time | relevance | path

Searched refs:FunctionCallInlinePolicy (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_function_call_inline_policy.cc20 FunctionCallInlinePolicy GetFunctionCallInlinePolicy( in GetFunctionCallInlinePolicy()
23 return FunctionCallInlinePolicy::kMultiDevicePlacer; in GetFunctionCallInlinePolicy()
24 return FunctionCallInlinePolicy::kSingleDevicePlacer; in GetFunctionCallInlinePolicy()
27 FunctionCallInlinePolicy GetFunctionCallInlinePolicy(const Node* n) { in GetFunctionCallInlinePolicy()
Dlower_function_call_inline_policy.h24 enum class FunctionCallInlinePolicy { enum
51 FunctionCallInlinePolicy GetFunctionCallInlinePolicy(const Node* n);
55 FunctionCallInlinePolicy GetFunctionCallInlinePolicy(
Dlower_function_call_op.cc46 FunctionCallInlinePolicy policy = GetFunctionCallInlinePolicy(n); in RewriteFunctionCallNode()
47 if (policy == FunctionCallInlinePolicy::kMultiDevicePlacer) { in RewriteFunctionCallNode()
56 } else if (policy == FunctionCallInlinePolicy::kSingleDevicePlacer) { in RewriteFunctionCallNode()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc208 tensorflow::FunctionCallInlinePolicy policy = in processInlinedCallBlocks()
213 if (policy == tensorflow::FunctionCallInlinePolicy::kMultiDevicePlacer) in processInlinedCallBlocks()