|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <tensor.hpp>
Public Member Functions | |
| template<typename MatT > | |
| ConstDistTensorView (MatT &&mat) | |
| template<typename MatT > | |
| ConstDistTensorView (MatT &&mat, std::vector< size_t > const &dims) | |
| ConstTensorView< T, D > const & | local_data () const noexcept |
Public Member Functions inherited from lbann::utils::details::MatrixAsTensorView< El::AbstractDistMatrix< T > const > | |
| MatrixAsTensorView (MatT &&mat, std::vector< size_t > const &dims) | |
Public Member Functions inherited from lbann::utils::details::MatrixReferenceWrapper< El::AbstractDistMatrix< T > const > | |
| MatrixReferenceWrapper (MatT &&x) | |
| operator matrix_type & () const noexcept | |
| matrix_type & | data () const noexcept |
Private Types | |
| using | base_type = details::MatrixAsTensorView< El::AbstractDistMatrix< T > const > |
Private Attributes | |
| ConstTensorView< T, D > | m_local_data |
Additional Inherited Members | |
Public Types inherited from lbann::utils::details::MatrixReferenceWrapper< El::AbstractDistMatrix< T > const > | |
| using | matrix_type = El::AbstractDistMatrix< T > const |
Public Attributes inherited from lbann::utils::details::MatrixAsTensorView< El::AbstractDistMatrix< T > const > | |
| m_dims | |
Definition at line 258 of file tensor.hpp.
|
private |
Definition at line 262 of file tensor.hpp.
|
inline |
|
inline |
|
inlinenoexcept |
Definition at line 277 of file tensor.hpp.
|
private |
Definition at line 283 of file tensor.hpp.