|
Ctrl-Z
一个多线程机器人运动控制强化学习部署框架
|
TensorShape struct, used to store tensor shape information 更多...
#include <TensorType.hpp>
静态 Public 属性 | |
| static constexpr int64_t | dims [] = { Dims... } |
| tensor shape array | |
| static constexpr size_t | num_dims = sizeof...(Dims) |
| number of dimensions | |
| static constexpr size_t | total_size = (Dims * ...) |
| total size of tensor | |
| static constexpr std::array< int64_t, num_dims > | dims_array = { Dims... } |
| tensor shape array | |
TensorShape struct, used to store tensor shape information
| Dims |