Home
last modified time | relevance | path

Searched refs:GetAttrPtr (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.h68 static Any GetAttrPtr(const TypeId &type, const std::string &name);
Dresource.cc307 Any Resource::GetAttrPtr(const TypeId &type, const std::string &name) { in GetAttrPtr() function in mindspore::pipeline::Resource
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc952 require = pipeline::Resource::GetAttrPtr(data_type->type_id(), item_name); in GetEvaluatedValueForBuiltinTypeAttrOrMethod()