Home
last modified time | relevance | path

Searched defs:compressBuffer (Results 1 – 2 of 2) sorted by relevance

/external/lz4/tests/
Dfreestanding.c55 static uint8_t compressBuffer[1024 * 1024]; in test_lz4() local
91 static uint8_t compressBuffer[1024 * 1024]; in test_lz4hc() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dloopnest.cpp2465 void LoopNest::compressBuffer(const BufPtr& buf, const StmtPtr& stmt) { in compressBuffer() function in torch::jit::tensorexpr::LoopNest