Home
last modified time | relevance | path

Searched defs:match_res (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpattern.cc106 auto match_res = iter->match(node); in match() local
Dpy_pass.cc247 auto match_res = src_pattern_->match(node); in Run() local
/third_party/mindspore/tests/st/numpy_native/
Dutils.py92 def match_res(mnp_fn, onp_fn, *arrs, **kwargs): function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c2482 …d_fb_surface(struct zink_context *ctx, struct pipe_surface **surf, struct zink_resource *match_res) in rebind_fb_surface()
2493 rebind_fb_state(struct zink_context *ctx, struct zink_resource *match_res, bool from_set_fb) in rebind_fb_state()