aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXNNPACK Team <xnnpack-github-robot@google.com>2020-10-23 19:30:50 -0700
committerXNNPACK Team <xnnpack-github-robot@google.com>2020-10-23 19:31:23 -0700
commitcb2b6671503a991259b9c533b189d9de58f7bf5a (patch)
tree21456da46442a1cc92b4e3c3f1c5061a9901eb03 /include
parentdc6c77f28455f82163be5e97f11118d2cc141f6a (diff)
downloadXNNPACK-cb2b6671503a991259b9c533b189d9de58f7bf5a.tar.gz
Roll back the decision to split the packed weights for the CHW IBILINEAR microkernel interface
PiperOrigin-RevId: 338785454
Diffstat (limited to 'include')
-rw-r--r--include/xnnpack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xnnpack.h b/include/xnnpack.h
index 355533a9f..806f985d4 100644
--- a/include/xnnpack.h
+++ b/include/xnnpack.h
@@ -19,7 +19,7 @@ extern "C" {
#endif
/// The number of bytes XNNPACK may read beyond array bounds.
-/// The caller must allocate at least this many extra bytes after the tensor data passed to XNNPACK.
+/// The caller must allocate at this this many extra bytes after the tensor data passed to XNNPACK.
///
/// Note: XNNPACK reads, but never writes beyond array bounds.
#define XNN_EXTRA_BYTES 16