Searched defs:setAttr (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter_base.h | 144 …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
|
D | op_adapter.cc | 497 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
|
D | op_adapter.h | 270 …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/ |
D | ThinLTOCodeGenerator.h | 203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr() function
|
D | LTOCodeGenerator.h | 96 void setAttr(StringRef MAttr) { this->MAttr = MAttr; } in setAttr() function
|
/third_party/jsframework/runtime/main/model/ |
D | directive.ts | 424 export function setAttr(vm: Vm, el: Element, attr: Partial<AttrInterface>): void { function
|