Go to the source code of this file.
|
template<typename T , typename std::enable_if< is_floating_point< T >::value, int >::type > |
SimpleTensor< T > | post_ops (const SimpleTensor< T > &a, experimental::PostOpList< SimpleTensor< T >> post_ops) |
| (EXPERIMENTAL_POST_OPS) More...
|
|
template SimpleTensor< float > | post_ops (const SimpleTensor< float > &a, experimental::PostOpList< SimpleTensor< float >> post_ops) |
|
template SimpleTensor< half > | post_ops (const SimpleTensor< half > &a, experimental::PostOpList< SimpleTensor< half >> post_ops) |
|