Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device.h64 bool is_component_function; member
H A Dkernel_and_device.cc189 options.is_component_function = is_component_fn_it->second.b(); in InstantiateFunc()
H A Dexecute.cc420 op->eager_func_params().value().is_component_function) { in MustCompileWithXLA()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h653 bool is_component_function = false; member
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Deager_service.pb.h601 bool is_component_function() const; in Swap()
3438 bool is_component_function() const; in Swap()
4788 inline bool Operation::is_component_function() const { in is_component_function() function
6665 inline bool RegisterFunctionOp::is_component_function() const { in is_component_function() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.cc861 const bool should_run_optimization_passes = !options.is_component_function; in InstantiateMultiDevice()