Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/transformers.js
/ tensor_ops.test.js
File
tensor_ops.test.js
packages/transformers/tests/utils/tensor_ops.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Tensor, interpolate_4d, matmul, rfft, slice } from
"../../src/transformers.js"
;
2
import
{ init } from
"../init.js"
;
3
4
// Initialise the testing environment
Callers
nothing calls this directly
Calls
8
init
Function · 0.90
interpolate_4d
Function · 0.90
matmul
Function · 0.90
rfft
Function · 0.90
slice
Function · 0.90
expectToBeCloseToArray
Function · 0.85
range
Function · 0.85
map
Method · 0.80
Tested by
no test coverage detected