onnxruntime/js/web/test
Arthur Islamov ea55700e1c
[js/web] JSEP Gather OP (#16855)
### Description
Added Gather op that works with both i32 and i64 indices, assuming that
values fall into i32 limit. The assumption is safe because it's not
possible to allocate more than 2gb buffer for inputs.

It treats all data from input tensor as u32, copying 1 or 2 elements for
i64, u64 and double.

---------

Co-authored-by: Guenther Schmuelling <guschmue@microsoft.com>
2023-08-03 14:09:37 -07:00
..
data/ops [js/WebGPU] Support int32 Transpose in WebGPU (#16952) 2023-08-02 16:27:24 -07:00
e2e [js] enable formatter for more file types (#16888) 2023-07-28 15:46:58 -07:00
unittests
suite-test-list.jsonc [js/web] JSEP Gather OP (#16855) 2023-08-03 14:09:37 -07:00
test-main.ts [js/webgpu] enable op test for webgpu (#16542) 2023-07-06 08:35:19 -07:00
test-runner.ts js/webgpu: argmax,argmin,softmax support (#16882) 2023-08-02 18:16:19 -07:00
test-shared.ts [js/web] fix nodejs detection (#16400) 2023-06-20 00:20:58 -07:00
test-types.ts [js] add API that allows to get package version (#16207) 2023-06-09 16:18:53 -07:00