Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp271 using PyCallKey = Config<CallType::PyCall>::key_t; typedef
320 cache.location_ = PyCallKey(frame); in set_class()
363 void ValueCache::store<CallType::PyCall>(const PyCallKey& key, no_ephemeral_t) { in store()
375 const PyCallKey& key) const { in load()