Home
last modified time | relevance | path

Searched refs:has_shift (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_exp_parser.cc40 if (exp_param.has_shift()) { in Parse()
Dcaffe_power_parser.cc40 if (powerParam.has_shift()) { in Parse()
/third_party/mesa3d/src/freedreno/afuc/
Dasm.h52 bool has_shift : 1; member
Dparser.y90 instr->has_shift = true; in shift()
/third_party/gstreamer/gstplugins_good/
DChangeLog36665 Replace has_shift variable with value since it is only use once.