Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
This is the complete list of members for txeo::TensorOp< T >, including all inherited members.
divide(const txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
divide(const T &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
divide_by(txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
divide_by(const T &scalar, txeo::Tensor< T > &tensor) | txeo::TensorOp< T > | static |
dot(const txeo::Vector< T > &left, const txeo::Vector< T > &right) | txeo::TensorOp< T > | static |
hadamard_div(const txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
hadamard_div_by(txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
hadamard_prod(const txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
hadamard_prod_by(txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
multiply(const txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
multiply_by(txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
operator=(const TensorOp &)=delete | txeo::TensorOp< T > | |
operator=(TensorOp &&)=delete | txeo::TensorOp< T > | |
product(const txeo::Matrix< T > &left, const txeo::Matrix< T > &right) | txeo::TensorOp< T > | static |
subtract(const txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
subtract(const txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
subtract(const T &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
subtract_by(txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
subtract_by(txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
subtract_by(const T &left, txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
sum(const txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
sum(const txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
sum_by(txeo::Tensor< T > &left, const txeo::Tensor< T > &right) | txeo::TensorOp< T > | static |
sum_by(txeo::Tensor< T > &left, const T &right) | txeo::TensorOp< T > | static |
TensorOp(const TensorOp &)=delete | txeo::TensorOp< T > | |
TensorOp(TensorOp &&)=delete | txeo::TensorOp< T > | |
~TensorOp()=default | txeo::TensorOp< T > |