We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2e6f1 commit 3bf4400Copy full SHA for 3bf4400
paddle/gserver/gradientmachines/RecurrentGradientMachine.h
@@ -503,9 +503,9 @@ class RecurrentGradientMachine : public NeuralNetwork {
503
* sequence in Matrix stored the entire beam search batch's forward pass
504
* results.
505
*
506
- * @param isSeq: a flag indicating whetehr the layer to be output of the
+ * @param isSeq: a flag indicating whether the layer to be output of the
507
* RecurrentGradientMachine is a sequence or not
508
- * @param outArgs: all of the the returned Arguments of the forward pass
+ * @param outArgs: all of the returned Arguments of the forward pass
509
* during the generation process.
510
*/
511
void createDataOutlinkSelRowsInfo(bool isSeq, std::vector<Argument>& outArgs);
0 commit comments