Searched defs:PoolingFwdContext (Results 1 – 1 of 1) sorted by relevance
101 struct PoolingFwdContext { struct103 dnnl::algorithm alg_kind;106 dnnl::prop_kind prop_kind;109 memory::format_tag src_fmt;110 memory::format_tag dst_fmt;111 memory::format_tag ws_fmt;114 memory::dims ws_dims;138 PoolingFwdContext() in PoolingFwdContext() function