Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc76 std::unique_ptr<HloExecutionProfile> profile_ptr = in ExecuteOnStreamWrapper() local
84 ExecuteOnStream(run_options, arguments, profile_ptr.get()); in ExecuteOnStreamWrapper()
137 if (profile_ptr != nullptr) { in ExecuteOnStreamWrapper()
140 profile_ptr->ToString(stream->parent()->GetDeviceDescription())); in ExecuteOnStreamWrapper()