Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/transformers.js
/ tensor.test.js
File
tensor.test.js
packages/transformers/tests/utils/tensor.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Tensor, cat, stack, layer_norm, ones_like, zeros_like, full_like, rand, std_mean } from
"../../src/transformers.js"
;
2
import
{ init } from
"../init.js"
;
3
4
init();
Callers
nothing calls this directly
Calls
15
init
Function · 0.90
cat
Function · 0.90
stack
Function · 0.90
std_mean
Function · 0.90
layer_norm
Function · 0.90
ones_like
Function · 0.90
zeros_like
Function · 0.90
full_like
Function · 0.90
rand
Function · 0.90
permute
Method · 0.80
map
Method · 0.80
mean
Method · 0.80
Tested by
no test coverage detected