Home
last modified time | relevance | path

Searched defs:ref_matmul_int8_t (Results 1 – 1 of 1) sorted by relevance

/dports/math/onednn/oneDNN-2.5.1/src/cpu/matmul/
H A Dref_matmul_int8.hpp37 struct ref_matmul_int8_t : public primitive_t { struct
38 struct pd_t : public cpu_matmul_pd_t {
84 ref_matmul_int8_t(const pd_t *apd) : primitive_t(apd) {} in ref_matmul_int8_t() function
86 status_t init(engine_t *engine) override { in init()
93 status_t execute(const exec_ctx_t &ctx) const override { in execute()
98 const pd_t *pd() const { return (const pd_t *)primitive_t::pd().get(); } in pd()
100 std::unique_ptr<ref_post_ops_t> ref_post_ops;