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>
txeo::c_numeric
Definition
Tensor.h:19
Detailed Description
Definition at line
19
of file
Tensor.h
.
txeo
c_numeric
Generated by
1.9.8