Loading [MathJax]/extensions/tex2jax.js
Txeo
v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
Typedefs
Related Symbols
o
p
t
Files
File List
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Concepts
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:25
Detailed Description
Definition at line
25
of file
Tensor.h
.
txeo
c_numeric
Generated by
1.9.8