"torchvision/tv_tensors/_bounding_boxes.py" did not exist on "30b879fc68a6970d5c82afeb5d7e0b00a3771967"
- 28 Sep, 2023 1 commit
-
-
Umang Yadav authored
MIGraphX verification by default uses normalized RMS error as the basis for the verification. This change adds some logic to allow migraphx to do "np.allclose" type of elementwise verification using atol and rtol. Commit also includes changes to consistently pass "gold" or "expected" results as the second argument for "verify_range()" calls. Default RMS tolerance inside driver is set to 0.001 which IMO is high for FP32 compared to what we had earlier. Need better defaults
-
- 16 Sep, 2023 2 commits
-
-
Charlie Lin authored
Implements a fill operator that sets the values in an output buffer to a given value Will be used when parsing ONNX ConstantOfShape Can also be used when a buffer needs to be filled with a value that is determined at runtime
-
Ahsan Saghir authored
-
- 06 Sep, 2023 1 commit
-
-
Ahsan Saghir authored
Re-organizes ref tests to improve the speed of compilation
-