Searched defs:diff_dst_md (Results 1 – 7 of 7) sorted by relevance
161 std::shared_ptr<memory::desc> diff_dst_md; member411 auto diff_dst_md = in Compute() local
234 memory::desc diff_dst_md = in Compute() local
183 std::shared_ptr<mkldnn::memory::desc> diff_dst_md; member448 auto diff_dst_md = in Compute() local
291 memory::desc diff_dst_md = in Compute() local
385 memory::desc diff_dst_md; member527 auto diff_dst_md = bwdParams.diff_dst_md; in Setup() local1176 memory::desc diff_dst_md = in Compute() local
298 std::shared_ptr<memory::desc> diff_dst_md; member623 memory::desc diff_dst_md({}, memory::data_type::undef, in Compute() local
58 #define IS_DIFF_DST_REORDER_NEEDED(diff_dst_md, op_pd, op) \ argument