Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc187 std::shared_ptr<HloExecutionProfile> profile_ptr; member
204 state.profile_ptr = in ExecuteWrapperBeforeExecution()
260 state.profile_ptr != nullptr) { in ExecuteWrapperAfterExecution()
263 state.profile_ptr->ToProto().SerializeAsString()); in ExecuteWrapperAfterExecution()
266 if (state.profile_ptr != nullptr) { in ExecuteWrapperAfterExecution()
269 std::shared_ptr<HloExecutionProfile> profile = state.profile_ptr; in ExecuteWrapperAfterExecution()
284 ExecuteAsyncOnStream(run_options, arguments, state.profile_ptr.get()); in ExecuteAsyncOnStreamWrapper()
295 run_options, std::move(arguments), state.profile_ptr.get()); in ExecuteAsyncOnStreamWrapper()
/external/perfetto/protos/third_party/chromium/
Dchrome_track_event.proto38 optional fixed64 profile_ptr = 1; field