Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py76 return xla_client.execute_with_python_values(
360 ans, = xla_client.execute_with_python_values(
602 result = xla_client.execute_with_python_values(
631 result = xla_client.execute_with_python_values(
1175 result = xla_client.execute_with_python_values(
1214 result = xla_client.execute_with_python_values(
1230 result = xla_client.execute_with_python_values(
1248 result = xla_client.execute_with_python_values(
1277 result = xla_client.execute_with_python_values(
1299 result = xla_client.execute_with_python_values(
[all …]
Dxla_client.py344 def execute_with_python_values(executable, arguments, backend): function