#include <TensorBlock.h>
Public Member Functions | |
| TensorMaterializedBlock | AsTensorMaterializedBlock () const |
| Scalar * | data () const |
| const Dimensions & | dimensions () const |
| const Dimensions & | strides () const |
Private Member Functions | |
| Storage (Scalar *data, const Dimensions &dimensions, const Dimensions &strides, bool materialized_in_output, bool strided_storage) | |
Private Attributes | |
| Scalar * | m_data |
| Dimensions | m_dimensions |
| bool | m_materialized_in_output |
| bool | m_strided_storage |
| Dimensions | m_strides |
Friends | |
| class | TensorMaterializedBlock |
Definition at line 694 of file TensorBlock.h.
|
inlineprivate |
Definition at line 711 of file TensorBlock.h.
|
inline |
Definition at line 700 of file TensorBlock.h.
|
inline |
Definition at line 696 of file TensorBlock.h.
|
inline |
Definition at line 697 of file TensorBlock.h.
|
inline |
Definition at line 698 of file TensorBlock.h.
|
friend |
Definition at line 709 of file TensorBlock.h.
|
private |
Definition at line 720 of file TensorBlock.h.
|
private |
Definition at line 721 of file TensorBlock.h.
|
private |
Definition at line 723 of file TensorBlock.h.
|
private |
Definition at line 724 of file TensorBlock.h.
|
private |
Definition at line 722 of file TensorBlock.h.