Searched refs:tmp_mul (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/ |
D | layernorm_grad.py | 78 tmp_mul = graph_builder.emit('Mul', [dy_mul_gamma, x_sub_mean]) 79 …padvar_mul1 = graph_builder.emit('ReduceSum', [tmp_mul], attrs={'reduce_axis': norm_axis, 'keep_di…
|
/third_party/ffmpeg/libavformat/ |
D | nutenc.c | 351 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, in write_mainheader() local 368 tmp_mul = 1; in write_mainheader() 377 if (tmp_mul != nut->frame_code[i].size_mul ) tmp_fields = 2; in write_mainheader() 386 tmp_mul = nut->frame_code[i].size_mul; in write_mainheader() 399 nut->frame_code[i].size_mul != tmp_mul || in write_mainheader() 405 if (j != tmp_mul - tmp_size) in write_mainheader() 411 if (tmp_fields > 1) put_v(bc, tmp_mul); in write_mainheader()
|
D | nutdec.c | 199 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; in decode_main_header() local 239 tmp_mul = 1; in decode_main_header() 249 tmp_mul = ffio_read_varlen(bc); in decode_main_header() 263 count = tmp_mul - (unsigned)tmp_size; in decode_main_header() 304 nut->frame_code[i].size_mul = tmp_mul; in decode_main_header()
|