Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dwinograd_avx.c271 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2AvxUnit()
303 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2ReluAvxUnit()
338 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Relu6AvxUnit()
376 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3AvxUnit()
412 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3ReluAvxUnit()
452 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Relu6AvxUnit()
496 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2AvxUnit()
539 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2ReluAvxUnit()
585 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2Relu6AvxUnit()
633 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x3AvxUnit()
[all …]
Dwinograd_utils.c902 int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Unit()
964 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2ReluUnit()
1031 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Relu6Unit()
1102 int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Unit()
1170 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3ReluUnit()
1244 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Relu6Unit()
1323 int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2Unit()
1395 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2ReluUnit()
1472 int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2Relu6Unit()
1553 int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x3Unit()
[all …]
Dwinograd_transform.c199 int r_c = output_channel - j * C4NUM; in WinogradOutputNHWCTransform() local
211 int r_c = output_channel - j * C8NUM; in WinogradOutputNHWCTransform() local
256 int r_c = output_channel - j * C8NUM; in WinogradOutputNC4HW4Transform() local
269 int r_c = output_channel - j * C4NUM; in WinogradOutputNC4HW4Transform() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dwinograd_utils_fp16.c805 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2UnitFp16()
895 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2ReluUnitFp16()
993 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x2Relu6UnitFp16()
1099 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3UnitFp16()
1135 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3ReluUnitFp16()
1175 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform4x3Relu6UnitFp16()
1219 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2UnitFp16()
1259 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2ReluUnitFp16()
1302 … int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x2Relu6UnitFp16()
1348 int src_step, int dst_step, int out_c, int r_w, int r_h, int r_c) { in OutputTransform6x3UnitFp16()
[all …]
Dwinograd_transform_fp16.c210 int r_c = output_channel - j * C8NUM; in WinogradOutputNHWCTransformFp16() local
250 int r_c = output_channel - j * C8NUM; in WinogradOutputNC8HW8TransformFp16() local
/third_party/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-v0.c19 C r_c; member
Dqualifier-typedef-array-v1.c19 restrict C r_c; // +restrict member
/third_party/rust/rust/compiler/rustc_infer/src/infer/canonical/
Dquery_response.rs327 let r_c = substitute_value(self.tcx, &result_subst, r_c); in instantiate_nll_query_response_and_region_obligations() localVariable