Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestCachingOfDeser.java64 TestMapWithCustom mapC = mapper.readValue(MAP_INPUT, TestMapWithCustom.class); in testCustomMapCaching1() local
78 TestMapWithCustom mapC = mapper.readValue(MAP_INPUT, TestMapWithCustom.class); in testCustomMapCaching2() local
/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h33 auto mapC = AffineMapAttr::get(AffineMap::get(3, 0, {m, n}, context)); in isRowMajorMatmul() local
44 auto mapC = AffineMapAttr::get(AffineMap::get(3, 0, {n, m}, context)); in isColumnMajorMatmul() local