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

Function parse_tf_buffer

src/tf/tf.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72program parse_tf_buffer(const std::string& buffer, const tf_options& options)
73{
74 return parse_tf_from(options, buffer.data(), buffer.size());
75}
76
77program parse_tf_buffer(const void* data, std::size_t size, const tf_options& options)
78{

Callers 2

read_pb_fileFunction · 0.50
read_tfFunction · 0.50

Calls 3

parse_tf_fromFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

read_pb_fileFunction · 0.40