Fixing the rendering for Reduce operators in operator documentation

add_depthwiseConv_op_gpu
Abhinav Arora 8 years ago
parent 38c61053ff
commit 484af6c7e0

@ -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