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

[tflchef] Add filler for Less op #12581

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

BalyshevArtem
Copy link
Contributor

This pr adds filler for Less op.

from #12516

ONE-DCO-1.0-Signed-off-by: Artem Balyshev [email protected]

This pr adds filler for Less op.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
@BalyshevArtem BalyshevArtem added the approval: 2 Require at least 2 approvals label Jan 31, 2024
Comment on lines +27 to +32
const auto &inputs = *op->inputs();

for (int input : inputs)
{
fill_tensor_to_import(input, import);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added due to Less can have Const input as in example for #12319 (comment)

seanshpark
seanshpark previously approved these changes Jan 31, 2024
Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

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

LGTM

@seanshpark seanshpark requested a review from a team January 31, 2024 09:36
@BalyshevArtem
Copy link
Contributor Author

Added missing header file

Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

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

LGTM

@seanshpark seanshpark merged commit 8981fc0 into Samsung:master Jan 31, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: 2 Require at least 2 approvals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants