Home
last modified time | relevance | path

Searched refs:inputsRaw (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp582 SmallVector<MlirType, 4> inputsRaw(inputs.begin(), inputs.end()); in bindDerived() local
584 MlirType t = mlirFunctionTypeGet(context->get(), inputsRaw.size(), in bindDerived()
585 inputsRaw.data(), resultsRaw.size(), in bindDerived()