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

Extract a function for parsing op SPACE_TO_DEPTH #46021

Conversation

rkuester
Copy link
Contributor

Extract the parsing of op parameters from the flatbuffer out of a
switch statement case, into a standalone function which can be
called by the micro op resolver.

This PR is part of the work to port operator SPACE_TO_DEPTH
from lite to micro, as tracked in issue #45824.

Extract the parsing of op parameters from the flatbuffer out of a
switch statement case, into a standalone function which can be
called by the micro op resolver.
@google-ml-butler google-ml-butler bot added the size:S CL Change Size: Small label Dec 28, 2020
@google-cla google-cla bot added the cla: yes label Dec 28, 2020
@rkuester rkuester added the comp:micro Related to TensorFlow Lite Microcontrollers label Dec 28, 2020
@rkuester rkuester self-assigned this Dec 29, 2020
Move the switch statement case for BuiltinOperator_SPACE_TO_DEPTH
up towards the top of the switch statement, where the other cases
with parse functions are located. There is no functional change.
@gbaned gbaned self-assigned this Dec 29, 2020
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Dec 30, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Dec 30, 2020
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Jan 4, 2021
@copybara-service copybara-service bot merged commit ff8c668 into tensorflow:master Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:micro Related to TensorFlow Lite Microcontrollers ready to pull PR ready for merge process size:S CL Change Size: Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants