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

Implement cumsum for tflite #26673

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pvprajap
Copy link

@pvprajap pvprajap commented Sep 19, 2024

Details:

This PR adds support for cumsum op in tflite frontend

Tickets:

Closes #26672

@pvprajap pvprajap requested review from a team as code owners September 19, 2024 02:09
@github-actions github-actions bot added category: MO Model Optimizer category: TF FE OpenVINO TensorFlow FrontEnd category: TFL FE OpenVINO TensorFlow Lite FrontEnd category: OVC OVC tool labels Sep 19, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalIntelPR External contributor from Intel label Sep 19, 2024
Add CUMSUM  operation support to TensorflowLite Frontend.

Signed-off-by: Pratikkumar V Prajapati <[email protected]>
"CUMSUM" operation name is used along with "cumsum", so add
both names in cusum translator op.

Signed-off-by: Pratikkumar V Prajapati <[email protected]>
@@ -61,7 +61,7 @@ std::map<std::string, CreatorFunction> get_supported_ops() {
// CONV_3D
// CONV_3D_TRANSPOSE
{"COS", translate_unary<opset10::Cos>},
// CUMSUM
{"CUMSUM", translate_cumsum_op},
// CUSTOM
// DELEGATE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rkazants rkazants added the pr: needs tests PR needs tests updating label Sep 19, 2024
@ilya-lavrenov ilya-lavrenov added this to the 2024.5 milestone Sep 19, 2024
Signed-off-by: Pratikkumar V Prajapati <[email protected]>
@pvprajap pvprajap requested a review from a team as a code owner September 19, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: TF FE OpenVINO TensorFlow FrontEnd category: TFL FE OpenVINO TensorFlow Lite FrontEnd ExternalIntelPR External contributor from Intel pr: needs tests PR needs tests updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Implement cumsum for tflite frontend
4 participants