muda
src
muda
compute_graph
compute_graph_node_id.h
1
#pragma once
2
#include <muda/tools/id_with_type.h>
3
namespace
muda
4
{
5
class
NodeId
:
public
U64IdWithType
6
{
7
using
U64IdWithType::U64IdWithType;
8
};
9
}
// namespace muda
muda::NodeId
Definition:
compute_graph_node_id.h:5
muda::IdWithType
Definition:
id_with_type.h:9
muda
Definition:
assert.h:13
Generated by
1.8.13