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

Function parse_tf

src/tf/tf.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66program parse_tf(const std::string& name, const tf_options& options)
67{
68 std::fstream input(name.c_str(), std::ios::in | std::ios::binary);
69 return parse_tf_from(options, input);
70}
71
72program parse_tf_buffer(const std::string& buffer, const tf_options& options)
73{

Callers 2

loadMethod · 0.50
MIGRAPHX_PYBIND11_MODULEFunction · 0.50

Calls 1

parse_tf_fromFunction · 0.85

Tested by

no test coverage detected