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
utils
invalid_arguments.h
1
#pragma once
2
3
#include <torch/csrc/python_headers.h>
4
#include <string>
5
#include <vector>
6
7
namespace
torch
{
8
9
std::string format_invalid_args(
10
PyObject* given_args,
11
PyObject* given_kwargs,
12
const
std::string& function_name,
13
const
std::vector<std::string>& options);
14
15
}
// 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