MCPcopy
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

1import { Tensor, cat, stack, layer_norm, ones_like, zeros_like, full_like, rand, std_mean } from "../../src/transformers.js";
2import { init } from "../init.js";
3
4init();

Callers

nothing calls this directly

Calls 15

initFunction · 0.90
catFunction · 0.90
stackFunction · 0.90
std_meanFunction · 0.90
layer_normFunction · 0.90
ones_likeFunction · 0.90
zeros_likeFunction · 0.90
full_likeFunction · 0.90
randFunction · 0.90
permuteMethod · 0.80
mapMethod · 0.80
meanMethod · 0.80

Tested by

no test coverage detected