Searched refs:is_component_function (Results 1 – 7 of 7) sorted by relevance
44 bool is_component_function = 7; field45 // Set when is_component_function is true. It's initially generated215 bool is_component_function = 2; field218 // When is_component_function is true, `function_def` could be a nested
102 if (operation.is_component_function()) { in GetEagerOperationAndNumRetvals()475 if (!operation.is_function() || !operation.is_component_function()) { in RunComponentFunction()705 register_function.is_component_function()); in RegisterFunction()
64 bool is_component_function; member
189 options.is_component_function = is_component_fn_it->second.b(); in InstantiateFunc()
420 op->eager_func_params().value().is_component_function) { in MustCompileWithXLA()
653 bool is_component_function = false; member
861 const bool should_run_optimization_passes = !options.is_component_function; in InstantiateMultiDevice()