|
Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
This is the complete list of members for txeo::TensorPart< T >, including all inherited members.
| increase_dimension(const txeo::Tensor< T > &tensor, size_t axis, T value) | txeo::TensorPart< T > | static |
| increase_dimension_by(txeo::Tensor< T > &tensor, size_t axis, T value) | txeo::TensorPart< T > | static |
| operator=(const TensorPart &)=delete | txeo::TensorPart< T > | |
| operator=(TensorPart &&)=delete | txeo::TensorPart< T > | |
| slice(const txeo::Tensor< T > &tensor, size_t first_axis_begin, size_t first_axis_end) | txeo::TensorPart< T > | static |
| sub_matrix_cols(const txeo::Matrix< T > &matrix, const std::vector< size_t > &cols) | txeo::TensorPart< T > | static |
| sub_matrix_cols_exclude(const txeo::Matrix< T > &matrix, const std::vector< size_t > &cols) | txeo::TensorPart< T > | static |
| sub_matrix_rows(const txeo::Matrix< T > &matrix, const std::vector< size_t > &rows) | txeo::TensorPart< T > | static |
| TensorPart(const TensorPart &)=delete | txeo::TensorPart< T > | |
| TensorPart(TensorPart &&)=delete | txeo::TensorPart< T > | |
| unstack(const txeo::Tensor< T > &tensor, size_t axis) | txeo::TensorPart< T > | static |
| ~TensorPart() | txeo::TensorPart< T > |