MCPcopy Index your code
hub / github.com/arrayfire/arrayfire-rust / into

Method into

src/core/array.rs:671–676  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

669/// resource id, an 64 bit integer
670impl<T: HasAfEnum> Into<Array<T>> for af_array {
671 fn into(self) -> Array<T> {
672 Array {
673 handle: self,
674 _marker: PhantomData,
675 }
676 }
677}
678
679/// Returns a new Array object after incrementing the reference count of native resource

Callers 15

medianFunction · 0.80
var_v2Function · 0.80
cov_v2Function · 0.80
topkFunction · 0.80
meanvarFunction · 0.80
stdev_v2Function · 0.80
svdFunction · 0.80
svd_inplaceFunction · 0.80
luFunction · 0.80
lu_inplaceFunction · 0.80
qrFunction · 0.80
qr_inplaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected