Type Alias vaal_sys::NNTensor

source ·
pub type NNTensor = nn_tensor;
Expand description

@struct NNTensor

DeepViewRT Tensor objects. Refer to the DeepViewRT User Manual for details.

Aliased Type§

struct NNTensor { /* private fields */ }

Trait Implementations§

source§

impl Clone for nn_tensor

source§

fn clone(&self) -> nn_tensor

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for nn_tensor

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for nn_tensor