Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo::c_numeric Concept Reference

#include <Tensor.h>

Concept definition

template<typename T>
concept txeo::c_numeric = std::is_arithmetic_v<T> && !std::is_same_v<T, bool>

Detailed Description

Definition at line 19 of file Tensor.h.