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

Method get

src/core/dim4.rs:120–122  ·  view source on GitHub ↗

Get the dimensions as a slice of 4 values

(&self)

Source from the content-addressed store, hash-verified

118
119 /// Get the dimensions as a slice of 4 values
120 pub fn get(&self) -> &[u64; 4] {
121 &self.dims
122 }
123}
124
125#[cfg(test)]

Callers 15

medianFunction · 0.45
var_v2Function · 0.45
cov_v2Function · 0.45
var_all_v2Function · 0.45
median_allFunction · 0.45
corrcoefFunction · 0.45
topkFunction · 0.45
meanvarFunction · 0.45
stdev_v2Function · 0.45
stdev_all_v2Function · 0.45
svdFunction · 0.45
svd_inplaceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected