MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / read_buffer

Function read_buffer

src/file_buffer.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58std::vector<char> read_buffer(const fs::path& filename, size_t offset, size_t nbytes)
59{
60 return generic_read_file<std::vector<char>>(filename, offset, nbytes);
61}
62
63std::string read_string(const fs::path& filename)
64{

Callers 6

TEST_CASEFunction · 0.85
compileMethod · 0.85
load_argumentFunction · 0.85
loadFunction · 0.85
compile_hip_srcFunction · 0.85
parse_tensorMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_CASEFunction · 0.68