Home
last modified time | relevance | path

Searched refs:device_stack_has_callable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_context.py81 func_graph_module.device_stack_has_callable(
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py537 (device_stack_has_callable(graph._device_function_stack) or
1328 def device_stack_has_callable(device_stack): function