From bfa5a2f8305b794bc84a9b2cdfdb0901c42f68ca Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 18 Dec 2018 17:59:18 -0500 Subject: [PATCH] typo: nonZeorValues -> nonZeroValues Fixes https://github.com/MicrosoftDocs/feedback/issues/977 --- articles/CNTK-Library-Managed-API.md | 2 +- articles/CNTK-Library-Native-Eval-Interface.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/CNTK-Library-Managed-API.md b/articles/CNTK-Library-Managed-API.md index 178069cb..30b5d794 100644 --- a/articles/CNTK-Library-Managed-API.md +++ b/articles/CNTK-Library-Managed-API.md @@ -920,7 +920,7 @@ Copy the data stored in the Value object to the buffers representing a sequence Parameters: * `outputVariable`: denotes the shape and dynamic axes when copying data from this Value to the buffers. * `sequenceLength`: on return, it is set to the length of the sequence stored in the Value. -* `colStarts`: on return, it contains indices into the `nonZeorValues` of the first non-zero element of each column of the matrix. +* `colStarts`: on return, it contains indices into the `nonZeroValues` of the first non-zero element of each column of the matrix. * `rowIndices`: on return, it contains the row indexes of each non-zero element of the matrix. * `nonZeroValues`: on return, it contains values of all non-zero elements of the matrix. * `numNonZeroValues`: on return, it returns the number of non-zero elements of the matrix. diff --git a/articles/CNTK-Library-Native-Eval-Interface.md b/articles/CNTK-Library-Native-Eval-Interface.md index c5f58c33..332501e6 100644 --- a/articles/CNTK-Library-Native-Eval-Interface.md +++ b/articles/CNTK-Library-Native-Eval-Interface.md @@ -325,7 +325,7 @@ Copy the data stored in the Value object to the buffers representing a sequence Parameters: * `outputVariable`: denotes the shape and dynamic axes when copying data from this Value to the buffers. * `sequenceLength`: on return, it is set to the length of the sequence stored in the Value. -* `colStarts`: on return, it contains indices into the `nonZeorValues` of the first non-zero element of each column of the matrix. +* `colStarts`: on return, it contains indices into the `nonZeroValues` of the first non-zero element of each column of the matrix. * `rowIndices`: on return, it contains the row indexes of each non-zero element of the matrix. * `nonZeroValues`: on return, it contains values of all non-zero elements of the matrix. * `numNonZeroValues`: on return, it returns the number of non-zero elements of the matrix.