Skip to content

tfjs-tflite-v0.0.1-alpha.7

Compare
Choose a tag to compare
@jinjingforever jinjingforever released this 21 Oct 23:05
· 1152 commits to master since this release
cdad07b

tfjs-tflite (0.0.1-alpha.6 ==> 0.0.1-alpha.7)

This release compiled the underlying TFLite Web API WASM binaries with --xnn_wasmsimd_version=m91 which should increase the performance of certain quantized TFLite models.

  • [tflite] update tflite web api version. (#5759).
  • [tflite] convert output tensor types that are not supported by TFJS to compatible TFJS types (#5746).
  • [tflite] Fix the broken demo (#5732).
  • [tflite] Remove unneeded download step from readme (#5604).
  • [tflite] Add README to npm package (#5581)..