/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/cppflow/include/cppflow/ops.h File Reference
|
Ratpac-two
|
ops.h File Reference
Go to the source code of this file.
Functions | |
Operators | |
| tensor | cppflow::operator+ (const tensor &x, const tensor &y) |
| tensor | cppflow::operator- (const tensor &x, const tensor &y) |
| tensor | cppflow::operator* (const tensor &x, const tensor &y) |
| tensor | cppflow::operator/ (const tensor &x, const tensor &y) |
| std::ostream & | cppflow::operator<< (std::ostream &os, const cppflow::tensor &t) |
| std::string | cppflow::to_string (const tensor &t) |
Detailed Description
- Date
- @showdate "%B %d, %Y" 2020-07-31
TensorFlow raw_ops mappings
Function Documentation
◆ operator*()
◆ operator+()
◆ operator-()
◆ operator/()
◆ to_string()
|
inline |
- Returns
- A string representing t in the form: (tensor: shape=?, data= ?)
Generated by