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

Method set_internal_operator

src/common/IOperator.h:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 virtual MemoryRequirements workspace() const;
97
98 void set_internal_operator(std::unique_ptr<experimental::IOperator> op)
99 {
100 _op = std::move(op);
101 }
102
103private:
104 std::unique_ptr<experimental::IOperator> _op{nullptr};

Callers 2

create_activationMethod · 0.80
create_activationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected