Home
last modified time | relevance | path

Searched defs:set_attr (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dcustom.cc35 void Custom::set_attr(const std::map<std::string, std::vector<uint8_t>> &attrs) { in set_attr() function in mindspore::ops::Custom
/third_party/mindspore/mindspore/core/ir/
Dprimitive.h75 void set_attr(const std::string &attrName, const ValuePtr &attr) { attrs_[attrName] = attr; } in set_attr() function
Dfunc_graph.h246 void set_attr(const std::string &key, const ValuePtr &value) final { attrs_[key] = value; } in set_attr() function
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h96 AttrFunc set_attr; member
/third_party/grpc/third_party/upb/upb/
Dhandlers.c69 upb_handlerattr set_attr = UPB_HANDLERATTR_INIT; in doset() local
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c197 gboolean set_attr = TRUE; in gst_xvcontext_get_xv_support() local
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py892 def set_attr(): function
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5182 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set… argument
5192 int (*set_attr)(PyObject *); /* Set the value */ member
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5145 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set… argument
5155 int (*set_attr)(PyObject *); /* Set the value */ member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5475 upb_handlerattr set_attr = UPB_HANDLERATTR_INIT; in doset() local