1. 19 10月, 2020 1 次提交
    • H
      Allclose op (#27891) (#28069) · 6bb6cb27
      huangxu96 提交于
      * Fixed allclose_op bug, which cannot deal with some cases of fp64 inputs.
      
      * improved CUDA kernel performance.
      
      * Fixed a bug in cuda kernel which cannot deal with large dimension input, and added an unit test for it.
      
      * Add a test case for float32 input.
      6bb6cb27
  2. 04 4月, 2020 1 次提交
    • Z
      Add allclose_op (#23335) · 56b50c97
      Zhen Wang 提交于
      * Add allclose Op, and its function is analogous to numpy.allclose. It returns True if two tensors are elementwise equal within a tolerance.
      56b50c97