Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please support Split and Slice as well? #2099

Closed
daweili1226 opened this issue Nov 14, 2018 · 1 comment
Closed

Can you please support Split and Slice as well? #2099

daweili1226 opened this issue Nov 14, 2018 · 1 comment

Comments

@daweili1226
Copy link

I mean our tensorflow frontend now doesn't support Gather now.

I see "take" operator is added to tvm already and nnvm operator for the same is pending.
We could use this to support Gather.

Originally posted by @srkreddy1238 in #1188 (comment)

@daweili1226
Copy link
Author

Traceback (most recent call last):
File "x.py", line 125, in
sym, params = nnvm.frontend.from_tensorflow(graph_def, layout=layout)
File "/homed/lidw/tvm/nnvm/python/nnvm/frontend/tensorflow.py", line 1411, in from_tensorflow
sym, params = g.from_tensorflow(graph, layout)
File "/homed/lidw/tvm/nnvm/python/nnvm/frontend/tensorflow.py", line 1096, in from_tensorflow
"The following operators are not implemented: {}".format(missing_operators))
NotImplementedError: The following operators are not implemented: set([u'Slice', u'Split'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant