Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dlogging.h29 void addStatValue( in addStatValue() function
H A Dlogging.cpp13 void LockingLogger::addStatValue(const std::string& stat_name, int64_t val) { in addStatValue() function in torch::jit::logging::LockingLogger