Home
last modified time | relevance | path

Searched defs:DefaultStubs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/stubs/
H A Dbase.cpp12 struct DefaultStubs : public ProfilerStubs { struct
13 DefaultStubs(const char* name) : name_{name} {} in DefaultStubs() argument
15 void record(c10::DeviceIndex*, ProfilerVoidEventStub*, int64_t*) in record()
19 float elapsed(const ProfilerVoidEventStub*, const ProfilerVoidEventStub*) in elapsed()
24 void mark(const char*) const override { in mark()
27 void rangePush(const char*) const override { in rangePush()
30 void rangePop() const override { in rangePop()
33 bool enabled() const override { in enabled()
36 void onEachDevice(std::function<void(int)>) const override { in onEachDevice()
39 void synchronize() const override { in synchronize()
[all …]