Searched defs:set_attr (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/core/ops/ |
D | custom.cc | 35 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/ |
D | primitive.h | 75 void set_attr(const std::string &attrName, const ValuePtr &attr) { attrs_[attrName] = attr; } in set_attr() function
|
D | func_graph.h | 246 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/ |
D | op_adapter_base.h | 96 AttrFunc set_attr; member
|
/third_party/grpc/third_party/upb/upb/ |
D | handlers.c | 69 upb_handlerattr set_attr = UPB_HANDLERATTR_INIT; in doset() local
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 197 gboolean set_attr = TRUE; in gst_xvcontext_get_xv_support() local
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmock.py | 892 def set_attr(): function
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 5182 #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/ |
D | libwebp_python_wrap.c | 5145 #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/ |
D | upb.c | 5475 upb_handlerattr set_attr = UPB_HANDLERATTR_INIT; in doset() local
|