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

Method descriptor

crates/cudnn/src/tensor/mod.rs:33–35  ·  view source on GitHub ↗

Returns a reference to the tensor's descriptor.

(&self)

Source from the content-addressed store, hash-verified

31
32 /// Returns a reference to the tensor's descriptor.
33 pub fn descriptor(&self) -> &TensorDescriptor<T, F, D> {
34 &self.descriptor
35 }
36
37 /// Creates a new cuDNN tensor.
38 ///

Callers 8

binary_tensor_opMethod · 0.45
unary_tensor_opMethod · 0.45
add_assignMethod · 0.45
dropout_forwardMethod · 0.45
dropout_backwardMethod · 0.45
convolution_forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected