Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmap_stage_op.cc64 struct MapTraits<true, Data> { struct
65 using KeyType = Tensor;
66 using DataType = Data;
67 using MapType = std::map<KeyType, Data, KeyTensorLess>;
72 struct MapTraits<false, Data> { struct
73 using KeyType = Tensor;
74 using DataType = Data;
75 using MapType =
/external/libchrome/mojo/public/cpp/bindings/
Dmap_traits.h56 struct MapTraits { struct