Browse Source

!8226 rename fp32 ops

Merge pull request !8226 from yeyunpeng2020/fp32
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
04df4492d0
100 changed files with 70 additions and 70 deletions
  1. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/arg_min_max_base.cc
  2. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/batch_to_space_base.cc
  3. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/concat_base.cc
  4. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/crop_base.cc
  5. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/depth_to_space_base.cc
  6. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/fullconnection_base.cc
  7. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/matmul_base.cc
  8. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/pad.cc
  9. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/pooling_base.cc
  10. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/power_base.cc
  11. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/reduce_base.cc
  12. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/reshape_base.cc
  13. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/resize_base.cc
  14. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/softmax_base.cc
  15. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/base/split_base.cc
  16. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/arithmetic_self_fp16.h
  17. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/batchnorm_fp16.h
  18. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/concat_fp16.cc
  19. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/fused_batchnorm_fp16.h
  20. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/pad_fp16.h
  21. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/reshape_fp16.h
  22. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/scale_fp16.h
  23. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/slice_fp16.h
  24. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp16/stack_fp16.h
  25. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/activation_fp32.cc
  26. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/activation_fp32.h
  27. +2
    -2
      mindspore/lite/src/runtime/kernel/arm/fp32/addn_fp32.cc
  28. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/addn_fp32.h
  29. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/argminmax_fp32.cc
  30. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/argminmax_fp32.h
  31. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_compare_fp32.cc
  32. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_compare_fp32.h
  33. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_fp32.cc
  34. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_fp32.h
  35. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_self_fp32.cc
  36. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_self_fp32.h
  37. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/batch_to_space_fp32.cc
  38. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/batch_to_space_fp32.h
  39. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/batchnorm_fp32.cc
  40. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/batchnorm_fp32.h
  41. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/bias_fp32.cc
  42. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/bias_fp32.h
  43. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/broadcast_to_fp32.cc
  44. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/broadcast_to_fp32.h
  45. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/cast_fp32.cc
  46. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/cast_fp32.h
  47. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/concat_fp32.cc
  48. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/concat_fp32.h
  49. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/constant_of_shape_fp32.cc
  50. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/constant_of_shape_fp32.h
  51. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_1x1_fp32.cc
  52. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_1x1_fp32.h
  53. +2
    -2
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_fp32.cc
  54. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_fp32.h
  55. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow_fp32.cc
  56. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow_fp32.h
  57. +4
    -4
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_fp32.cc
  58. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_fp32.h
  59. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_winograd_fp32.cc
  60. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/convolution_winograd_fp32.h
  61. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/crop_fp32.cc
  62. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/crop_fp32.h
  63. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_depthwise_fp32.cc
  64. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_depthwise_fp32.h
  65. +2
    -2
      mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_fp32.cc
  66. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_fp32.h
  67. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_winograd_fp32.cc
  68. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_winograd_fp32.h
  69. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/depth_to_space_fp32.cc
  70. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/depth_to_space_fp32.h
  71. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/detection_post_process_fp32.cc
  72. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/detection_post_process_fp32.h
  73. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/elu_fp32.cc
  74. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/elu_fp32.h
  75. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/embedding_lookup_fp32.cc
  76. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/embedding_lookup_fp32.h
  77. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/exp_fp32.cc
  78. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/exp_fp32.h
  79. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/expandDims_fp32.cc
  80. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/expandDims_fp32.h
  81. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/fill_fp32.cc
  82. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/fill_fp32.h
  83. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/flatten_fp32.cc
  84. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/flatten_fp32.h
  85. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection_fp32.cc
  86. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection_fp32.h
  87. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/fused_batchnorm_fp32.cc
  88. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/fused_batchnorm_fp32.h
  89. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/gatherNd_fp32.cc
  90. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/gatherNd_fp32.h
  91. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/gather_fp32.cc
  92. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/gather_fp32.h
  93. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/group_convolution_fp32.cc
  94. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/group_convolution_fp32.h
  95. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/instance_norm_fp32.cc
  96. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/instance_norm_fp32.h
  97. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/l2_norm_fp32.cc
  98. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/l2_norm_fp32.h
  99. +1
    -1
      mindspore/lite/src/runtime/kernel/arm/fp32/layer_norm_fp32.cc
  100. +0
    -0
      mindspore/lite/src/runtime/kernel/arm/fp32/layer_norm_fp32.h

+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/arg_min_max_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/arg_min_max_base.h"
#include "nnacl/arg_min_max.h"
#include "src/runtime/kernel/arm/fp32/argminmax.h"
#include "src/runtime/kernel/arm/fp32/argminmax_fp32.h"
#include "nnacl/arithmetic_common.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/batch_to_space_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/batch_to_space_base.h"
#include "nnacl/batch_to_space.h"
#include "src/runtime/kernel/arm/fp32/batch_to_space.h"
#include "src/runtime/kernel/arm/fp32/batch_to_space_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/concat_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/concat_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/concat.h"
#include "src/runtime/kernel/arm/fp32/concat_fp32.h"
#include "nnacl/fp32/concat.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/crop_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/crop_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/crop.h"
#include "src/runtime/kernel/arm/fp32/crop_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/depth_to_space_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/depth_to_space_base.h"
#include "nnacl/depth_to_space.h"
#include "src/runtime/kernel/arm/fp32/depth_to_space.h"
#include "src/runtime/kernel/arm/fp32/depth_to_space_fp32.h"
#include "nnacl/arithmetic_common.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/fullconnection_base.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "src/runtime/kernel/arm/base/fullconnection_base.h"
#include "src/runtime/kernel/arm/fp32/fullconnection.h"
#include "src/runtime/kernel/arm/fp32/fullconnection_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/matmul_base.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "src/runtime/kernel/arm/base/matmul_base.h"
#include "src/runtime/kernel/arm/fp32/matmul.h"
#include "src/runtime/kernel/arm/fp32/matmul_fp32.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"
#include "include/context.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/pad.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <vector>
#include "src/runtime/kernel/arm/fp32/pad.h"
#include "src/runtime/kernel/arm/fp32/pad_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/pooling_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/pooling_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/pooling.h"
#include "src/runtime/kernel/arm/fp32/pooling_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/power_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/power_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/power.h"
#include "src/runtime/kernel/arm/fp32/power_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/reduce_base.cc View File

@@ -19,7 +19,7 @@
#include "schema/model_generated.h"
#include "include/errorcode.h"
#include "src/runtime/runtime_api.h"
#include "src/runtime/kernel/arm/fp32/reduce.h"
#include "src/runtime/kernel/arm/fp32/reduce_fp32.h"

using mindspore::kernel::KERNEL_ARCH::kCPU;
using mindspore::lite::KernelRegistrar;


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/reshape_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/reshape_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/reshape.h"
#include "src/runtime/kernel/arm/fp32/reshape_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/resize_base.cc View File

@@ -19,7 +19,7 @@
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"
#include "src/runtime/kernel/arm/fp32/resize.h"
#include "src/runtime/kernel/arm/fp32/resize_fp32.h"
using mindspore::lite::KernelRegistrar;
using mindspore::lite::RET_ERROR;
using mindspore::lite::RET_INVALID_OP_ATTR;


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/softmax_base.cc View File

@@ -16,7 +16,7 @@

#include "src/runtime/kernel/arm/base/softmax_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/softmax.h"
#include "src/runtime/kernel/arm/fp32/softmax_fp32.h"
#include "nnacl/fp32/softmax.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/base/split_base.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/base/split_base.h"
#include <vector>
#include "src/runtime/kernel/arm/fp32/split.h"
#include "src/runtime/kernel/arm/fp32/split_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/arithmetic_self_fp16.h View File

@@ -17,7 +17,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP16_ARITHMETIC_SELF_FP16_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/arithmetic_self.h"
#include "src/runtime/kernel/arm/fp32/arithmetic_self_fp32.h"

namespace mindspore::kernel {
typedef int (*ArithmeticSelfFp16Func)(float16_t *input, float16_t *output, int element_size);


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/batchnorm_fp16.h View File

@@ -18,7 +18,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP16_BATCHNORM_FP16_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/batchnorm.h"
#include "src/runtime/kernel/arm/fp32/batchnorm_fp32.h"

namespace mindspore::kernel {
class BatchnormFp16CPUKernel : public BatchnormCPUKernel {


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/concat_fp16.cc View File

@@ -15,7 +15,7 @@
*/
#include "src/runtime/kernel/arm/fp16/concat_fp16.h"
#include "src/runtime/kernel/arm/fp16/common_fp16.h"
#include "src/runtime/kernel/arm/fp32/concat.h"
#include "src/runtime/kernel/arm/fp32/concat_fp32.h"
#include "nnacl/fp16/concat_fp16.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/fused_batchnorm_fp16.h View File

@@ -18,7 +18,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP16_FUSED_BATCHNORM_FP16_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/fused_batchnorm.h"
#include "src/runtime/kernel/arm/fp32/fused_batchnorm_fp32.h"

namespace mindspore::kernel {
class FusedBatchnormFp16CPUKernel : public FusedBatchnormCPUKernel {


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/pad_fp16.h View File

@@ -17,7 +17,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP16_PAD_FP16_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/pad.h"
#include "src/runtime/kernel/arm/fp32/pad_fp32.h"
#include "nnacl/fp16/pad_fp16.h"

namespace mindspore::kernel {


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/reshape_fp16.h View File

@@ -21,7 +21,7 @@
#include "src/lite_kernel.h"

#include "include/context.h"
#include "src/runtime/kernel/arm/fp32/reshape.h"
#include "src/runtime/kernel/arm/fp32/reshape_fp32.h"

using mindspore::lite::InnerContext;



+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/scale_fp16.h View File

@@ -19,7 +19,7 @@

#include <vector>
#include "src/lite_kernel.h"
#include "src/runtime/kernel/arm/fp32/scale.h"
#include "src/runtime/kernel/arm/fp32/scale_fp32.h"
#include "nnacl/scale.h"

namespace mindspore::kernel {


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/slice_fp16.h View File

@@ -17,7 +17,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP16_SLICE_FP16_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/slice.h"
#include "src/runtime/kernel/arm/fp32/slice_fp32.h"

namespace mindspore::kernel {
class SliceFp16CPUKernel : public SliceCPUKernel {


+ 1
- 1
mindspore/lite/src/runtime/kernel/arm/fp16/stack_fp16.h View File

@@ -18,7 +18,7 @@

#include <vector>
#include "src/lite_kernel.h"
#include "src/runtime/kernel/arm/fp32/stack.h"
#include "src/runtime/kernel/arm/fp32/stack_fp32.h"

namespace mindspore::kernel {
class StackFp16CPUKernel : public StackCPUKernel {


mindspore/lite/src/runtime/kernel/arm/fp32/activation.cc → mindspore/lite/src/runtime/kernel/arm/fp32/activation_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/activation.h"
#include "src/runtime/kernel/arm/fp32/activation_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "src/runtime/runtime_api.h"

mindspore/lite/src/runtime/kernel/arm/fp32/activation.h → mindspore/lite/src/runtime/kernel/arm/fp32/activation_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/addn.cc → mindspore/lite/src/runtime/kernel/arm/fp32/addn_fp32.cc View File

@@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/addn.h"
#include "src/runtime/kernel/arm/fp32/addn_fp32.h"
#include "src/kernel_registry.h"
#include "src/runtime/kernel/arm/fp32/arithmetic.h"
#include "src/runtime/kernel/arm/fp32/arithmetic_fp32.h"
#include "include/errorcode.h"
#include "src/runtime/runtime_api.h"


mindspore/lite/src/runtime/kernel/arm/fp32/addn.h → mindspore/lite/src/runtime/kernel/arm/fp32/addn_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/argminmax.cc → mindspore/lite/src/runtime/kernel/arm/fp32/argminmax_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/argminmax.h"
#include "src/runtime/kernel/arm/fp32/argminmax_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/argminmax.h → mindspore/lite/src/runtime/kernel/arm/fp32/argminmax_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_compare.cc → mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_compare_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/arithmetic_compare.h"
#include "src/runtime/kernel/arm/fp32/arithmetic_compare_fp32.h"
#include "src/kernel_registry.h"
#include "nnacl/fp32/arithmetic_compare.h"


mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_compare.h → mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_compare_fp32.h View File

@@ -17,7 +17,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP32_ARITHMETIC_COMPARE_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/arithmetic.h"
#include "src/runtime/kernel/arm/fp32/arithmetic_fp32.h"

namespace mindspore::kernel {
typedef int (*ArithmeticCompareFp32Func)(const float *input0, const float *input1, uint8_t *output, int element_size);

mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic.cc → mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/arithmetic.h"
#include "src/runtime/kernel/arm/fp32/arithmetic_fp32.h"
#include "include/errorcode.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic.h → mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_self.cc → mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_self_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/arithmetic_self.h"
#include "src/runtime/kernel/arm/fp32/arithmetic_self_fp32.h"
#include "src/kernel_registry.h"
#include "nnacl/fp32/arithmetic_self.h"


mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_self.h → mindspore/lite/src/runtime/kernel/arm/fp32/arithmetic_self_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/batch_to_space.cc → mindspore/lite/src/runtime/kernel/arm/fp32/batch_to_space_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/batch_to_space.h"
#include "src/runtime/kernel/arm/fp32/batch_to_space_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/batch_to_space.h → mindspore/lite/src/runtime/kernel/arm/fp32/batch_to_space_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/batchnorm.cc → mindspore/lite/src/runtime/kernel/arm/fp32/batchnorm_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/batchnorm.h"
#include "src/runtime/kernel/arm/fp32/batchnorm_fp32.h"
#include "src/kernel_registry.h"

using mindspore::lite::KernelRegistrar;

mindspore/lite/src/runtime/kernel/arm/fp32/batchnorm.h → mindspore/lite/src/runtime/kernel/arm/fp32/batchnorm_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/bias.cc → mindspore/lite/src/runtime/kernel/arm/fp32/bias_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/bias.h"
#include "src/runtime/kernel/arm/fp32/bias_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/bias.h → mindspore/lite/src/runtime/kernel/arm/fp32/bias_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/broadcast_to.cc → mindspore/lite/src/runtime/kernel/arm/fp32/broadcast_to_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/broadcast_to.h"
#include "src/runtime/kernel/arm/fp32/broadcast_to_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/broadcast_to.h → mindspore/lite/src/runtime/kernel/arm/fp32/broadcast_to_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/cast.cc → mindspore/lite/src/runtime/kernel/arm/fp32/cast_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/cast.h"
#include "src/runtime/kernel/arm/fp32/cast_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/cast.h → mindspore/lite/src/runtime/kernel/arm/fp32/cast_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/concat.cc → mindspore/lite/src/runtime/kernel/arm/fp32/concat_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/concat.h"
#include "src/runtime/kernel/arm/fp32/concat_fp32.h"
#include <vector>
#include "nnacl/fp32/concat.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/concat.h → mindspore/lite/src/runtime/kernel/arm/fp32/concat_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/constant_of_shape.cc → mindspore/lite/src/runtime/kernel/arm/fp32/constant_of_shape_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/constant_of_shape.h"
#include "src/runtime/kernel/arm/fp32/constant_of_shape_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/constant_of_shape.h → mindspore/lite/src/runtime/kernel/arm/fp32/constant_of_shape_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/convolution_1x1.cc → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_1x1_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/convolution_1x1.h"
#include "src/runtime/kernel/arm/fp32/convolution_1x1_fp32.h"
#include "src/runtime/runtime_api.h"

using mindspore::lite::RET_ERROR;

mindspore/lite/src/runtime/kernel/arm/fp32/convolution_1x1.h → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_1x1_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise.cc → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_fp32.cc View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/convolution_depthwise.h"
#include "src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow.h"
#include "src/runtime/kernel/arm/fp32/convolution_depthwise_fp32.h"
#include "src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"

mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise.h → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow.cc → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow.h"
#include "src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"

mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow.h → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_depthwise_slidewindow_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/convolution.cc → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_fp32.cc View File

@@ -14,10 +14,10 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/convolution.h"
#include "src/runtime/kernel/arm/fp32/convolution_1x1.h"
#include "src/runtime/kernel/arm/fp32/convolution_winograd.h"
#include "src/runtime/kernel/arm/fp32/group_convolution.h"
#include "src/runtime/kernel/arm/fp32/convolution_fp32.h"
#include "src/runtime/kernel/arm/fp32/convolution_1x1_fp32.h"
#include "src/runtime/kernel/arm/fp32/convolution_winograd_fp32.h"
#include "src/runtime/kernel/arm/fp32/group_convolution_fp32.h"
#include "nnacl/fp32/conv.h"
#include "nnacl/common_func.h"
#include "schema/model_generated.h"

mindspore/lite/src/runtime/kernel/arm/fp32/convolution.h → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/convolution_winograd.cc → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_winograd_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/convolution_winograd.h"
#include "src/runtime/kernel/arm/fp32/convolution_winograd_fp32.h"
#include "nnacl/fp32/conv.h"
#include "nnacl/pack.h"
#include "schema/model_generated.h"

mindspore/lite/src/runtime/kernel/arm/fp32/convolution_winograd.h → mindspore/lite/src/runtime/kernel/arm/fp32/convolution_winograd_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/crop.cc → mindspore/lite/src/runtime/kernel/arm/fp32/crop_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/crop.h"
#include "src/runtime/kernel/arm/fp32/crop_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "nnacl/fp32/crop.h"

mindspore/lite/src/runtime/kernel/arm/fp32/crop.h → mindspore/lite/src/runtime/kernel/arm/fp32/crop_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_depthwise.cc → mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_depthwise_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/deconvolution_depthwise.h"
#include "src/runtime/kernel/arm/fp32/deconvolution_depthwise_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"

mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_depthwise.h → mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_depthwise_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution.cc → mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_fp32.cc View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/deconvolution.h"
#include "src/runtime/kernel/arm/fp32/deconvolution_winograd.h"
#include "src/runtime/kernel/arm/fp32/deconvolution_fp32.h"
#include "src/runtime/kernel/arm/fp32/deconvolution_winograd_fp32.h"
#include "src/runtime/runtime_api.h"
#include "src/runtime/kernel/arm/base/dequant.h"


mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution.h → mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_winograd.cc → mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_winograd_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/deconvolution_winograd.h"
#include "src/runtime/kernel/arm/fp32/deconvolution_winograd_fp32.h"
#include "src/runtime/runtime_api.h"

using mindspore::lite::RET_ERROR;

mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_winograd.h → mindspore/lite/src/runtime/kernel/arm/fp32/deconvolution_winograd_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/depth_to_space.cc → mindspore/lite/src/runtime/kernel/arm/fp32/depth_to_space_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/depth_to_space.h"
#include "src/runtime/kernel/arm/fp32/depth_to_space_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/depth_to_space.h → mindspore/lite/src/runtime/kernel/arm/fp32/depth_to_space_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/detection_post_process.cc → mindspore/lite/src/runtime/kernel/arm/fp32/detection_post_process_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/detection_post_process.h"
#include "src/runtime/kernel/arm/fp32/detection_post_process_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/detection_post_process.h → mindspore/lite/src/runtime/kernel/arm/fp32/detection_post_process_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/elu.cc → mindspore/lite/src/runtime/kernel/arm/fp32/elu_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/elu.h"
#include "src/runtime/kernel/arm/fp32/elu_fp32.h"
#include "include/errorcode.h"
#include "src/kernel_registry.h"
#include "src/runtime/runtime_api.h"

mindspore/lite/src/runtime/kernel/arm/fp32/elu.h → mindspore/lite/src/runtime/kernel/arm/fp32/elu_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/embedding_lookup.cc → mindspore/lite/src/runtime/kernel/arm/fp32/embedding_lookup_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/embedding_lookup.h"
#include "src/runtime/kernel/arm/fp32/embedding_lookup_fp32.h"
#include "include/errorcode.h"
#include "src/kernel_registry.h"
#include "src/runtime/runtime_api.h"

mindspore/lite/src/runtime/kernel/arm/fp32/embedding_lookup.h → mindspore/lite/src/runtime/kernel/arm/fp32/embedding_lookup_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/exp.cc → mindspore/lite/src/runtime/kernel/arm/fp32/exp_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/exp.h"
#include "src/runtime/kernel/arm/fp32/exp_fp32.h"
#include <math.h>
#include "include/errorcode.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/exp.h → mindspore/lite/src/runtime/kernel/arm/fp32/exp_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/expandDims.cc → mindspore/lite/src/runtime/kernel/arm/fp32/expandDims_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/expandDims.h"
#include "src/runtime/kernel/arm/fp32/expandDims_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/expandDims.h → mindspore/lite/src/runtime/kernel/arm/fp32/expandDims_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/fill.cc → mindspore/lite/src/runtime/kernel/arm/fp32/fill_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/fill.h"
#include "src/runtime/kernel/arm/fp32/fill_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/fill.h → mindspore/lite/src/runtime/kernel/arm/fp32/fill_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/flatten.cc → mindspore/lite/src/runtime/kernel/arm/fp32/flatten_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/flatten.h"
#include "src/runtime/kernel/arm/fp32/flatten_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "nnacl/flatten.h"

mindspore/lite/src/runtime/kernel/arm/fp32/flatten.h → mindspore/lite/src/runtime/kernel/arm/fp32/flatten_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection.cc → mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/fullconnection.h"
#include "src/runtime/kernel/arm/fp32/fullconnection_fp32.h"
#include "src/runtime/runtime_api.h"
using mindspore::lite::RET_ERROR;
using mindspore::lite::RET_MEMORY_FAILED;

mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection.h → mindspore/lite/src/runtime/kernel/arm/fp32/fullconnection_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/fused_batchnorm.cc → mindspore/lite/src/runtime/kernel/arm/fp32/fused_batchnorm_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/fused_batchnorm.h"
#include "src/runtime/kernel/arm/fp32/fused_batchnorm_fp32.h"
#include "src/kernel_registry.h"

using mindspore::lite::KernelRegistrar;

mindspore/lite/src/runtime/kernel/arm/fp32/fused_batchnorm.h → mindspore/lite/src/runtime/kernel/arm/fp32/fused_batchnorm_fp32.h View File

@@ -18,7 +18,7 @@
#define MINDSPORE_LITE_SRC_RUNTIME_KERNEL_ARM_FP32_FUSED_BATCHNORM_H_

#include <vector>
#include "src/runtime/kernel/arm/fp32/batchnorm.h"
#include "src/runtime/kernel/arm/fp32/batchnorm_fp32.h"

namespace mindspore::kernel {
class FusedBatchnormCPUKernel : public BatchnormCPUKernel {

mindspore/lite/src/runtime/kernel/arm/fp32/gatherNd.cc → mindspore/lite/src/runtime/kernel/arm/fp32/gatherNd_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/gatherNd.h"
#include "src/runtime/kernel/arm/fp32/gatherNd_fp32.h"
#include <string.h>
#include <vector>
#include "schema/model_generated.h"

mindspore/lite/src/runtime/kernel/arm/fp32/gatherNd.h → mindspore/lite/src/runtime/kernel/arm/fp32/gatherNd_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/gather.cc → mindspore/lite/src/runtime/kernel/arm/fp32/gather_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/gather.h"
#include "src/runtime/kernel/arm/fp32/gather_fp32.h"
#include <vector>
#include "nnacl/gather_parameter.h"
#include "nnacl/fp32/gather.h"

mindspore/lite/src/runtime/kernel/arm/fp32/gather.h → mindspore/lite/src/runtime/kernel/arm/fp32/gather_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/group_convolution.cc → mindspore/lite/src/runtime/kernel/arm/fp32/group_convolution_fp32.cc View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "src/runtime/kernel/arm/fp32/group_convolution.h"
#include "src/runtime/kernel/arm/fp32/group_convolution_fp32.h"
#include "schema/model_generated.h"
#include "src/kernel_registry.h"
#include "include/errorcode.h"

mindspore/lite/src/runtime/kernel/arm/fp32/group_convolution.h → mindspore/lite/src/runtime/kernel/arm/fp32/group_convolution_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/instance_norm.cc → mindspore/lite/src/runtime/kernel/arm/fp32/instance_norm_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/instance_norm.h"
#include "src/runtime/kernel/arm/fp32/instance_norm_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/instance_norm.h → mindspore/lite/src/runtime/kernel/arm/fp32/instance_norm_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/l2_norm.cc → mindspore/lite/src/runtime/kernel/arm/fp32/l2_norm_fp32.cc View File

@@ -16,7 +16,7 @@

#include <vector>
#include <cmath>
#include "src/runtime/kernel/arm/fp32/l2_norm.h"
#include "src/runtime/kernel/arm/fp32/l2_norm_fp32.h"
#include "include/errorcode.h"
#include "nnacl/l2_norm.h"
#include "src/runtime/runtime_api.h"

mindspore/lite/src/runtime/kernel/arm/fp32/l2_norm.h → mindspore/lite/src/runtime/kernel/arm/fp32/l2_norm_fp32.h View File


mindspore/lite/src/runtime/kernel/arm/fp32/layer_norm.cc → mindspore/lite/src/runtime/kernel/arm/fp32/layer_norm_fp32.cc View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "src/runtime/kernel/arm/fp32/layer_norm.h"
#include "src/runtime/kernel/arm/fp32/layer_norm_fp32.h"
#include <vector>
#include "schema/model_generated.h"
#include "src/kernel_registry.h"

mindspore/lite/src/runtime/kernel/arm/fp32/layer_norm.h → mindspore/lite/src/runtime/kernel/arm/fp32/layer_norm_fp32.h View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save