Skip to main content
Module

x/python/examples/tensorflow.ts

🐍 Python interpreter bindings for Deno and Bun.
Latest
File
import { python } from "../mod.ts";
const { print } = python.builtins;const tf = python.import("tensorflow");
print("TensorFlow version:", tf.__version__);