Searched refs:profile_ptr (Results 1 – 2 of 2) sorted by relevance
187 std::shared_ptr<HloExecutionProfile> profile_ptr; member204 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()
38 optional fixed64 profile_ptr = 1; field