Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ file_exists
Function
file_exists
examples/neon_sgemm.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
using namespace utils;
38
39
static bool file_exists(const std::string &filename)
40
{
41
std::ifstream file(filename);
42
return file.good();
43
}
44
45
static bool equal_float(const float a, const float b)
46
{
Callers
1
do_setup
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected