Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
This is the complete list of members for txeo::TensorFunc< T >, including all inherited members.
abs(const txeo::Tensor< T > &tensor) | txeo::TensorFunc< T > | static |
abs_by(txeo::Tensor< T > &tensor) | txeo::TensorFunc< T > | static |
operator=(const TensorFunc &)=default | txeo::TensorFunc< T > | |
operator=(TensorFunc &&)=delete | txeo::TensorFunc< T > | |
permute(const txeo::Tensor< T > &tensor, const std::vector< size_t > &axes) | txeo::TensorFunc< T > | static |
permute_by(txeo::Tensor< T > &tensor, const std::vector< size_t > &axes) | txeo::TensorFunc< T > | static |
power_elem(const txeo::Tensor< T > &tensor, const T &exponent) | txeo::TensorFunc< T > | static |
power_elem_by(txeo::Tensor< T > &tensor, const T &exponent) | txeo::TensorFunc< T > | static |
sqrt(const txeo::Tensor< T > &tensor) | txeo::TensorFunc< T > | static |
sqrt_by(txeo::Tensor< T > &tensor) | txeo::TensorFunc< T > | static |
square(const txeo::Tensor< T > &tensor) | txeo::TensorFunc< T > | static |
square_by(txeo::Tensor< T > &tensor) | txeo::TensorFunc< T > | static |
TensorFunc(const TensorFunc &)=delete | txeo::TensorFunc< T > | |
TensorFunc(TensorFunc &&)=delete | txeo::TensorFunc< T > | |
transpose(const txeo::Matrix< T > &matrix) | txeo::TensorFunc< T > | static |
transpose_by(txeo::Matrix< T > &matrix) | txeo::TensorFunc< T > | static |
~TensorFunc()=default | txeo::TensorFunc< T > |