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

[onert-micro] Add float Mean kernels #11661

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

BalyshevArtem
Copy link
Contributor

This commit adds float Mean kernels for onert-micro.

for issue: #10933

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

This commit adds float Mean kernels for onert-micro.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
Copy link
Contributor

@SlavikMIPT SlavikMIPT left a comment

Choose a reason for hiding this comment

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

LGTM

@BalyshevArtem BalyshevArtem merged commit 92504bc into Samsung:master Oct 5, 2023
4 checks passed
@chunseoklee
Copy link
Contributor

@BalyshevArtem Have you checked this commit for luci_interpreter_micro_arm target ? I faced the following error :

/home/twoflower/dev/ONE/onert-micro/luci-interpreter/src/kernels/Mean.cpp: In function 'void luci_interpreter::execute_kernel_CircleMean(const circle::Operator*, luci_interpreter::BaseRuntimeGraph*)':
/home/twoflower/dev/ONE/onert-micro/luci-interpreter/src/kernels/Mean.cpp:106:90: error: no matching function for call to 'Mean(float*, const long int*, int, float*, const long int*, int, int*, int&, bool, int [5], int [2], float*)'
  106 |           temp_index, resolved_axis, kernels::getTensorData<float>(tiso_data.output_data));

@BalyshevArtem
Copy link
Contributor Author

@BalyshevArtem Have you checked this commit for luci_interpreter_micro_arm target ? I faced the following error :

Hm, thank you! I will take a look now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: 1 Require at least 1 approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants