Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ write_boolean
Function
write_boolean
include/libnpy/npy.hpp:339–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
inline std::string write_boolean(bool b) {
340
if (b)
341
return
"True"
;
342
else
343
return
"False"
;
344
}
345
346
} // namespace pyparse
347
Callers
1
write_header_dict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected