Commit fca3500e authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed

parent 115c5bfc
#pragma once #pragma once
#include "host_tensor.hpp" #include "host_tensor.hpp"
template <typename TIn, template <typename TOut,
typename TOut, typename TIn,
typename TWei, typename TWei,
typename ConvStrides, typename ConvStrides,
typename ConvDilations, typename ConvDilations,
typename InLeftPads, typename InLeftPads,
typename InRightPads> typename InRightPads>
void host_direct_convolution_backward_weights( void host_direct_convolution_backward_weights(
const Tensor<TIn>& in,
const Tensor<TOut>& out, const Tensor<TOut>& out,
const Tensor<TIn>& in,
Tensor<TWei>& wei, Tensor<TWei>& wei,
const ConvStrides& conv_strides, const ConvStrides& conv_strides,
const ConvDilations& conv_dilations, 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