Searched refs:inputsRaw (Results 1 – 1 of 1) sorted by relevance
582 SmallVector<MlirType, 4> inputsRaw(inputs.begin(), inputs.end()); in bindDerived() local584 MlirType t = mlirFunctionTypeGet(context->get(), inputsRaw.size(), in bindDerived()585 inputsRaw.data(), resultsRaw.size(), in bindDerived()