/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | maxpool_builder.cpp | 21 static const std::string OP_NAME = "MaxPool"; variable 38 m_name = OP_NAME; in Build()
|
H A D | avgpool_builder.cpp | 21 static const std::string OP_NAME = "AvgPool"; variable 39 m_name = OP_NAME; in Build()
|
H A D | ceil_builder.cpp | 27 static const std::string OP_NAME = "Ceil"; variable 58 m_name = OP_NAME; in Build()
|
H A D | cos_builder.cpp | 24 static const std::string OP_NAME = "Cos"; variable 55 m_name = OP_NAME; in Build()
|
H A D | equal_builder.cpp | 24 static const std::string OP_NAME = "Equal"; variable 55 m_name = OP_NAME; in Build()
|
H A D | expandims_builder.cpp | 24 static const std::string OP_NAME = "ExpandDims"; variable 56 m_name = OP_NAME; in Build()
|
H A D | floor_builder.cpp | 27 static const std::string OP_NAME = "Floor"; variable 58 m_name = OP_NAME; in Build()
|
H A D | greater_builder.cpp | 27 static const std::string OP_NAME = "Greater"; variable 58 m_name = OP_NAME; in Build()
|
H A D | less_builder.cpp | 24 static const std::string OP_NAME = "Less"; variable 55 m_name = OP_NAME; in Build()
|
H A D | log_builder.cpp | 24 static const std::string OP_NAME = "Log"; variable 55 m_name = OP_NAME; in Build()
|
H A D | logical_and_builder.cpp | 24 static const std::string OP_NAME = "LogicalAnd"; variable 55 m_name = OP_NAME; in Build()
|
H A D | logical_not_builder.cpp | 24 static const std::string OP_NAME = "LogicalNot"; variable 55 m_name = OP_NAME; in Build()
|
H A D | logical_or_builder.cpp | 24 static const std::string OP_NAME = "LogicalOr"; variable 55 m_name = OP_NAME; in Build()
|
H A D | maximum_builder.cpp | 28 static const std::string OP_NAME = "Maximum"; variable 60 m_name = OP_NAME; in Build()
|
H A D | minimum_builder.cpp | 27 static const std::string OP_NAME = "Minimum"; variable 58 m_name = OP_NAME; in Build()
|
H A D | mod_builder.cpp | 24 static const std::string OP_NAME = "Mod"; variable 55 m_name = OP_NAME; in Build()
|
H A D | neg_builder.cpp | 24 static const std::string OP_NAME = "Neg"; variable 55 m_name = OP_NAME; in Build()
|
H A D | notequal_builder.cpp | 24 static const std::string OP_NAME = "NotEqual"; variable 55 m_name = OP_NAME; in Build()
|
H A D | prelu_builder.cpp | 28 static const std::string OP_NAME = "PRelu"; variable 59 m_name = OP_NAME; in Build()
|
H A D | rank_builder.cpp | 27 static const std::string OP_NAME = "Rank"; variable 58 m_name = OP_NAME; in Build()
|
H A D | reciprocal_builder.cpp | 24 static const std::string OP_NAME = "Reciprocal"; variable 55 m_name = OP_NAME; in Build()
|
H A D | round_builder.cpp | 27 static const std::string OP_NAME = "Round"; variable 58 m_name = OP_NAME; in Build()
|
H A D | scatter_nd_builder.cpp | 27 static const std::string OP_NAME = "ScatterND"; variable 58 m_name = OP_NAME; in Build()
|
H A D | select_builder.cpp | 24 static const std::string OP_NAME = "Select"; variable 55 m_name = OP_NAME; in Build()
|
H A D | shape_builder.cpp | 28 static const std::string OP_NAME = "Shape"; variable 60 m_name = OP_NAME; in Build()
|