Searched refs:EventInterface (Results 1 – 16 of 16) sorted by relevance
26 class EventInterface; variable62 internal::EventInterface* implementation() { return implementation_.get(); } in implementation()76 std::unique_ptr<internal::EventInterface> implementation_;
75 class EventInterface {77 EventInterface() {} in EventInterface() function78 virtual ~EventInterface() {} in ~EventInterface()81 SE_DISALLOW_COPY_AND_ASSIGN(EventInterface);361 virtual std::unique_ptr<EventInterface> CreateEventImplementation() = 0;
39 absl::flat_hash_map<stream_executor::internal::EventInterface*,121 void InsertEvent(stream_executor::internal::EventInterface* key,123 SE_Event* LookupEvent(stream_executor::internal::EventInterface* key);130 void EraseEvent(stream_executor::internal::EventInterface* key);
136 void TpuPlatform::InsertEvent(stream_executor::internal::EventInterface* key, in InsertEvent()143 stream_executor::internal::EventInterface* key) { in LookupEvent()148 void TpuPlatform::EraseEvent(stream_executor::internal::EventInterface* key) { in EraseEvent()
25 class TpuEvent : public ::stream_executor::internal::EventInterface {
115 std::unique_ptr<::stream_executor::internal::EventInterface>
187 std::unique_ptr<::stream_executor::internal::EventInterface>
29 class GpuEvent : public internal::EventInterface {
222 std::unique_ptr<internal::EventInterface> CreateEventImplementation()
206 class HostEvent : public internal::EventInterface {219 std::unique_ptr<internal::EventInterface>221 return std::unique_ptr<internal::EventInterface>(new HostEvent()); in CreateEventImplementation()
163 std::unique_ptr<internal::EventInterface> CreateEventImplementation()
124 class CEvent : public internal::EventInterface {
641 std::unique_ptr<internal::EventInterface> CreateEventImplementation() in CreateEventImplementation()643 return std::unique_ptr<internal::EventInterface>( in CreateEventImplementation()
184 std::unique_ptr<internal::EventInterface> CreateEventImplementation() in CreateEventImplementation()
775 std::unique_ptr<internal::EventInterface>777 return std::unique_ptr<internal::EventInterface>(new GpuEvent(this)); in CreateEventImplementation()
870 std::unique_ptr<internal::EventInterface>872 return std::unique_ptr<internal::EventInterface>(new GpuEvent(this)); in CreateEventImplementation()