Home
last modified time | relevance | path

Searched refs:bp_buf (Results 1 – 3 of 3) sorted by relevance

/dports/biology/gcta/gcta_1.26.0_src/
H A Dgcta.h570 locus_bp(string locus_name_buf, int chr_buf, int bp_buf) { in locus_bp() argument
573 bp = bp_buf; in locus_bp()
H A Ddata.cpp278 vector<int> chr_buf, bp_buf; in update_bim() local
287 bp_buf.push_back(_bp[i]); in update_bim()
306 _bp = bp_buf; in update_bim()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dkernel_builder.cpp4795 const expr_t &a_slm_buf, const expr_t &bp_buf, in load_multiply_builder_t() argument
4805 , bp_buf_(bp_buf) in load_multiply_builder_t()
5821 expr_t bp_buf; in build() local
5827 init_fwd(gemm_schedule, a_view, b_view, c_view, ap_buf, bp_buf, cp_buf); in build()
5830 gemm_schedule, a_view, b_view, c_view, ap_buf, bp_buf, cp_buf); in build()
5833 ap_buf, bp_buf, cp_buf, b_reduced_mem_buf, in build()
5847 cb.set_bp_buf(bp_buf); in build()