Home
last modified time | relevance | path

Searched refs:set_execution_profile (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.cc85 ExecutableRunOptions& ExecutableRunOptions::set_execution_profile( in set_execution_profile() function in xla::ExecutableRunOptions
Dexecutable_run_options.h124 ExecutableRunOptions& set_execution_profile(ExecutionProfile* profile);
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc327 run_options.set_execution_profile(&profile); in ReplayComputation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc168 service_run_options.mutable_run_options()->set_execution_profile(profile); in ExecuteWithDeviceBuffers()
Dservice.cc407 options.set_execution_profile(profile); in ExecuteParallelAndRegisterResult()
501 options.set_execution_profile(profile); in ExecuteAndRegisterResult()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc117 DefaultExecutableRunOptions().set_execution_profile(&profile)); in XLA_TEST_F()