Commit d42bef13 authored by gcwenger's avatar gcwenger Committed by Robert Kimball

Fixed doc warning: param -> tparam (#1836)

parent b66c9f07
......@@ -89,7 +89,7 @@ namespace ngraph
/// \brief Create an nGraph pooling operation based on an ONNX pooling op.
///
/// \param T Class of an nGraph pooling operation (e.g. AveragePool, MaxPool)
/// \tparam T Class of an nGraph pooling operation (e.g. AveragePool, MaxPool)
/// \param node incoming ONNX opearation
/// \return nGraph node equivalent of the ONNX operation
template <class T>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment