Home
last modified time | relevance | path

Searched defs:ConvertValue (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_convert.h246 void ConvertValue(const ValuePtr &value, const AttrDeclType<T> &, AclConverter *acl_converter) { in ConvertValue() function
252 …void ConvertValue(const ValuePtr &value, const AttrDeclType<int32_t> &, AclConverter *acl_converte… in ConvertValue() function
259 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<T>> &, AclConverter *acl_c… in ConvertValue() function
266 void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<::ge::DataType>> &, in ConvertValue() function
279 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<int32_t>> &, AclConverter … in ConvertValue() function
290 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<std::vector<T>>> &, const … in ConvertValue() function
317 void ConvertValue(const ValuePtr &value, const AttrDeclType<int64_t> &) { in ConvertValue() function
328 void ConvertValue(const ValuePtr &value, const AttrDeclType<int32_t> &) { in ConvertValue() function
339 void ConvertValue(const ValuePtr &value, const AttrDeclType<float> &) { in ConvertValue() function
350 void ConvertValue(const ValuePtr &value, const AttrDeclType<double> &) { in ConvertValue() function
[all …]
Dop_api_convert.h134 void ConvertValue(const ValuePtr &value, const AttrDeclType<T> &, aclScalar **scalar) { in ConvertValue() function
140 void ConvertValue(const ValuePtr &value, const AttrDeclType<int32_t> &, aclScalar **scalar) { in ConvertValue() function
146 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<int64_t>> &, aclIntArray *… in ConvertValue() function
152 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<int32_t>> &, aclIntArray *… in ConvertValue() function
161 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<uint8_t>> &, aclBoolArray … in ConvertValue() function
167 …void ConvertValue(const ValuePtr &value, const AttrDeclType<std::vector<float>> &, aclFloatArray *… in ConvertValue() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dabstract_object.h307 …static AObject *ConvertValue(PyObject *i) { return reinterpret_cast<AObject *>(PyLong_AsVoidPtr(i)… in ConvertValue() function
308 …static py::object ConvertValue(AObject *i) { return py::reinterpret_steal<py::object>(PyLong_FromV… in ConvertValue() function