Home
last modified time | relevance | path

Searched refs:is_component_function (Results 1 – 5 of 5) 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.cc104 if (operation.is_component_function()) { in GetEagerOperationAndNumRetvals()
441 if (!operation.is_function() || !operation.is_component_function()) { in RunComponentFunction()
666 register_function.is_component_function()); in RegisterFunction()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc183 options.is_component_function = is_component_fn_it->second.b(); in InstantiateFunc()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h631 bool is_component_function = false; member
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc756 const bool should_run_optimization_passes = !options.is_component_function; in InstantiateMultiDevice()