dmlc / MXNet.jl

MXNet Julia Package - flexible and efficient deep learning in Julia
371 stars 70 forks source link

doc: append 'Defined in' into operator docstring #393

Closed iblislin closed 6 years ago

iblislin commented 6 years ago

e.g.

  sum(arr::NDArray)

  Defined in src/operator/tensor/broadcast_reduce_op_value.cc:L85
codecov-io commented 6 years ago

Codecov Report

Merging #393 into master will increase coverage by 1.54%. The diff coverage is 38.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #393      +/-   ##
==========================================
+ Coverage    70.5%   72.05%   +1.54%     
==========================================
  Files          27       27              
  Lines        2058     2068      +10     
==========================================
+ Hits         1451     1490      +39     
+ Misses        607      578      -29
Impacted Files Coverage Δ
src/ndarray.jl 80.65% <0%> (-0.82%) :arrow_down:
src/util.jl 68.46% <83.33%> (+33.23%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d3cdbf6...26d6b53. Read the comment docs.