Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AcceleratorConfig

import type { AcceleratorConfig } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

A TPU accelerator configuration.

interface AcceleratorConfig {
topology?: string;
type?:
| "TYPE_UNSPECIFIED"
| "V2"
| "V3"
| "V4"
| "V5P";
}

§Properties

§
topology?: string
[src]

Required. Topology of TPU in chips.

§
type?: "TYPE_UNSPECIFIED" | "V2" | "V3" | "V4" | "V5P"
[src]

Required. Type of TPU.