CARLA
 
载入中...
搜索中...
未找到
| 命名空间 | 宏定义 | 函数
pytorch.cpp 文件参考
#include "pytorch.h"
#include <torch/torch.h>
#include <torch/script.h>
#include <torchscatter/scatter.h>
#include <torchcluster/cluster.h>
#include <torch/csrc/jit/passes/tensorexpr_fuser.h>
#include <c10/cuda/CUDACachingAllocator.h>
#include <string>
#include <vector>
#include <ostream>
#include <sstream>
+ pytorch.cpp 的引用(Include)关系图:

浏览源代码.

struct  carla::learning::NeuralModelImpl
 

命名空间

namespace  carla
 This file contains definitions of common data structures used in traffic manager.
 
namespace  carla::learning
 

宏定义

#define _GLIBCXX_USE_CXX11_ABI   0
 

函数

void add_mark (const std::string &text)
 
torch::jit::IValue carla::learning::GetWheelTensorInputs (WheelInput &wheel)
 
WheelOutput carla::learning::GetWheelTensorOutput (const at::Tensor &particle_forces, const at::Tensor &wheel_forces)
 
WheelOutput carla::learning::GetWheelTensorOutputDynamic (const at::Tensor &particle_forces, const at::Tensor &wheel_forces)
 
void carla::learning::test_learning ()
 

宏定义说明

◆ _GLIBCXX_USE_CXX11_ABI

#define _GLIBCXX_USE_CXX11_ABI   0

在文件 pytorch.cpp5 行定义.

函数说明

◆ add_mark()

void add_mark ( const std::string & text)

在文件 pytorch.cpp20 行定义.