Home
last modified time | relevance | path

Searched defs:update_func (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_astats.c548 #define UPDATE_STATS_P(type, update_func, update_float, channel_func) \ argument
560 #define UPDATE_STATS_I(type, update_func, update_float, channel_func) \ argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dfunction_node.cc317 auto update_func = [](const FunctionNodePtr &node) { in UpdateDependence() local