Home
last modified time | relevance | path

Searched defs:IsPrimitive (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h125 bool IsPrimitive() const { return (func_graph_.lock() == nullptr); } in IsPrimitive() function
Danf.cc209 bool IsPrimitive(const AnfNodePtr &node, const PrimitivePtr &value) { in IsPrimitive() function
/third_party/grpc/third_party/upb/upb/
Ddef.hpp92 bool IsPrimitive() const { return upb_fielddef_isprimitive(ptr_); } in IsPrimitive() function in upb::FieldDefPtr
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1037 bool IsPrimitive(const std::string& type) { in IsPrimitive() function