Searched refs:shapeData (Results 1 – 2 of 2) sorted by relevance
154 const int64_t *shapeData; in mlirInferShapedTypeOpInterfaceInferReturnTypes() local159 shapeData = t.getDims().data(); in mlirInferShapedTypeOpInterfaceInferReturnTypes()163 shapeData = nullptr; in mlirInferShapedTypeOpInterfaceInferReturnTypes()165 callback(hasRank, rank, shapeData, wrap(t.getElementType()), in mlirInferShapedTypeOpInterfaceInferReturnTypes()
31 static const std::int16_t shapeData[]{8, 4}; in main() local34 static_cast<int>(sizeof shapeData[0]), in main()35 const_cast<void *>(reinterpret_cast<const void *>(shapeData)), 1, in main()