Searched defs:MapTraits (Results 1 – 2 of 2) sorted by relevance
64 struct MapTraits<true, Data> { struct65 using KeyType = Tensor;66 using DataType = Data;67 using MapType = std::map<KeyType, Data, KeyTensorLess>;72 struct MapTraits<false, Data> { struct73 using KeyType = Tensor;74 using DataType = Data;75 using MapType =
56 struct MapTraits { struct