Home
last modified time | relevance | path

Searched defs:TypePtr (Results 1 – 18 of 18) sorted by relevance

/third_party/libabigail/tests/data/test-diff-suppr/
Dtest25-typedef-v0.c16 typedef struct PrivateType1* TypePtr; typedef
Dtest25-typedef-v1.c18 typedef struct PrivateType1* TypePtr; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dtype.h74 using TypePtr = std::shared_ptr<Type>; variable
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/backend/
Dgraph_optimizer_test_framework.cc66const std::vector<std::pair<TypePtr, ShapeVector>> &pairs) { in NewTupleInput()
77const std::vector<std::pair<TypePtr, ShapeVector>> &pairs) { in NewListInput()
/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/ir/
Dcommon.h36 using TypePtr = SharedPtr<Type>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Ddata_converter.cc103 …: DataConvertFunc([converted_type](const py::object &, bool, const TypePtr &, const ValuePtrList &… in ByTypeDataConvertFunc()
109 …: DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, const ValuePtrList … in ByTypeDataConvertFunc()
120 : DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &dtype, in ByTypeDataConvertFunc()
144 …: DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, const ValuePtrList … in ByAttrDataConvertFunc()
172 …: DataConvertFunc([convert_func](const py::object &obj, bool, const TypePtr &, const ValuePtrList … in ByFuncDataConvertFunc()
179 … const ValuePtrList &) -> ValuePtr { return convert_func(obj, use_sig); }), in ByFuncDataConvertFunc()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dcommon.h60 using TypePtr = mindspore::TypePtr; variable
/third_party/rust/crates/syn/src/
Dty.rs595 impl Parse for TypePtr { implementation
1024 impl ToTokens for TypePtr { implementation
/third_party/mindspore/mindspore-src/source/mindspore/core/symbolic_shape/
Dsymbol.h99 virtual ValuePtr ToValueOf(const TypePtr &) const { return ToValue(); } in ToValueOf()
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc889const std::set<TypePtr> &, const std::string &prim_name) { in CheckSparseTensorTypeValid()
/third_party/rust/crates/syn/src/gen/
Ddebug.rs2782 impl Debug for TypePtr { implementation
2784 impl TypePtr { in fmt() impl
Deq.rs1941 impl Eq for TypePtr {} implementation
1944 impl PartialEq for TypePtr { implementation
Dclone.rs1990 impl Clone for TypePtr { implementation
Dhash.rs2565 impl Hash for TypePtr { implementation
Dvisit_mut.rs838 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
Dfold.rs841 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
Dvisit.rs837 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc54 static PyTypeObject *TypePtr() { return np_type_ptr; } in TypePtr() function