Loading [MathJax]/extensions/tex2jax.js
Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Concepts
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 25 of file Tensor.h.