Shushi Hong

Results 40 comments of Shushi Hong

@leandron I see that the code has changed a lot from the example#9165. All tests are all combined to one function, so if I just need to remove the conditional...

@p3achyjr I'm glad to do that. What operators tasks have you doing now?

@p3achyjr So am I. I think I won't have time to do this work until the first few days of September. If you start to work on it, just inform...

@leandron I have seen #14667 , which is a good example for us to mimic. However, it is not the latest version of code.

@p3achyjr Okay, got it. I am now trying to work on SQUARE.

Got it. Actually I don't know clearly how to write a test for unary element operation... And I will try again in following days.

@p3achyjr Thanks. You set me a really great example. I'll try it again.

@p3achyjr ``` # with respect to its fp32 input range, defined in fake_quant. # s = 255/(fmax-fmin); m = -fmin*s (the zero point) for i in input_arrays: try: quant_scale =...

@p3achyjr May I ask you how did you run the tests. Why I use some commands like `python3 -mpytest -sv tests/python/frontend/tflite/test_forward.py::test_all_elemwise` always get passed even I used offending input you...

@mshr-h Thanks, if this is fixed in that side, we can rerun CI.