TVM  0.9.4
tvm::graph::CallGraph::Call Struct Reference

#include <tvm/graph/CallGraph.h>

Collaboration diagram for tvm::graph::CallGraph::Call:

Public Member Functions

void operator() () const
 

Public Attributes

internal::AbstractNodenode
 
int id
 

Detailed Description

A call is formed by the combination of a Node and id

Member Function Documentation

◆ operator()()

void tvm::graph::CallGraph::Call::operator() ( ) const
inline

Member Data Documentation

◆ id

int tvm::graph::CallGraph::Call::id

◆ node

internal::AbstractNode* tvm::graph::CallGraph::Call::node

The documentation for this struct was generated from the following file: