Searched refs:mlirTypeDump (Results 1 – 6 of 6) sorted by relevance
74 mlirTypeDump(parsedType); in testAttributeType()76 mlirTypeDump(constructedType); in testAttributeType()134 mlirTypeDump(parsedType); in testOperationType()136 mlirTypeDump(constructedType); in testOperationType()199 mlirTypeDump(parsedType); in testRangeType()201 mlirTypeDump(constructedType); in testRangeType()203 mlirTypeDump(elementType); in testRangeType()261 mlirTypeDump(parsedType); in testTypeType()263 mlirTypeDump(constructedType); in testTypeType()321 mlirTypeDump(parsedType); in testValueType()[all …]
100 mlirTypeDump(mlirQuantizedTypeGetStorageType(any)); in testAnyQuantizedType()104 mlirTypeDump(mlirQuantizedTypeGetExpressedType(any)); in testAnyQuantizedType()117 mlirTypeDump(mlirQuantizedTypeGetQuantizedElementType(any)); in testAnyQuantizedType()123 mlirTypeDump(any); in testAnyQuantizedType()152 mlirTypeDump(uniform); in testUniformType()202 mlirTypeDump(perAxis); in testUniformPerAxisType()225 mlirTypeDump(calibrated); in testCalibratedType()
648 mlirTypeDump(i32); in printBuiltinTypes()650 mlirTypeDump(si32); in printBuiltinTypes()652 mlirTypeDump(ui32); in printBuiltinTypes()663 mlirTypeDump(index); in printBuiltinTypes()680 mlirTypeDump(bf16); in printBuiltinTypes()682 mlirTypeDump(f16); in printBuiltinTypes()684 mlirTypeDump(f32); in printBuiltinTypes()686 mlirTypeDump(f64); in printBuiltinTypes()697 mlirTypeDump(none); in printBuiltinTypes()706 mlirTypeDump(cplx); in printBuiltinTypes()[all …]
751 MLIR_CAPI_EXPORTED void mlirTypeDump(MlirType type);
741 void mlirTypeDump(MlirType type) { unwrap(type).dump(); } in mlirTypeDump() function
3083 "dump", [](PyType &self) { mlirTypeDump(self); }, kDumpDocstring) in populateIRCore()