Home
last modified time | relevance | path

Searched refs:write_mode (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_common_fp32.h31 … int depth, int row, int col, size_t stride, size_t write_mode);
49 size_t kw_remainder, size_t write_mode);
53 int act_type, int ow_bock, int oc_block, size_t write_mode);
64 size_t write_mode);
70 size_t write_mode);
75 size_t write_mode);
80 size_t write_mode);
85 size_t write_mode);
90 size_t write_mode);
95 size_t write_mode);
[all …]
Dmatmul_fp32.h61 int col, size_t stride, size_t write_mode);
63 int row, int col, size_t stride, size_t write_mode);
65 int row, int col, size_t stride, size_t write_mode);
67 int row, int col, size_t stride, size_t write_mode);
75 int col, int stride, int write_mode);
77 int row, int col, int stride, int write_mode);
84 size_t row, size_t col, size_t stride, size_t write_mode);
107 int col, int stride, int write_mode);
Dconv_common_fp32.c308 int act_type, int ow_bock, int oc_block, size_t write_mode) { in SWBorder() argument
326 … (conv_param->kernel_w_ - end_kw + start_kw) * C8NUM * oc_block * sw_param->ic_align_, write_mode); in SWBorder()
380 int write_mode = conv_param->out_format_; in ConvSWFp32() local
404 act_type, 1, oc_block, write_mode); in ConvSWFp32()
408 1, oc_block, write_mode); in ConvSWFp32()
419 out_block_step, ic_algin, in_kw_step, in_kh_step, in_sw_step, 0, write_mode); in ConvSWFp32()
424 act_type, 1, oc_block, write_mode); in ConvSWFp32()
436 size_t write_mode) { in SWConv3x32Kernel() argument
587 : "a"(act_flag), "r"(out_step), "r"(dst), "r"(write_mode), "r"(dst_4) in SWConv3x32Kernel()
595 size_t write_mode) { in SWConv1x32Kernel() argument
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DMatMul_Sse.c107 int col, int stride, int write_mode) { in MatmulFloatSse64Opt() argument
113 if (write_mode != 0) { // writec8 in MatmulFloatSse64Opt()
142 if (write_mode == OutType_TileC8) { // WriteWino in MatmulFloatSse64Opt()
151 } else if (write_mode == OutType_C8) { // WriteC8 in MatmulFloatSse64Opt()
201 if (write_mode == OutType_C8) c += 32; in MatmulFloatSse64Opt()
202 if (write_mode == OutType_TileC8) c = dst + WinoSteps2; in MatmulFloatSse64Opt()
203 if (write_mode == OutType_Nhwc) c = dst - col; in MatmulFloatSse64Opt()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dmatmul_fp16.h42 int deep, int row, int col, int stride, int write_mode);
45 int deep, int row, int col, int stride, int write_mode);
77 int deep, int row, int col, int stride, int write_mode);
Dmatmul_fp16.c230 int deep, int row, int col, int stride, int write_mode) { in MatMul16x8Fp16() argument
231 if (write_mode == OutType_Nhwc) { in MatMul16x8Fp16()
249 } else if (write_mode == OutType_C8) { in MatMul16x8Fp16()
292 int deep, int row, int col, int stride, int write_mode) { in MatMul12x8Fp16() argument
293 if (write_mode == OutType_Nhwc) { // common conv and matmul in MatMul12x8Fp16()
311 } else if (write_mode == OutType_C8) { // common deconv in MatMul12x8Fp16()
/third_party/curl/lib/
Dsmb.h218 unsigned short write_mode; member
/third_party/python/Python/
Dpylifecycle.c2140 int fd, int write_mode, const char* name, in create_stdio() argument
2162 if (!buffered_stdio && write_mode) in create_stdio()
2166 if (write_mode) in create_stdio()
2249 if (write_mode) in create_stdio()
/third_party/libsnd/tests/
Dheader_test.tpl254 update_header_sub (const char *filename, int typemajor, int write_mode)
264 outfile = test_open_file_or_die (filename, write_mode, &sfinfo, SF_TRUE, __LINE__) ;
/third_party/python/Lib/test/
Dtest_socket.py4784 write_mode = 'wb' variable in FileObjectClassTestCase
4810 self.write_mode, self.bufsize,
4915 self.assertEqual(self.write_file.mode, self.write_mode)
5051 write_mode = 'wb' variable in UnicodeReadFileObjectClassTestCase
5061 write_mode = 'w' variable in UnicodeWriteFileObjectClassTestCase
5071 write_mode = 'w' variable in UnicodeReadWriteFileObjectClassTestCase
Dtest_io.py1622 write_mode = "wb" variable in BufferedWriterTest
1805 with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
1851 with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
2183 write_mode = "wb+" variable in BufferedRandomTest
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch74456 FileWriteMode write_mode,