Home
last modified time | relevance | path

Searched refs:runtime_dims_or_strides (Results 1 – 24 of 24) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Dsoftmax.cpp41 bool runtime_dims_or_strides in softmax_desc_init() local
44 runtime_dims_or_strides = runtime_dims_or_strides in softmax_desc_init()
46 if (runtime_dims_or_strides) return unimplemented; in softmax_desc_init()
H A Deltwise.cpp46 bool runtime_dims_or_strides in eltwise_desc_init() local
49 runtime_dims_or_strides = runtime_dims_or_strides in eltwise_desc_init()
52 if (runtime_dims_or_strides) return unimplemented; in eltwise_desc_init()
H A Dlrn.cpp51 bool runtime_dims_or_strides in lrn_desc_init() local
54 runtime_dims_or_strides = runtime_dims_or_strides in lrn_desc_init()
57 if (runtime_dims_or_strides) return unimplemented; in lrn_desc_init()
H A Dinner_product.cpp51 bool runtime_dims_or_strides in ip_desc_init() local
56 runtime_dims_or_strides = runtime_dims_or_strides in ip_desc_init()
58 if (runtime_dims_or_strides) return unimplemented; in ip_desc_init()
H A Dbatch_normalization.cpp45 bool runtime_dims_or_strides in bnrm_desc_init() local
48 runtime_dims_or_strides = runtime_dims_or_strides in bnrm_desc_init()
51 if (runtime_dims_or_strides) return unimplemented; in bnrm_desc_init()
H A Dlayer_normalization.cpp50 bool runtime_dims_or_strides in lnorm_desc_init() local
56 runtime_dims_or_strides = runtime_dims_or_strides in lnorm_desc_init()
59 if (runtime_dims_or_strides) return unimplemented; in lnorm_desc_init()
H A Dbinary.cpp44 bool runtime_dims_or_strides in dnnl_binary_desc_init() local
48 if (runtime_dims_or_strides) return unimplemented; in dnnl_binary_desc_init()
H A Ddeconvolution.cpp61 bool runtime_dims_or_strides in deconv_desc_init() local
66 runtime_dims_or_strides = runtime_dims_or_strides in deconv_desc_init()
68 if (runtime_dims_or_strides) return unimplemented; in deconv_desc_init()
H A Dconvolution.cpp62 bool runtime_dims_or_strides in conv_desc_init() local
67 runtime_dims_or_strides = runtime_dims_or_strides in conv_desc_init()
69 if (runtime_dims_or_strides) return unimplemented; in conv_desc_init()
H A Dresampling.cpp52 bool runtime_dims_or_strides in resampling_desc_init() local
57 if (runtime_dims_or_strides) return unimplemented; in resampling_desc_init()
H A Dpooling.cpp65 bool runtime_dims_or_strides in pooling_desc_init() local
68 if (runtime_dims_or_strides) return unimplemented; in pooling_desc_init()
H A Drnn.cpp60 bool runtime_dims_or_strides = false; in check_runtime_dims_or_strides() local
62 runtime_dims_or_strides = runtime_dims_or_strides in check_runtime_dims_or_strides()
64 return runtime_dims_or_strides ? unimplemented : success; in check_runtime_dims_or_strides()
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dsoftmax.cpp41 bool runtime_dims_or_strides in softmax_desc_init() local
44 runtime_dims_or_strides = runtime_dims_or_strides in softmax_desc_init()
46 if (runtime_dims_or_strides) return unimplemented; in softmax_desc_init()
H A Deltwise.cpp46 bool runtime_dims_or_strides in eltwise_desc_init() local
49 runtime_dims_or_strides = runtime_dims_or_strides in eltwise_desc_init()
52 if (runtime_dims_or_strides) return unimplemented; in eltwise_desc_init()
H A Dlrn.cpp51 bool runtime_dims_or_strides in lrn_desc_init() local
54 runtime_dims_or_strides = runtime_dims_or_strides in lrn_desc_init()
57 if (runtime_dims_or_strides) return unimplemented; in lrn_desc_init()
H A Dbatch_normalization.cpp45 bool runtime_dims_or_strides in bnrm_desc_init() local
48 runtime_dims_or_strides = runtime_dims_or_strides in bnrm_desc_init()
51 if (runtime_dims_or_strides) return unimplemented; in bnrm_desc_init()
H A Dinner_product.cpp51 bool runtime_dims_or_strides in ip_desc_init() local
56 runtime_dims_or_strides = runtime_dims_or_strides in ip_desc_init()
58 if (runtime_dims_or_strides) return unimplemented; in ip_desc_init()
H A Dlayer_normalization.cpp50 bool runtime_dims_or_strides in lnorm_desc_init() local
56 runtime_dims_or_strides = runtime_dims_or_strides in lnorm_desc_init()
59 if (runtime_dims_or_strides) return unimplemented; in lnorm_desc_init()
H A Dbinary.cpp44 bool runtime_dims_or_strides in dnnl_binary_desc_init() local
48 if (runtime_dims_or_strides) return unimplemented; in dnnl_binary_desc_init()
H A Ddeconvolution.cpp61 bool runtime_dims_or_strides in deconv_desc_init() local
66 runtime_dims_or_strides = runtime_dims_or_strides in deconv_desc_init()
68 if (runtime_dims_or_strides) return unimplemented; in deconv_desc_init()
H A Dconvolution.cpp62 bool runtime_dims_or_strides in conv_desc_init() local
67 runtime_dims_or_strides = runtime_dims_or_strides in conv_desc_init()
69 if (runtime_dims_or_strides) return unimplemented; in conv_desc_init()
H A Dresampling.cpp52 bool runtime_dims_or_strides in resampling_desc_init() local
57 if (runtime_dims_or_strides) return unimplemented; in resampling_desc_init()
H A Dpooling.cpp65 bool runtime_dims_or_strides in pooling_desc_init() local
68 if (runtime_dims_or_strides) return unimplemented; in pooling_desc_init()
H A Drnn.cpp60 bool runtime_dims_or_strides = false; in check_runtime_dims_or_strides() local
62 runtime_dims_or_strides = runtime_dims_or_strides in check_runtime_dims_or_strides()
64 return runtime_dims_or_strides ? unimplemented : success; in check_runtime_dims_or_strides()