Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/stubs/
H A Ditt.cpp10 struct ITTMethods : public ProfilerStubs { struct
11 void record( in record()
16 float elapsed( in elapsed()
22 void mark(const char* name) const override { in mark()
26 void rangePush(const char* name) const override { in rangePush()
30 void rangePop() const override { in rangePop()
34 void onEachDevice(std::function<void(int)> op) const override {} in onEachDevice()
36 void synchronize() const override {} in synchronize()
38 bool enabled() const override { in enabled()