Searched defs:OperatorPtr (Results 1 – 2 of 2) sorted by relevance
111 int OpAdapterImpl::setAttr(const OperatorPtr &, const uint32_t &, const ValuePtr &) { return 0; } in setAttr()112 int OpAdapterImpl::getAttr(const OperatorPtr &, const std::string &, ValuePtr *) { return 0; } in getAttr()113 int OpAdapterImpl::getAttr(const OperatorPtr &, uint32_t, ValuePtr *) { return 0; } in getAttr()
50 using OperatorPtr = std::shared_ptr<::ge::Operator>; variable