Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo::TensorOp< T > Member List

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 &)=deletetxeo::TensorOp< T >
operator=(TensorOp &&)=deletetxeo::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 &)=deletetxeo::TensorOp< T >
TensorOp(TensorOp &&)=deletetxeo::TensorOp< T >
~TensorOp()=defaulttxeo::TensorOp< T >