Tannic
A C++ Tensor Library
|
#include <graph.hpp>
Public Member Functions | |
Node (Tensor const &) | |
~Node () | |
Node (const Node &)=delete | |
Node & | operator= (const Node &)=delete |
Node (Node &&other) noexcept | |
Node & | operator= (Node &&other) noexcept |
Public Attributes | |
uintptr_t | id = 0 |
tannic::Node::Node | ( | Tensor const & | ) |
tannic::Node::~Node | ( | ) |
|
delete |
|
noexcept |
uintptr_t tannic::Node::id = 0 |