Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::DeadCodeEliminator Class Reference

Public Member Functions

 DeadCodeEliminator (std::shared_ptr< Graph > graph)
 
void run (Block *block, bool recurse)
 
void setDeleteCallback (std::function< void(const std::unordered_set< const Value * > &)> deleteCallback)
 

Detailed Description

Definition at line 16 of file dead_code_elimination.cpp.


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