"...git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "d3dbe1790783b98e5ad2d1a7b761bfa6fa8df169"
Commit fca3500e authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed

parent 115c5bfc
#pragma once
#include "host_tensor.hpp"
template <typename TIn,
typename TOut,
template <typename TOut,
typename TIn,
typename TWei,
typename ConvStrides,
typename ConvDilations,
typename InLeftPads,
typename InRightPads>
void host_direct_convolution_backward_weights(
const Tensor<TIn>& in,
const Tensor<TOut>& out,
const Tensor<TIn>& in,
Tensor<TWei>& wei,
const ConvStrides& conv_strides,
const ConvDilations& conv_dilations,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment