Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
torch
csrc
jit
script
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
torch
Definition:
jit_type.h:17
Generated on Thu Mar 21 2019 13:06:24 for Caffe2 - C++ API by
1.8.11