1. 23 7月, 2020 1 次提交
  2. 22 7月, 2020 2 次提交
    • H
      [Core] Add the graph optimization of subblocks for transformer model (#3947) · 7af1a258
      hong19860320 提交于
      * [Core][ARM] Fix beam_search, eltwise_mul supports broadcast and int64_t data type, add print op and kernel, add exeception
      test=develop
      
      * Fix the dims of parent idx of the arm kernel of beam_search op
      
      * elementwise_mul supports int64_t data type with broadcasting
      
      * Add print op and kernel for debugging
      
      * Support throwing the exception when the internal error occurs
      
      * Refine while and conditional_block op kernel
      
      * Support the graph optimization on subblocks
      
      * Pass program_desc and block_idx into the kernel of the control flow ops(while/conditional_block/subgraph), and create the RuntimeProgram online, it make it possiable to call the control flow ops recursively
      
      *Add unit test for masked transformer model
      7af1a258
    • J
      update name format. test=develop · 4b54c594
      jiweibo 提交于
      4b54c594
  3. 17 7月, 2020 1 次提交
  4. 15 7月, 2020 1 次提交
    • update desc interfaces, test=develop (#3926) · 42ab4d55
      石晓伟 提交于
      * update desc interfaces, test=develop
      
      * update desc interfaces, test=develop
      
      * update compatible_pb.cc, test=develop
      
      * fix build errors, test=develop
      
      * remove the fstream to shrink the size of library, test=develop
      42ab4d55
  5. 07 7月, 2020 1 次提交
  6. 17 6月, 2020 1 次提交
  7. 12 6月, 2020 1 次提交
  8. 11 6月, 2020 1 次提交
  9. 09 6月, 2020 1 次提交
  10. 28 5月, 2020 1 次提交
  11. 18 5月, 2020 1 次提交
  12. 13 4月, 2020 1 次提交
  13. 30 12月, 2019 1 次提交
  14. 27 12月, 2019 1 次提交
  15. 16 12月, 2019 1 次提交
  16. 10 12月, 2019 1 次提交
    • W
      modify static_kernel_pass to support select the kernel according to input type (#2488) · 7ef0e7fe
      Wilber 提交于
      修改了选kernel的逻辑,默认从模型文件中读取出lod_tensor的data type,在static_kernel_pick pass中如果kernel输入输出的类型与读取的data type完全一致,则选择该Kernel的概率增大。
      
      - 增加 从模型文件__model__读取lod_tensor的data type到cpp::vardesc
      
      - program中增加unordered_map<string, type>字段,并在 Program::PrepareWorkspace中对该字段赋值
      
      - 修改了node.h文件,将const Type* 更改为Type*,并在SSAGraph::Build过程中为符合条件的type*赋值
      
      - static_kernel_pick_pass中添加新规则,如果kernel的输入类型输出类型与__model__中存储的类型的一致,则score*=2。
      
      - 支持模型中用到sequence_reverse_float kernel(输入输出均为float)和sequence_reverse_int64 kernel(输入输出均为int64),能够根据输入输出type选kernel
      7ef0e7fe
  17. 04 12月, 2019 1 次提交
  18. 24 10月, 2019 1 次提交
    • L
      Make inceptionv4, resnet50, googlenet can run on x86 paltform (#2250) · edb4ea9a
      liu zhengxi 提交于
      * make inceptionv4, resnet50, googlenet can run on x86 paltform and fix the compare part in x86 unittests, test=develop
      
      * fix googlenet tests for benchmark record, test=develop
      
      * [framework][profile] fix profile dump bug when op is feed and fetch test=develop (sangoly)
      edb4ea9a
  19. 27 9月, 2019 1 次提交
  20. 30 8月, 2019 1 次提交
    • Z
      add precision and persistable attrs for the tensor. (#1899) · e2e07fa4
      Zhen Wang 提交于
      * Add precision and persistable attrs for the tensor. And fix cxx light and full api demo.
      
      * update precision2string methods. test=develop
      
      * move the save logic to the front of the run in mobilenetv1_full_api.cc, test=develop.
      
      * add comments for UpdateVarsOfProgram. test=develop
      e2e07fa4
  21. 16 8月, 2019 1 次提交