MCPcopy
hub / github.com/huggingface/transformers.js / utils.test.js

File utils.test.js

packages/transformers/tests/utils/utils.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { AutoProcessor } from "../../src/transformers.js";
2import { hamming, hanning, mel_filter_bank } from "../../src/utils/audio.js";
3import { getFile } from "../../src/utils/hub.js";
4import { RawImage } from "../../src/utils/image.js";

Callers

nothing calls this directly

Calls 12

mel_filter_bankFunction · 0.90
hanningFunction · 0.90
hammingFunction · 0.90
getFileFunction · 0.90
maxMethod · 0.80
textMethod · 0.80
fromURLMethod · 0.80
mapMethod · 0.80
splitMethod · 0.80
grayscaleMethod · 0.80
from_pretrainedMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected