Home
last modified time | relevance | path

Searched refs:data_mode (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
Demu-regs.c149 switch (emu->data_mode) { in get_reg_addr()
227 emu->data_mode = (n == REG_ADDR) ? DATA_ADDR : DATA_USRADDR; in emu_set_fifo_reg()
242 emu->data_mode = DATA_PIPE; in emu_set_fifo_reg()
Demu.h207 } data_mode; member
/third_party/ffmpeg/libavfilter/
Davf_showfreqs.c49 int data_mode; member
120 …{ "data", "set data mode", OFFSET(data_mode), AV_OPT_TYPE_INT, {.i64=MAGNITUDE}, 0, NB_DATA-1, FLA…
423 switch (s->data_mode) { in plot_freqs()
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc64 int64_t data_mode = GetValue<int64_t>(primitive->GetAttr("data_mode")); in InferImplPooling() local
73 if (data_mode != 1) { in InferImplPooling()
74 MS_LOG(EXCEPTION) << "Invalid data_mode value: " << data_mode << ", should be 1"; in InferImplPooling()