question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generate table of op support and their backend implementation status

See original GitHub issue

As discussed, it would be very valuable to the community to have a point of reference somewhere for a table that summarizes all supported TFJS ops and on which backends each has been implemented or not, and if so, if that is full or partial support.

Something like this:

Op Name   |   JS   |   WASM   |   WebGL   |   React Native   |   Node.js   |   WebGPU   |   etc...
----------------------------------------------------------------------------------------------------
Relu           |  Yes   |   Partial   |      Yes       |           Yes          |      Yes       |         No       |    No

This would help requests like this to be able to identify the offending op:

https://discuss.tensorflow.org/t/weird-output-with-tfjs-on-wasm-backend-with-no-warnings/3326

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jinjingforevercommented, Aug 26, 2021

Hi @rthadur, here is the spreadsheet: https://docs.google.com/spreadsheets/d/1D25XtWaBrmUEErbGQB0QmNhH-xtwHo9LDl59w0TbxrI/edit#gid=0. Please help link it from the main README file. Thank you!

1reaction
vladmandiccommented, Aug 31, 2021

btw, here’s a live link on git pages: https://vladmandic.github.io/tfjs-utils/src/kernels.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Backend Software Architecture Checklist: How to Build a ...
Identify the endpoints that need authorisation, and implement them right away. You don't want the state of your database to be corrupted ...
Read more >
Table administration - Product Documentation | ServiceNow
Applications use tables and records to manage data and processes, such as Incident, Problem, and CMDB. Tables can extend other tables, creating ......
Read more >
Derived tables in Looker - Google Cloud
The persistence of a derived table can be managed by Looker or, for dialects that support materialized views, by your database using materialized...
Read more >
Manage linked tables - Microsoft Support
Maintain each data source and its linked tables with the Linked Table Manager ... Make sure the Status column is visible (you may...
Read more >
13.7.3.4 OPTIMIZE TABLE Statement
The table rebuild triggered by OPTIMIZE TABLE is completed in place. An exclusive table lock is only taken briefly during the prepare phase...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found