Fix mul_test compilation + revert unwanted changes in test run_unit_tests.sh
PiperOrigin-RevId: 291247838 Change-Id: Ibf413fd64e0e4e22e3df1feceec3cc9ea284735c
This commit is contained in:
parent
4d16c3d443
commit
ee8d4da321
@ -42,7 +42,7 @@ TEST(MulTest, Scalar) {
|
||||
output.shape = BHWC(1, 2, 2, 1);
|
||||
|
||||
MultiplyScalarAttributes attr;
|
||||
attr.param = 2;
|
||||
attr.param = 2.f;
|
||||
|
||||
// TODO(eignasheva): change to MULTIPLY_SCALAR
|
||||
SingleOpModel model({ToString(OperationType::MUL), attr}, {input}, {output});
|
||||
|
Loading…
Reference in New Issue
Block a user