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

#include <tvm/graph/CallGraph.h>

Public Member Functions

void build (const CallGraph &graph)
 
void clear ()
 
void execute () const
 

Detailed Description

An execution plan built from the graph

Member Function Documentation

◆ build()

void tvm::graph::CallGraph::Plan::build ( const CallGraph graph)

Build the plan from the CallGraph

◆ clear()

void tvm::graph::CallGraph::Plan::clear ( )

Clear the plan

◆ execute()

void tvm::graph::CallGraph::Plan::execute ( ) const
inline

Execute the plan


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