Home
last modified time | relevance | path

Searched defs:node_type (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/mindspore/mindspore/lite/tools/converter/registry/
Dnode_parser_registry.cc28 NodeParserRegistry::NodeParserRegistry(converter::FmkType fmk_type, const std::string &node_type, in NodeParserRegistry()
34 …rPtr NodeParserRegistry::GetNodeParser(converter::FmkType fmk_type, const std::string &node_type) { in GetNodeParser()
/third_party/boost/boost/unordered/detail/
Dset.hpp43 typedef boost::unordered::node_handle_set<node, T, A> node_type; typedef
53 typename container::node_type node_type; member in boost::unordered::detail::instantiate_set
62 typename container::node_type node_type; member in boost::unordered::detail::instantiate_multiset
Dmap.hpp44 typedef boost::unordered::node_handle_map<node, K, M, A> node_type; typedef
54 typename container::node_type node_type; member in boost::unordered::detail::instantiate_map
63 typename container::node_type node_type; member in boost::unordered::detail::instantiate_multimap
/third_party/mindspore/mindspore/lite/include/registry/
Dnode_parser_registry.h53 #define REG_NODE_PARSER(fmk_type, node_type, node_parser) \ argument
/third_party/boost/libs/unordered/test/unordered/
Dnode_handle_tests.cpp165 typedef typename Container::node_type node_type; in node_handle_tests_impl() typedef
251 typedef typename Container1::node_type node_type; in insert_node_handle_unique() typedef
294 typedef typename Container1::node_type node_type; in insert_node_handle_unique2() typedef
327 typedef typename Container1::node_type node_type; in insert_node_handle_equiv() typedef
Dcompile_tests.hpp73 typedef typename X::node_type node_type; in container_test() typedef
322 typedef typename X::node_type node_type; in unordered_set_test() typedef
404 typedef typename X::node_type node_type; in unordered_map_test() typedef
482 typedef typename X::node_type node_type; in unordered_unique_test() typedef
810 typedef typename X::node_type node_type; in unordered_copyable_test() typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data.h37 std::vector<NodeType> node_type; member
/third_party/mindspore/include/sdk_api/
Dmodel.h90 char *node_type; member
/third_party/mindspore/include/c_api/
Dmodel_c.h42 char *node_type; member
/third_party/boost/boost/multi_index/detail/
Dbidir_node_iterator.hpp92 typedef Node node_type; typedef in boost::multi_index::detail::bidir_node_iterator
Drnd_node_iterator.hpp102 typedef Node node_type; typedef in boost::multi_index::detail::rnd_node_iterator
Dhash_index_iterator.hpp120 typedef Node node_type; typedef in boost::multi_index::detail::hashed_index_iterator
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dconvert_const_input_to_tensor_input.cc66 auto node_type = AnfAlgo::GetCNodeName(cnode); in ConstInputToTensorInput() local
/third_party/boost/libs/multi_index/test/
Dtest_safe_mode.cpp46 typedef typename index_type::node_type node_type; in local_test_safe_mode() typedef
365 typedef typename index_type::node_type node_type; typedef
393 typedef typename index_type::node_type node_type; typedef
/third_party/skia/modules/skottie/utils/
DSkottieUtils.cpp48 void onEnterNode(const char node_name[], PropertyObserver::NodeType node_type) override { in onEnterNode()
56 void onLeavingNode(const char node_name[], PropertyObserver::NodeType node_type) override { in onLeavingNode()
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/
Dtensorrt_delegate.cc169 auto node_type = primitive->value_type(); in FindTensorRTOp() local
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dweak_dynamic.hpp95 >::type node_type; typedef
111 >::type node_type; typedef
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_delegate.cc220 auto node_type = primitive->value_type(); in GetOP() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dfusion_eltwise.cc49 PrimitiveType node_type = node->type(); in CheckSupport() local
83 PrimitiveType node_type = node->type(); local
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.cc801 static std::string GetDoSignaturePrimitiveName(const std::string &node_type) { in GetDoSignaturePrimitiveName()
816 const std::string &node_type = node_proto.op_type(); in BuildOperatorNode() local
863 const std::string &node_type = node_proto.op_type(); in SetCNodeAbastract() local
1025 const std::string &node_type = node_proto.op_type(); in ImportNodesForGraph() local
/third_party/boost/boost/container/detail/
Dcompare_functors.hpp47 typedef Node node_type; typedef
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c229 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; in surfaceless_probe_device() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node.h214 using node_type = ilist_node_impl<OptionsT>; member
/third_party/boost/boost/heap/
Dbinomial_heap.hpp58 typedef parent_pointing_heap_node<typename base_type::internal_type> node_type; typedef
166 typedef typename base_maker::node_type node_type; typedef
215 typedef typename implementation_defined::node_type node_type; typedef in boost::heap::binomial_heap
/third_party/mindspore/mindspore/dataset/engine/
Dgraphdata.py121 def get_all_nodes(self, node_type): argument

1234