Home
last modified time | relevance | path

Searched refs:execute_with_python_values (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client_test.py89 return xla_client.execute_with_python_values(
515 ans, = xla_client.execute_with_python_values(
813 result = xla_client.execute_with_python_values(
842 result = xla_client.execute_with_python_values(
1415 result = xla_client.execute_with_python_values(
1454 result = xla_client.execute_with_python_values(
1470 result = xla_client.execute_with_python_values(
1488 result = xla_client.execute_with_python_values(
1517 result = xla_client.execute_with_python_values(
1539 result = xla_client.execute_with_python_values(
[all …]
H A Dxla_client.pyi56 def execute_with_python_values(executable: Executable, arguments: Sequence[Any],
H A Dxla_client.py318 def execute_with_python_values(executable, arguments, backend): function