MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / height

Method height

crates/cust/src/memory/array.rs:253–255  ·  view source on GitHub ↗

Returns the height of the ArrayDescripor

(&self)

Source from the content-addressed store, hash-verified

251
252 /// Returns the height of the ArrayDescripor
253 pub fn height(&self) -> usize {
254 self.desc.Height
255 }
256
257 /// Sets the height of the ArrayDescriptor
258 pub fn set_height(&mut self, height: usize) {

Callers 5

from_array_descMethod · 0.45
from_descriptorMethod · 0.45
copy_fromMethod · 0.45
copy_toMethod · 0.45
as_host_vecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected