- 28 9月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Polish styles in generate_proposals_op. 1. inline lambda functions rathar than use std::function to save var. 2. add `static inline` to template functions .cc * Make them static to prevent generating symbols. * Make them inline to give compiler a hit inline them as possible. * Not if the function is not static, they cannot be inlined since the symbols should be exported. 3. add `static` to global functions in .cc * Make them static to prevent generating symbols. 4. Use Vector<uint64> instead manually manange storage between devices. 5. Prefer to use platform::ForRange, so we can optimize `ForRange` by just changing `for_range.h` if it is needed. 6. Do not change shape of inputs test=develop
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 04 10月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 03 10月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 29 9月, 2017 2 次提交
- 22 8月, 2017 2 次提交
- 17 8月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 11 8月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 10 8月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 09 8月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 08 8月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 06 8月, 2017 1 次提交
-
-
由 zchen0211 提交于
-
- 03 8月, 2017 3 次提交