File compute_graph_node_id.h
File List > compute_graph > compute_graph_node_id.h
Go to the documentation of this file
#pragma once
#include <muda/tools/id_with_type.h>
namespace muda
{
class NodeId : public U64IdWithType
{
using U64IdWithType::U64IdWithType;
};
} // namespace muda