Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DVitals.h35 struct TORCH_API TorchVital { struct
37 std::unordered_map<std::string, TorchVitalAttr> attrs; argument
39 explicit TorchVital(std::string n) : name(std::move(n)) {} in TorchVital() argument