MCPcopy 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

37using namespace utils;
38
39static bool file_exists(const std::string &filename)
40{
41 std::ifstream file(filename);
42 return file.good();
43}
44
45static bool equal_float(const float a, const float b)
46{

Callers 1

do_setupMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected