Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ InputBufferSizes
Function
InputBufferSizes
tensorflow/core/lib/io/zlib_buffers_test.cc:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace io {
25
26
static std::vector<int> InputBufferSizes() {
27
return {10, 100, 200, 500, 1000, 10000};
28
}
29
30
static std::vector<int> OutputBufferSizes() { return {100, 200, 500, 1000}; }
31
Callers
3
TestAllCombinations
Function · 0.85
TestTell
Function · 0.85
TestSkipNBytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected