Merge pull request #7622 from abhinavarora/reduce_op_doc

Fixing the rendering for Reduce operators in operator documentation
add_depthwiseConv_op_gpu
Tao Luo 8 years ago committed by GitHub
commit 388aa51ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,7 +129,7 @@ If reduce_all is true, just reduce along all dimensions and output a scalar.
} }
void SetComment(std::string name, std::string op) { void SetComment(std::string name, std::string op) {
Replace(comment_, "{ReduceOP}", name); Replace(comment_, "{ReduceOp}", name);
Replace(comment_, "{reduce}", op); Replace(comment_, "{reduce}", op);
} }
}; };

Loading…
Cancel
Save