Home
last modified time | relevance | path

Searched refs:executable_provider (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.h130 std::function<Executable*(int64)> executable_provider,
Dhlo_runner_interface.h168 std::function<Executable*(int64)> executable_provider,
Dhlo_runner.cc369 std::function<Executable*(int64)> executable_provider, in ExecuteReplicated() argument
396 auto result = executable_provider(i)->ExecuteOnStream( in ExecuteReplicated()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h174 std::function<Executable*(int64)> executable_provider,
Dhlo_test_base.cc234 std::function<Executable*(int64)> executable_provider, in ExecuteReplicated() argument
243 executable_provider, argument_count_provider, argument_provider, options); in ExecuteReplicated()