1. 02 7月, 2020 1 次提交
    • H
      Fix bool type tensor problem · a0623e15
      He Wei 提交于
      Problem: Create 'uint8' type tensor from float data raise RuntimeError;
      Fix:  Use same internal data type for 'uint8' and 'bool' tensor and allows
      convert float data to bool tensor.
      a0623e15
  2. 01 7月, 2020 39 次提交