#include <ostream>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <typeinfo>
Go to the source code of this file.
|
|
using | cppflow::datatype = TF_DataType |
| |
- Author
- Jiannan Liu
-
Sergio Izquierdo
- Date
- @showdate "%B %d, %Y" 2020-07-12
◆ deduce_tf_type()
template<typename T >
| TF_DataType cppflow::deduce_tf_type |
( |
| ) |
|
- Template Parameters
-
- Returns
- The TensorFlow type of T
◆ operator<<()
| std::ostream& cppflow::operator<< |
( |
std::ostream & |
os, |
|
|
datatype |
dt |
|
) |
| |
|
inline |
- Returns
- The stream os after inserting the string representation of dt
◆ to_string()
| std::string cppflow::to_string |
( |
datatype |
dt | ) |
|
|
inline |
- Returns
- A string representing dt