Home
last modified time | relevance | path

Searched refs:conv_ctx (Results 1 – 20 of 20) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Dip_convolution.cpp31 exec_ctx_t conv_ctx(ctx, std::move(ip_args)); in execute() local
34 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
36 return ip_p_->execute(conv_ctx); in execute()
44 exec_ctx_t conv_ctx(ctx, std::move(ip_args)); in execute() local
47 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
49 return ip_p_->execute(conv_ctx); in execute()
57 exec_ctx_t conv_ctx(ctx, std::move(ip_args)); in execute() local
60 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
62 return ip_p_->execute(conv_ctx); in execute()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Dip_convolution.cpp31 exec_ctx_t conv_ctx(ctx, std::move(ip_args)); in execute() local
34 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
36 return ip_p_->execute(conv_ctx); in execute()
44 exec_ctx_t conv_ctx(ctx, std::move(ip_args)); in execute() local
47 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
49 return ip_p_->execute(conv_ctx); in execute()
57 exec_ctx_t conv_ctx(ctx, std::move(ip_args)); in execute() local
60 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
62 return ip_p_->execute(conv_ctx); in execute()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A Dcudnn_deconvolution.hpp230 exec_ctx_t conv_ctx(ctx.stream(), std::move(conv_args)); in execute() local
233 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
235 status_t status = conv_p_->execute(conv_ctx); in execute()
329 exec_ctx_t conv_ctx(ctx.stream(), std::move(conv_args)); in execute() local
332 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
334 status_t status = conv_p_->execute(conv_ctx); in execute()
441 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
444 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
445 status_t status = conv_p_->execute(conv_ctx); in execute()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A Dcudnn_deconvolution.hpp230 exec_ctx_t conv_ctx(ctx.stream(), std::move(conv_args)); in execute() local
233 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
235 status_t status = conv_p_->execute(conv_ctx); in execute()
329 exec_ctx_t conv_ctx(ctx.stream(), std::move(conv_args)); in execute() local
332 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
334 status_t status = conv_p_->execute(conv_ctx); in execute()
441 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
444 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
445 status_t status = conv_p_->execute(conv_ctx); in execute()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dref_deconvolution.hpp196 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
199 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
201 return conv_p_->execute(conv_ctx); in execute()
298 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
301 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
303 return conv_p_->execute(conv_ctx); in execute()
440 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
443 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
445 status_t status = conv_p_->execute(conv_ctx); in execute()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dref_deconvolution.hpp195 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
198 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
200 return conv_p_->execute(conv_ctx); in execute()
295 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
298 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
300 return conv_p_->execute(conv_ctx); in execute()
435 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
438 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
440 status_t status = conv_p_->execute(conv_ctx); in execute()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_deconvolution.cpp467 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
470 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
471 auto status = conv_p_->execute(conv_ctx); in execute()
509 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
512 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
513 conv_p_->execute(conv_ctx); in execute()
668 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
671 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
672 status_t status = conv_p_->execute(conv_ctx); in execute()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_deconvolution.cpp480 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
483 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
484 auto status = conv_p_->execute(conv_ctx); in execute()
562 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
565 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
566 conv_p_->execute(conv_ctx); in execute()
721 exec_ctx_t conv_ctx(ctx, std::move(conv_args)); in execute() local
724 conv_ctx.set_scratchpad_grantor(ns.grantor()); in execute()
725 status_t status = conv_p_->execute(conv_ctx); in execute()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dsample.c1095 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1111 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1113 conv_ctx = cur->conv; in smp_resolve_args()
1144 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1172 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1192 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1200 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1220 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1228 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1248 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dsample.c1089 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1105 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1107 conv_ctx = cur->conv; in smp_resolve_args()
1138 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1166 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1186 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1194 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1214 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1222 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1242 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dsample.c1098 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1114 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1116 conv_ctx = cur->conv; in smp_resolve_args()
1147 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1175 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1195 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1203 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1223 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1231 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1251 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dsample.c1099 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1116 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1118 conv_ctx = cur->conv; in smp_resolve_args()
1149 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1177 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1197 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1205 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1225 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1233 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1254 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dsample.c1100 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1117 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1119 conv_ctx = cur->conv; in smp_resolve_args()
1150 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1178 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1197 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1205 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1224 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1232 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1252 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dsample.c1099 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1116 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1118 conv_ctx = cur->conv; in smp_resolve_args()
1149 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1177 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1197 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1205 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1225 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1233 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1254 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dsample.c1102 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1119 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1121 conv_ctx = cur->conv; in smp_resolve_args()
1158 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1186 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1205 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1213 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1232 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1240 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1260 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dsample.c1102 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1119 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1121 conv_ctx = cur->conv; in smp_resolve_args()
1153 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1181 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1200 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1208 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1227 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1235 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1255 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dsample.c1138 const char *conv_ctx, *conv_pre, *conv_pos; in smp_resolve_args() local
1155 conv_pre = conv_pos = conv_ctx = ""; in smp_resolve_args()
1157 conv_ctx = cur->conv; in smp_resolve_args()
1197 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1225 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1244 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1252 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1271 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1279 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
1299 cur->arg_pos + 1, conv_pre, conv_ctx, conv_pos, ctx, cur->kw, where, p->id); in smp_resolve_args()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c88 VulkanExecCtx conv_ctx; member
1671 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_WRITE); in vulkan_pool_alloc()
1691 free_exec_ctx(hwfc, &fp->conv_ctx); in vulkan_frames_uninit()
1712 err = create_exec_ctx(hwfc, &fp->conv_ctx, in vulkan_frames_init()
1752 free_exec_ctx(hwfc, &fp->conv_ctx); in vulkan_frames_init()
2168 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_RO_SHADER); in vulkan_map_from_drm_frame_desc()
2540 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_EXTERNAL_EXPORT); in vulkan_map_to_drm()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dhwcontext_vulkan.c88 VulkanExecCtx conv_ctx; member
1736 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_WRITE); in vulkan_pool_alloc()
1756 free_exec_ctx(hwfc, &fp->conv_ctx); in vulkan_frames_uninit()
1777 err = create_exec_ctx(hwfc, &fp->conv_ctx, in vulkan_frames_init()
2222 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_RO_SHADER); in vulkan_map_from_drm_frame_desc()
2596 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_EXTERNAL_EXPORT); in vulkan_map_to_drm()
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dhwcontext_vulkan.c88 VulkanExecCtx conv_ctx; member
1736 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_WRITE); in vulkan_pool_alloc()
1756 free_exec_ctx(hwfc, &fp->conv_ctx); in vulkan_frames_uninit()
1777 err = create_exec_ctx(hwfc, &fp->conv_ctx, in vulkan_frames_init()
2222 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_RO_SHADER); in vulkan_map_from_drm_frame_desc()
2596 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_EXTERNAL_EXPORT); in vulkan_map_to_drm()