Docs.rs
math-0.11.0
math 0.11.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Rustinante
Dependencies
log ^0.4.8
normal
num ^0.2
normal
rand ^0.7.0
normal
rayon ^1.1.0
normal
Versions
24.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
math
0.11.0
HasTensor
Data
Required Methods
data
Implementors
In math::
tensor::
tensor_
storage
math
::
tensor
::
tensor_storage
Trait
HasTensorData
Copy item path
Source
pub trait HasTensorData<Dtype> { // Required method fn
data
(&self) -> &
TensorStorage
<Dtype>; }
Required Methods
§
Source
fn
data
(&self) -> &
TensorStorage
<Dtype>
Implementors
§
Source
§
impl<'a, Dtype>
HasTensorData
<Dtype> for
MatrixView
<'a, Dtype>
Source
§
impl<Dtype>
HasTensorData
<Dtype> for
EphemeralView
<'_, Dtype>
Source
§
impl<Dtype>
HasTensorData
<Dtype> for
Matrix
<Dtype>