Searched defs:TorchVital (Results 1 – 1 of 1) sorted by relevance
35 struct TORCH_API TorchVital { struct37 std::unordered_map<std::string, TorchVitalAttr> attrs; argument39 explicit TorchVital(std::string n) : name(std::move(n)) {} in TorchVital() argument