#include <pytorch.h>
carla::learning::NeuralModel 的协作图:Public 成员函数 | |
| void | Forward () |
| void | ForwardCUDATensors () |
| void | ForwardDynamic () |
| Outputs & | GetOutputs () |
| void | LoadModel (char *filename, int device) |
| NeuralModel () | |
| void | SetInputs (Inputs input) |
| ~NeuralModel () | |
Private 属性 | |
| Inputs | _input |
| Outputs | _output |
| std::unique_ptr< NeuralModelImpl > | Model |
| carla::NeuralModel::NeuralModel | ( | ) |
在文件 pytorch.cpp 第 187 行定义.
| carla::NeuralModel::~NeuralModel | ( | ) |
在文件 pytorch.cpp 第 350 行定义.
| void carla::NeuralModel::Forward | ( | ) |
在文件 pytorch.cpp 第 219 行定义.
引用了 carla::learning::GetWheelTensorInputs(), carla::learning::GetWheelTensorOutput() , 以及 carla::learning::Inputs::wheel0.
函数调用图:| void carla::NeuralModel::ForwardCUDATensors | ( | ) |
| void carla::NeuralModel::ForwardDynamic | ( | ) |
在文件 pytorch.cpp 第 259 行定义.
引用了 carla::learning::GetWheelTensorInputs() , 以及 carla::learning::GetWheelTensorOutputDynamic().
函数调用图:| Outputs & carla::NeuralModel::GetOutputs | ( | ) |
在文件 pytorch.cpp 第 346 行定义.
| void carla::NeuralModel::LoadModel | ( | char * | filename, |
| int | device | ||
| ) |
在文件 pytorch.cpp 第 191 行定义.
| void carla::NeuralModel::SetInputs | ( | Inputs | input | ) |
在文件 pytorch.cpp 第 214 行定义.
|
private |