Ai
1 Star 0 Fork 1

atari/BiSeNet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kernels.hpp 272 Bytes
一键复制 编辑 原始数据 按行查看 历史
CoinCheung 提交于 2022-08-11 19:52 +08:00 . write argmax (#254)
#ifndef _KERNELS_HPP_
#define _KERNELS_HPP_
#include <cuda.h>
#include <cuda_runtime.h>
void argMaxFunc(const void *inten,
void *oten, const int n_size,
const int dimsize, const int m_size,
cudaStream_t* stream);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/atari/BiSeNet.git
git@gitee.com:atari/BiSeNet.git
atari
BiSeNet
BiSeNet
master

搜索帮助