Home
last modified time | relevance | path

Searched refs:ws_set (Results 1 – 7 of 7) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/rnn/
H A Dref_rnn.cpp1304 void _ref_rnn_common_t<aprop>::ws_set(const exec_ctx_t &ctx, in ws_set() function in dnnl::impl::gpu::ocl::_ref_rnn_common_t
1477 ws_set(compute_stream, workspace_, ws_states_offset_, rnn_utils::states, in execute_()
1480 ws_set(compute_stream, workspace_, ws_c_states_offset_, in execute_()
1484 ws_set(compute_stream, workspace_, ws_gates_offset_, rnn_utils::gates, in execute_()
1486 ws_set(compute_stream, workspace_, ws_bias_offset_, rnn_utils::bias, in execute_()
1493 ws_set(ctx, compute_stream, workspace_, ws_dhG1_offset_, in execute_()
1495 ws_set(ctx, compute_stream, workspace_, ws_diff_states_offset_, in execute_()
H A Dref_rnn.hpp241 void ws_set(const exec_ctx_t &ctx,
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dwebsocket.c259 ws_set(term_t WsStream, term_t property, term_t value) in ws_set() function
922 PL_register_foreign("ws_set", 3, ws_set, 0); in install_websocket()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/rnn/
H A Dref_rnn.hpp253 void ws_set(const exec_ctx_t &ctx,
H A Dref_rnn.cpp1336 void _ref_rnn_common_t<aprop>::ws_set(const exec_ctx_t &ctx, in ws_set() function in dnnl::impl::gpu::ocl::_ref_rnn_common_t
1518 ws_set(compute_stream, workspace_, ws_states_offset_, rnn_utils::states, in execute_()
1521 ws_set(compute_stream, workspace_, ws_c_states_offset_, in execute_()
1525 ws_set(compute_stream, workspace_, ws_gates_offset_, rnn_utils::gates, in execute_()
1527 ws_set(compute_stream, workspace_, ws_bias_offset_, rnn_utils::bias, in execute_()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp459 set<string> ws_set(ws_ptr, ws_ptr + 4); in ReadHeader_vc() local
587 } else if (ws_set.count(type) != 0) { in ReadHeader_vc()
H A Dgemma_io.cpp2408 set<string> ws_set(ws_ptr, ws_ptr + 4); in ReadHeader_io() local
2553 } else if (ws_set.count(type) != 0) { in ReadHeader_io()