Skip to content

Commit 7805229

Browse files
authored
add aot op checks for new hifi ops, add pow_Tensor_Scalar test in HiFi
Differential Revision: D69015730 Pull Request resolved: #8152
1 parent 6b6b1c7 commit 7805229

File tree

2 files changed

+439
-376
lines changed

2 files changed

+439
-376
lines changed

backends/cadence/hifi/operators/op_clamp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace impl {
4848
namespace HiFi {
4949
namespace native {
5050

51-
Tensor& clamp_tensor_out(
51+
Tensor& clamp_Tensor_out(
5252
RuntimeContext& ctx,
5353
const Tensor& in,
5454
const executorch::aten::optional<Tensor>& min_opt,

0 commit comments

Comments
 (0)