Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.cc87 execution_profile_ = profile; in set_execution_profile()
92 return execution_profile_; in execution_profile()
Dexecutable_run_options.h164 ExecutionProfile* execution_profile_ = nullptr; variable