tf-deno TensorFlow.js for Deno and browsers usage import { tf } from "https://code4fukui.github.io/tf-deno/tf.js"; const a = tf.tensor1d([1, 2, 3, 4]); a.print(); sample deno bench1.js deno test1-print.js deno test2-patternmatch.js test2-patternmatch.html checked version ok: @tensorflow/tfjs@4.22.0