Type Alias BackendEnum

BackendEnum:
    | ""
    | "cpu"
    | "wasm"
    | "webgl"
    | "humangl"
    | "tensorflow"
    | "webgpu"
    | "none"

Possible TensorFlow backends