1. 25 7月, 2020 1 次提交
  2. 14 7月, 2020 1 次提交
  3. 29 6月, 2020 1 次提交
  4. 12 6月, 2020 1 次提交
  5. 22 5月, 2020 1 次提交
    • H
      Change mem layout of string tensor · df361d1d
      hesham 提交于
      add support for MindRecord and TFRecord
      ----
      optimize tensorshape
      
      optimize tensorshape and FlatIndex
      
      TFRecord and MindRecord support for string tensor
      
      Modify mem layout
      Add new constructor
      Add method Allocate
      
      Change some GetMutableBuffer usages to AllocateBuffer
      df361d1d
  6. 16 5月, 2020 1 次提交
    • H
      -Add DE_STRING · e8ca2433
      hesham 提交于
      -replace switch'case by indexing
      
      - Add test case
      - Add constructors
      - Add getItem string
      
      - Fix bugs
      - Add more tests
      
      - Tensor iterator
      - asNumpy
      - TextFileDataset
      
      - Tensor(Numpy)
      
      - Super > 2D
      - Add more test cases for GeneratorDataset
      
      - Change StartAddr to GetBuffer and GetMutableNuffer
      
      - Raise an error if batch is used with strings
      
      Clean-up work
      e8ca2433