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

Function load_buffer

src/load_save.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return load_buffer(read_buffer(filename), options);
37}
38program load_buffer(const std::vector<char>& buffer, const file_options& options)
39{
40 return load_buffer(buffer.data(), buffer.size(), options);
41}
42program load_buffer(const char* buffer, std::size_t size, const file_options& options)
43{
44 program p;

Callers 3

TEST_CASEFunction · 0.85
loadFunction · 0.85
MIGRAPHX_PYBIND11_MODULEFunction · 0.85

Calls 5

from_msgpackFunction · 0.85
from_json_stringFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45
from_valueMethod · 0.45

Tested by

no test coverage detected