- 09 4月, 2020 16 次提交
-
-
由 Kaipeng Deng 提交于
-
由 Zhaolong Xing 提交于
* refine fusion_transpose_flatten_concat_op log test=develop * fix ci error test=develop
-
由 Zeng Jinle 提交于
-
由 zhaoyuchen2018 提交于
C++ error message enhancement.
-
由 Huihuang Zheng 提交于
API/OP (ConditionalBlock) error message enhancement (#23480)
-
由 Yiqun Liu 提交于
-
由 Zhen Wang 提交于
* improve error messages of fake_quantize op. test=develop * update the bit_length error info. test=develop
-
由 Zhen Wang 提交于
-
由 mozga-intel 提交于
* Remove the NGraph engine from PDPD repository 1. Each operator was removed from the operator's directory 2. Each test was removed from the unittest directory 3. The parallel executor support was removed from the PDPD 4. The CMake file was removed from the PDPD 5. The NG flags were removed from the repository test=develop * Remove ngraph from: 1. Cmake file 2. Python file test=develop
-
由 wangchaochaohu 提交于
-
由 wangguanzhong 提交于
-
由 liym27 提交于
-
由 Wilber 提交于
error message enhancement for repeated fc
-
由 Wilber 提交于
fill op error message enhancement
-
由 GaoWei8 提交于
-
由 GaoWei8 提交于
-
- 08 4月, 2020 4 次提交
-
-
由 liym27 提交于
-
由 GaoWei8 提交于
-
由 Yiqun Liu 提交于
-
由 Huihuang Zheng 提交于
* OP (recurrent) error message enhancement
-
- 07 4月, 2020 6 次提交
-
-
由 Adam 提交于
-
由 silingtong123 提交于
* add randint op
-
由 qingqing01 提交于
* Make optimizer consistent in dygraph and static-graph and remove some LOG-INFO
-
由 wangchaochaohu 提交于
* add support for value tensor support of fill_constant Op
-
由 Chengmo 提交于
* add index_sample op
-
由 zhangchunle 提交于
-
- 06 4月, 2020 3 次提交
-
-
由 ShenLiang 提交于
-
由 Chen Weihang 提交于
* static model runner basic implement, test=develop * add run program op to execute loaded program, test=develop * refactor static model runner & run program op, test=develop * reset engine.cc to resolve conflict * adapt the change of dygraph double grad, test=develop * refactor impl to solve control flow error, test=develop * clear debug code, test=develop * fix ci str compatible error & checkout dygraph grad maker & add example, test=develop * hide api & add op test, test=develop * fix run program op test places error, test=develop * fix program by review comment, test=develop * delete change var desc name, test=develop * fix other program by review comment, test=develop * remove _static_graph_guard, test=develop * add selectedrows test, test=develop * remove desc parser, test=develop * fix detail program, test=develop * change socpe create & add test, test=develop
-
由 cc 提交于
-
- 05 4月, 2020 4 次提交
-
-
由 Kaipeng Deng 提交于
* fix inplace_abn windows compile error. test=develop
-
由 wawltor 提交于
* Add the sum op to API 2.0, test=develop * Fix the import meesage in common_ops_import
-
由 WuHaobo 提交于
add tril op and triu op
-
- 04 4月, 2020 7 次提交
-
-
由 myq406450149 提交于
* add unbind op unbind(tensor, dim=0): 说明:移除指定维后,返回一组数组,包含了沿着指定维切片后的各个切片。 tensor(Tensor) -- 输入Tensor dim(int) -- 删除的维度 示例: Input = [[1,2], [3,4], [5,6]] axis = 0 Output[0] = [1,2] Output[1] = [3,4] Output[2] = [5,6]
-
由 zhangchunle 提交于
-
由 Chen Weihang 提交于
* delete invalid check inferface Ref & VectorRef, test=develop * fix vector ref delete error, test=develop * try the new check inferface, test=develop * change all related code with new check macro, test=develop * remove static assert, test=develop * polish detail, test=develop * skip coverage problem, test=develop * add new check macro, test=develop
-
由 Zhen Wang 提交于
* solve the conflict of ops with the same name. test=develop
-
由 wawltor 提交于
* Add the argmax op to API 2.0, test=develop * Fix the compiler problem in arg_max op, test=develop * Fix the import meesage in common_ops_import, test=develop * Fix the default dtype of arg_min_max, test=develop
-
由 wawltor 提交于
Update the new api ops of creation ops to the api 2.0
-
由 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.
-