Caffe2 - C++ API
A deep learning, cross platform ML framework
builtin_functions.h
1 #pragma once
2 
3 #include <torch/csrc/WindowsTorchApiMacro.h>
4 #include <torch/csrc/jit/script/module.h>
5 
6 namespace torch {
7 namespace jit {
8 namespace script {
9 
10 TORCH_API const std::vector<Method*>& getAllBuiltinFunctionsFor(Symbol name);
11 
12 }
13 } // namespace jit
14 } // namespace torch
Definition: jit_type.h:17