Searched refs:mapC (Results 1 – 2 of 2) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | TestCachingOfDeser.java | 64 TestMapWithCustom mapC = mapper.readValue(MAP_INPUT, TestMapWithCustom.class); in testCustomMapCaching1() local 67 assertNotNull(mapC.map); in testCustomMapCaching1() 69 assertEquals(Integer.valueOf(100), mapC.map.get("a")); in testCustomMapCaching1() 78 TestMapWithCustom mapC = mapper.readValue(MAP_INPUT, TestMapWithCustom.class); in testCustomMapCaching2() local 81 assertNotNull(mapC.map); in testCustomMapCaching2() 83 assertEquals(Integer.valueOf(100), mapC.map.get("a")); in testCustomMapCaching2()
|
/external/llvm-project/mlir/include/mlir/Dialect/Utils/ |
D | StructuredOpsUtils.h | 33 auto mapC = AffineMapAttr::get(AffineMap::get(3, 0, {m, n}, context)); in isRowMajorMatmul() local 34 auto maps = ArrayAttr::get({mapA, mapB, mapC}, context); in isRowMajorMatmul() 44 auto mapC = AffineMapAttr::get(AffineMap::get(3, 0, {n, m}, context)); in isColumnMajorMatmul() local 45 auto maps = ArrayAttr::get({mapA, mapB, mapC}, context); in isColumnMajorMatmul()
|