MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / set_stream

Method set_stream

tests/framework/printers/Printer.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Printer::set_stream(std::ostream &stream)
42{
43 _stream = &stream;
44}
45} // namespace framework
46} // namespace test
47} // namespace arm_compute

Callers 1

create_printersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected