Caffe2 - C++ API
A deep learning, cross platform ML framework
canonicalize_ops.h
1 #pragma once
2 
3 #include <torch/csrc/jit/ir.h>
4 
5 namespace torch {
6 namespace jit {
7 
8 TORCH_API void CanonicalizeOps(const std::shared_ptr<Graph>& graph);
9 
10 }
11 } // namespace torch
Definition: jit_type.h:17