Home
last modified time | relevance | path

Searched refs:jit_sse41_conv_fwd_kernel_f32 (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_sse41_convolution.hpp55 return jit_sse41_conv_fwd_kernel_f32::init_conf(jcp_, *desc(), in init()
87 new jit_sse41_conv_fwd_kernel_f32( in init()
100 std::unique_ptr<jit_sse41_conv_fwd_kernel_f32> kernel_;
H A Djit_sse41_conv_kernel_f32.hpp32 struct jit_sse41_conv_fwd_kernel_f32 : public jit_generator { struct
33 jit_sse41_conv_fwd_kernel_f32(const jit_conv_conf_t &ajcp,
42 DECLARE_CPU_JIT_AUX_FUNCTIONS(jit_sse41_conv_fwd_kernel_f32)
H A Djit_sse41_conv_kernel_f32.cpp40 jit_sse41_conv_fwd_kernel_f32::jit_sse41_conv_fwd_kernel_f32( in jit_sse41_conv_fwd_kernel_f32() function in dnnl::impl::cpu::x64::jit_sse41_conv_fwd_kernel_f32
65 void jit_sse41_conv_fwd_kernel_f32::oh_step_unroll_kw( in oh_step_unroll_kw()
101 void jit_sse41_conv_fwd_kernel_f32::oh_step_nopad( in oh_step_nopad()
157 void jit_sse41_conv_fwd_kernel_f32::apply_postops( in apply_postops()
192 void jit_sse41_conv_fwd_kernel_f32::width_blk_step( in width_blk_step()
304 inline void jit_sse41_conv_fwd_kernel_f32::solve_common(int oc_blocks) { in solve_common()
353 void jit_sse41_conv_fwd_kernel_f32::generate() { in generate()
387 status_t jit_sse41_conv_fwd_kernel_f32::init_conf(jit_conv_conf_t &jcp, in init_conf()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_sse41_convolution.hpp55 CHECK(jit_sse41_conv_fwd_kernel_f32::init_conf(jcp_, *desc(), in init()
89 new jit_sse41_conv_fwd_kernel_f32( in init()
102 std::unique_ptr<jit_sse41_conv_fwd_kernel_f32> kernel_;
H A Djit_sse41_conv_kernel_f32.hpp32 struct jit_sse41_conv_fwd_kernel_f32 : public jit_generator { struct
33 jit_sse41_conv_fwd_kernel_f32(const jit_conv_conf_t &ajcp,
42 DECLARE_CPU_JIT_AUX_FUNCTIONS(jit_sse41_conv_fwd_kernel_f32)
H A Djit_sse41_conv_kernel_f32.cpp40 jit_sse41_conv_fwd_kernel_f32::jit_sse41_conv_fwd_kernel_f32( in jit_sse41_conv_fwd_kernel_f32() function in dnnl::impl::cpu::x64::jit_sse41_conv_fwd_kernel_f32
65 void jit_sse41_conv_fwd_kernel_f32::oh_step_unroll_kw( in oh_step_unroll_kw()
101 void jit_sse41_conv_fwd_kernel_f32::oh_step_nopad( in oh_step_nopad()
157 void jit_sse41_conv_fwd_kernel_f32::apply_postops( in apply_postops()
185 void jit_sse41_conv_fwd_kernel_f32::width_blk_step( in width_blk_step()
297 inline void jit_sse41_conv_fwd_kernel_f32::solve_common(int oc_blocks) { in solve_common()
346 void jit_sse41_conv_fwd_kernel_f32::generate() { in generate()
380 status_t jit_sse41_conv_fwd_kernel_f32::init_conf(jit_conv_conf_t &jcp, in init_conf()