Home
last modified time | relevance | path

Searched refs:is_component_function (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto44 bool is_component_function = 7; field
45 // Set when is_component_function is true. It's initially generated
215 bool is_component_function = 2; field
218 // When is_component_function is true, `function_def` could be a nested
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc102 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()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h64 bool is_component_function; member
Dkernel_and_device.cc189 options.is_component_function = is_component_fn_it->second.b(); in InstantiateFunc()
Dexecute.cc420 op->eager_func_params().value().is_component_function) { in MustCompileWithXLA()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h653 bool is_component_function = false; member
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc861 const bool should_run_optimization_passes = !options.is_component_function; in InstantiateMultiDevice()