MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / pipe

Method pipe

compute/include/boost/compute/pipe.hpp:36–39  ·  view source on GitHub ↗

Creates a null pipe object.

Source from the content-addressed store, hash-verified

34public:
35 /// Creates a null pipe object.
36 pipe()
37 : memory_object()
38 {
39 }
40
41 /// Creates a pipe object for \p mem. If \p retain is \c true, the
42 /// reference count for \p mem will be incremented.

Callers 1

plot_treeFunction · 0.80

Calls 1

opencl_errorClass · 0.85

Tested by

no test coverage detected