[Mlir-commits] [mlir] [mlir][python] value casting (PR #69644)
Maksim Levental
llvmlistbot at llvm.org
Tue Oct 31 16:14:13 PDT 2023
================
@@ -231,7 +231,7 @@ class Sliceable {
/// Returns the element at the given slice index. Supports negative indices
/// by taking elements in inverse order. Returns a nullptr object if out
/// of bounds.
- pybind11::object getItem(intptr_t index) {
+ virtual pybind11::object getItem(intptr_t index) {
----------------
makslevental wrote:
all set (using the detection idiom you recommended)
https://github.com/llvm/llvm-project/pull/69644
More information about the Mlir-commits
mailing list