| /third_party/mindspore/mindspore-src/source/mindspore/lite/include/registry/ |
| D | node_parser_registry.h | 55 NodeParserRegistry::NodeParserRegistry(converter::FmkType fmk_type, const std::string &node_type, in NodeParserRegistry() 59 …rPtr NodeParserRegistry::GetNodeParser(converter::FmkType fmk_type, const std::string &node_type) { in GetNodeParser() 68 #define REG_NODE_PARSER(fmk_type, node_type, node_parser) \ argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/registry/ |
| D | node_parser_registry.cc | 30 …ParserRegistry::NodeParserRegistry(converter::FmkType fmk_type, const std::vector<char> &node_type, in NodeParserRegistry() 44 const std::vector<char> &node_type) { in GetNodeParser()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/utils/ |
| D | train_utils.cc | 48 auto node_type = static_cast<schema::PrimitiveType>(GetPrimitiveType(node->primitive_)); in IsOptimizer() local 57 auto node_type = static_cast<schema::PrimitiveType>(GetPrimitiveType(node->primitive_)); in IsMaskOutput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnapi/op/ |
| D | stack_nnapi.cc | 47 OperationCode node_type = ANEURALNETWORKS_RESHAPE; in AddOpToNNAPIModel() local 87 OperationCode node_type = ANEURALNETWORKS_CONCATENATION; in AddOpToNNAPIModel() local
|
| D | transpose_nnapi.cc | 30 OperationCode node_type = ANEURALNETWORKS_TRANSPOSE; in AddOpToNNAPIModel() local
|
| D | topk_nnapi.cc | 35 OperationCode node_type = ANEURALNETWORKS_TOPK_V2; in AddOpToNNAPIModel() local
|
| D | strided_slice_nnapi.cc | 38 OperationCode node_type = ANEURALNETWORKS_STRIDED_SLICE; in AddOpToNNAPIModel() local
|
| D | reshape_nnapi.cc | 32 OperationCode node_type = ANEURALNETWORKS_RESHAPE; in AddOpToNNAPIModel() local
|
| D | padding_nnapi.cc | 42 OperationCode node_type = const_value_ == 0 ? ANEURALNETWORKS_PAD : ANEURALNETWORKS_PAD_V2; in AddOpToNNAPIModel() local
|
| D | gather_nnapi.cc | 38 OperationCode node_type = ANEURALNETWORKS_GATHER; in AddOpToNNAPIModel() local
|
| D | concat_nnapi.cc | 41 OperationCode node_type = ANEURALNETWORKS_CONCATENATION; in AddOpToNNAPIModel() local
|
| D | cast_nnapi.cc | 35 OperationCode node_type = ANEURALNETWORKS_CAST; in AddOpToNNAPIModel() local
|
| D | activation_nnapi.cc | 51 OperationCode node_type = activation_type.at(act_type_); in AddOpToNNAPIModel() local
|
| D | reduce_nnapi.cc | 44 OperationCode node_type; in AddOpToNNAPIModel() local
|
| D | softmax_nnapi.cc | 43 OperationCode node_type = ANEURALNETWORKS_SOFTMAX; in AddOpToNNAPIModel() local
|
| D | instance_norm_nnapi.cc | 48 OperationCode node_type = ANEURALNETWORKS_INSTANCE_NORMALIZATION; in AddOpToNNAPIModel() local
|
| D | full_connection_nnapi.cc | 40 OperationCode node_type = ANEURALNETWORKS_FULLY_CONNECTED; in AddOpToNNAPIModel() local
|
| D | scale_nnapi.cc | 44 OperationCode node_type = ANEURALNETWORKS_MUL; in AddOpToNNAPIModel() local
|
| D | arithmetic_nnapi.cc | 72 OperationCode node_type = arithmetic_type.at(type_); in AddOpToNNAPIModel() local
|
| D | split_nnapi.cc | 58 OperationCode node_type = ANEURALNETWORKS_SPLIT; in AddOpToNNAPIModel() local
|
| D | resize_nnapi.cc | 69 OperationCode node_type = method_ == static_cast<int>(schema::ResizeMethod_LINEAR) in AddOpToNNAPIModel() local
|
| D | conv_transpose_nnapi.cc | 55 OperationCode node_type = ANEURALNETWORKS_TRANSPOSE_CONV_2D; in AddOpToNNAPIModel() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/pytorch/ |
| D | pytorch_node_parser.cc | 32 std::string node_type = kind.toUnqualString(); in GetTorchNodeType() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | tensor_category.cc | 22 Category TensorCategory(const int node_type, const size_t shape_num, const TypeId data_type, const … in TensorCategory()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/ |
| D | debug_info_manager.h | 62 std::string node_type; member 81 std::string node_type; member
|