Ctrl-Z
一个多线程机器人运动控制强化学习部署框架
载入中...
搜索中...
未找到
z::math::TensorShape< Dims > 模板结构体 参考

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_dimsdims_array = { Dims... }
 tensor shape array
 

详细描述

template<int64_t... Dims>
struct z::math::TensorShape< Dims >

TensorShape struct, used to store tensor shape information

模板参数
Dims

该结构体的文档由以下文件生成: