aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXNNPACK Team <xnnpack-github-robot@google.com>2020-10-23 21:10:15 -0700
committerXNNPACK Team <xnnpack-github-robot@google.com>2020-10-23 21:10:56 -0700
commit965272bc1d5d060c7b9a4c3c47f3ac7e96dde3af (patch)
tree2a36cff9a2ced646dae8c052530c91220b065dca /include
parentbf715f9159179086d3027bc74b625281efd20889 (diff)
downloadXNNPACK-965272bc1d5d060c7b9a4c3c47f3ac7e96dde3af.tar.gz
Add WebAssembly SIMD IBILINEAR microkernels for CHW layout
PiperOrigin-RevId: 338792392
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 806f985d4..355533a9f 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 this this many extra bytes after the tensor data passed to XNNPACK.
+/// The caller must allocate at least 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