Home
last modified time | relevance | path

Searched defs:setAttr (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h144 …int setAttr(const OperatorPtr &op, const std::string &attrKey, const std::shared_ptr<T> &attrValue… in setAttr() function
148 int setAttr(const OperatorPtr &op, const std::string &attrKey, const T &attrValue) { in setAttr() function
Dop_adapter.cc497 int OpAdapterImpl::setAttr(const OperatorPtr &op, const std::string &attr_key, const ValuePtr &attr… in setAttr() function in mindspore::transform::OpAdapterImpl
587 int OpAdapterImpl::setAttr(const OperatorPtr &op, const PrimitivePtr &prim) { in setAttr() function in mindspore::transform::OpAdapterImpl
598 int OpAdapterImpl::setAttr(const OperatorPtr &op, const AnfNodePtr &node) { in setAttr() function in mindspore::transform::OpAdapterImpl
Dop_adapter.h270 …int setAttr(const OperatorPtr &op, const std::string &attrKey, const ValuePtr &attrValue) override… in setAttr() function
278 …int setAttr(const OperatorPtr &op, const PrimitivePtr &prim) override { return impl_->setAttr(op, … in setAttr() function
280 …int setAttr(const OperatorPtr &op, const AnfNodePtr &node) override { return impl_->setAttr(op, no… in setAttr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr() function
DLTOCodeGenerator.h96 void setAttr(StringRef MAttr) { this->MAttr = MAttr; } in setAttr() function
/third_party/jsframework/runtime/main/model/
Ddirective.ts424 export function setAttr(vm: Vm, el: Element, attr: Partial<AttrInterface>): void { function