Skip to content

Commit 5ce7b3e

Browse files
authored
Update CONTRIBUTING_MISSING_OP.md (#5558)
* Update CONTRIBUTING_MISSING_OP.md * Update README.md * Update README.md
1 parent 98f6c26 commit 5ce7b3e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING_MISSING_OP.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
**Prerequisite**
55
1. The op should already be supported in [TF](https://www.tensorflow.org/api_docs/python/tf/all_symbols) api.
66
2. The op should not have been supported in TF.js, see [op support list](https://github.com/tensorflow/tfjs/blob/master/tfjs-converter/docs/supported_ops.md).
7+
3. Check [here](https://docs.google.com/spreadsheets/d/1D25XtWaBrmUEErbGQB0QmNhH-xtwHo9LDl59w0TbxrI/edit#gid=0) for various ops supported in different backends.
78

89
**Implementation Details**
910
1. Create a new op in `tfjs-core/ops` directory.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ We support porting pre-trained models from:
166166
- [TensorFlow SavedModel](https://github.com/tensorflow/tfjs-converter)
167167
- [Keras](https://js.tensorflow.org/tutorials/import-keras.html)
168168

169+
## Various ops supported in different backends
170+
171+
Please refer below :
172+
- [TFJS Ops Metrix](https://docs.google.com/spreadsheets/d/1D25XtWaBrmUEErbGQB0QmNhH-xtwHo9LDl59w0TbxrI/edit#gid=0)
173+
169174
## Find out more
170175

171176
[TensorFlow.js](https://js.tensorflow.org) is a part of the

0 commit comments

Comments
 (0)