Docs.rs
math-0.11.0
math 0.11.0
Permalink
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
Shape
Required Methods
shape
Implementors
In math::
tensor::
tensor_
shape
math
::
tensor
::
tensor_shape
Trait
HasTensorShape
Copy item path
Source
pub trait HasTensorShape { // Required method fn
shape
(&self) -> &
TensorShape
; }
Required Methods
§
Source
fn
shape
(&self) -> &
TensorShape
Implementors
§
Source
§
impl<'a, Dtype>
HasTensorShape
for
MatrixView
<'a, Dtype>
Source
§
impl<Dtype>
HasTensorShape
for
EphemeralView
<'_, Dtype>
Source
§
impl<Dtype>
HasTensorShape
for
Matrix
<Dtype>