Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.cpp997 noTID, // Placeholder in resultFromActivity()
1063 TORCH_INTERNAL_ASSERT(r->start_tid_ == noTID); in setKinetoTID()
1128 static constexpr auto noTID = std::numeric_limits<uint64_t>::max(); member in torch::profiler::impl::__anon1af765770c11::TransferEvents