Searched defs:AsHandle (Results 1 – 9 of 9) sorted by relevance
432 pub trait AsHandle { trait451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
432 pub trait AsHandle { interface451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
54 pub trait AsHandle { interface
1519 impl AsHandle for $type { impl1543 impl AsHandle for $type { impl
151 py::handle ShardedDeviceArray::AsHandle() { in AsHandle() function in jax::ShardedDeviceArray
108 py::handle PyBuffer::AsHandle() { in AsHandle() function in xla::PyBuffer