From 67b7d0b466d52f0fdfdec9c3edb4244d13ab9a77 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Tue, 8 Jan 2019 10:46:23 +0800 Subject: [PATCH] Change license headers --- mace/benchmark/benchmark_model.cc | 2 +- mace/benchmark/model_throughput_test.cc | 2 +- mace/benchmark/statistics.cc | 2 +- mace/benchmark/statistics.h | 2 +- mace/core/allocator.cc | 2 +- mace/core/allocator.h | 2 +- mace/core/arg_helper.cc | 2 +- mace/core/arg_helper.h | 2 +- mace/core/buffer.h | 2 +- mace/core/device.cc | 2 +- mace/core/device.h | 2 +- mace/core/device_context.cc | 2 +- mace/core/device_context.h | 2 +- mace/core/future.h | 2 +- mace/core/kv_storage.cc | 2 +- mace/core/kv_storage.h | 2 +- mace/core/macros.h | 2 +- mace/core/memory_optimizer.cc | 2 +- mace/core/memory_optimizer.h | 2 +- mace/core/net.cc | 2 +- mace/core/net.h | 2 +- mace/core/op_context.cc | 2 +- mace/core/op_context.h | 2 +- mace/core/operator.cc | 2 +- mace/core/operator.h | 2 +- mace/core/preallocated_pooled_allocator.h | 2 +- mace/core/runtime/cpu/cpu_runtime.cc | 2 +- mace/core/runtime/cpu/cpu_runtime.h | 2 +- mace/core/runtime/hexagon/hexagon_control_wrapper.cc | 2 +- mace/core/runtime/hexagon/hexagon_control_wrapper.h | 2 +- mace/core/runtime/hexagon/hexagon_device.h | 2 +- mace/core/runtime/hexagon/hexagon_nn_ops.h | 2 +- mace/core/runtime/hexagon/quantize.cc | 2 +- mace/core/runtime/hexagon/quantize.h | 2 +- mace/core/runtime/opencl/cl2_header.h | 2 +- mace/core/runtime/opencl/gpu_device.cc | 2 +- mace/core/runtime/opencl/gpu_device.h | 2 +- mace/core/runtime/opencl/gpu_runtime.cc | 2 +- mace/core/runtime/opencl/gpu_runtime.h | 2 +- mace/core/runtime/opencl/opencl_allocator.cc | 2 +- mace/core/runtime/opencl/opencl_allocator.h | 2 +- mace/core/runtime/opencl/opencl_extension.h | 2 +- mace/core/runtime/opencl/opencl_runtime.cc | 2 +- mace/core/runtime/opencl/opencl_runtime.h | 2 +- mace/core/runtime/opencl/opencl_util.cc | 2 +- mace/core/runtime/opencl/opencl_util.h | 2 +- mace/core/runtime/opencl/opencl_wrapper.cc | 2 +- mace/core/runtime/opencl/scratch_image.cc | 2 +- mace/core/runtime/opencl/scratch_image.h | 2 +- mace/core/runtime_failure_mock.cc | 2 +- mace/core/runtime_failure_mock.h | 2 +- mace/core/status.cc | 2 +- mace/core/tensor.h | 2 +- mace/core/testing/test_benchmark.cc | 2 +- mace/core/testing/test_benchmark.h | 2 +- mace/core/testing/test_benchmark_main.cc | 2 +- mace/core/types.cc | 2 +- mace/core/types.h | 2 +- mace/core/workspace.cc | 2 +- mace/core/workspace.h | 2 +- .../app/src/main/java/com/xiaomi/mace/demo/AppModel.java | 2 +- .../src/main/java/com/xiaomi/mace/demo/CameraActivity.java | 2 +- .../app/src/main/java/com/xiaomi/mace/demo/CameraFactory.java | 2 +- .../app/src/main/java/com/xiaomi/mace/demo/Constant.java | 2 +- .../app/src/main/java/com/xiaomi/mace/demo/MaceApp.java | 2 +- .../main/java/com/xiaomi/mace/demo/camera/CameraApiLessM.java | 2 +- .../main/java/com/xiaomi/mace/demo/camera/CameraApiMoreM.java | 2 +- .../main/java/com/xiaomi/mace/demo/camera/CameraEngage.java | 2 +- .../java/com/xiaomi/mace/demo/camera/CameraTextureView.java | 2 +- .../java/com/xiaomi/mace/demo/camera/ContextMenuDialog.java | 2 +- .../main/java/com/xiaomi/mace/demo/camera/ItemAdapter.java | 2 +- .../main/java/com/xiaomi/mace/demo/camera/MessageEvent.java | 2 +- .../com/xiaomi/mace/demo/camera/MobilenetResultCallback.java | 2 +- .../src/main/java/com/xiaomi/mace/demo/result/InitData.java | 2 +- .../src/main/java/com/xiaomi/mace/demo/result/LabelCache.java | 2 +- .../src/main/java/com/xiaomi/mace/demo/result/ResultData.java | 2 +- .../android/macelibrary/src/main/cpp/image_classify.cc | 2 +- .../android/macelibrary/src/main/cpp/image_classify.h | 2 +- .../src/main/java/com/xiaomi/mace/JniMaceUtils.java | 2 +- mace/examples/cli/example.cc | 2 +- mace/libmace/mace.cc | 2 +- mace/ops/activation.cc | 2 +- mace/ops/activation.h | 2 +- mace/ops/activation_benchmark.cc | 2 +- mace/ops/activation_test.cc | 2 +- mace/ops/addn.cc | 2 +- mace/ops/addn_benchmark.cc | 2 +- mace/ops/addn_test.cc | 2 +- mace/ops/argmax.cc | 2 +- mace/ops/argmax_test.cc | 2 +- mace/ops/arm/activation_neon.cc | 2 +- mace/ops/arm/activation_neon.h | 2 +- mace/ops/arm/common_neon.h | 2 +- mace/ops/arm/conv_2d_neon.h | 2 +- mace/ops/arm/conv_2d_neon_15x1.cc | 2 +- mace/ops/arm/conv_2d_neon_1x1.cc | 2 +- mace/ops/arm/conv_2d_neon_1x15.cc | 2 +- mace/ops/arm/conv_2d_neon_1x7.cc | 2 +- mace/ops/arm/conv_2d_neon_3x3.cc | 2 +- mace/ops/arm/conv_2d_neon_5x5.cc | 2 +- mace/ops/arm/conv_2d_neon_7x1.cc | 2 +- mace/ops/arm/conv_2d_neon_7x7.cc | 2 +- mace/ops/arm/conv_winograd.cc | 2 +- mace/ops/arm/conv_winograd.h | 2 +- mace/ops/arm/conv_winograd_test.cc | 2 +- mace/ops/arm/deconv_2d_neon.h | 2 +- mace/ops/arm/deconv_2d_neon_2x2.cc | 2 +- mace/ops/arm/deconv_2d_neon_3x3.cc | 2 +- mace/ops/arm/deconv_2d_neon_4x4.cc | 2 +- mace/ops/arm/depthwise_conv2d_neon.h | 2 +- mace/ops/arm/depthwise_conv2d_neon_3x3.cc | 2 +- mace/ops/arm/depthwise_deconv2d_neon.h | 2 +- mace/ops/arm/depthwise_deconv2d_neon_3x3.cc | 2 +- mace/ops/arm/depthwise_deconv2d_neon_4x4.cc | 2 +- mace/ops/arm/fixpoint_gemm.h | 2 +- mace/ops/batch_norm.cc | 2 +- mace/ops/batch_norm_benchmark.cc | 2 +- mace/ops/batch_norm_test.cc | 2 +- mace/ops/batch_to_space.cc | 2 +- mace/ops/batch_to_space_benchmark.cc | 2 +- mace/ops/bias_add.cc | 2 +- mace/ops/bias_add_benchmark.cc | 2 +- mace/ops/bias_add_test.cc | 2 +- mace/ops/buffer_to_image_benchmark.cc | 2 +- mace/ops/buffer_to_image_test.cc | 2 +- mace/ops/buffer_transform.cc | 2 +- mace/ops/buffer_transform_test.cc | 2 +- mace/ops/cast.cc | 2 +- mace/ops/cast_test.cc | 2 +- mace/ops/channel_shuffle.cc | 2 +- mace/ops/channel_shuffle_benchmark.cc | 2 +- mace/ops/channel_shuffle_test.cc | 2 +- mace/ops/concat.cc | 2 +- mace/ops/concat_benchmark.cc | 2 +- mace/ops/concat_test.cc | 2 +- mace/ops/conv_2d.cc | 2 +- mace/ops/conv_2d_benchmark.cc | 2 +- mace/ops/conv_2d_test.cc | 2 +- mace/ops/conv_pool_2d_base.h | 2 +- mace/ops/conv_pool_2d_util.cc | 2 +- mace/ops/conv_pool_2d_util.h | 2 +- mace/ops/crop.cc | 2 +- mace/ops/crop_benchmark.cc | 2 +- mace/ops/crop_test.cc | 2 +- mace/ops/deconv_2d.cc | 2 +- mace/ops/deconv_2d.h | 2 +- mace/ops/deconv_2d_benchmark.cc | 2 +- mace/ops/deconv_2d_test.cc | 2 +- mace/ops/depth_to_space.cc | 2 +- mace/ops/depth_to_space_benchmark.cc | 2 +- mace/ops/depth_to_space_test.cc | 2 +- mace/ops/depthwise_conv2d.cc | 2 +- mace/ops/depthwise_conv2d_benchmark.cc | 2 +- mace/ops/depthwise_conv2d_test.cc | 2 +- mace/ops/depthwise_deconv2d.cc | 2 +- mace/ops/depthwise_deconv2d_benchmark.cc | 2 +- mace/ops/depthwise_deconv2d_test.cc | 2 +- mace/ops/eltwise.cc | 2 +- mace/ops/eltwise.h | 2 +- mace/ops/eltwise_benchmark.cc | 2 +- mace/ops/eltwise_test.cc | 2 +- mace/ops/expand_dims.cc | 2 +- mace/ops/expand_dims_test.cc | 2 +- mace/ops/fill.cc | 2 +- mace/ops/fill_test.cc | 2 +- mace/ops/fixpoint.h | 2 +- mace/ops/fixpoint_test.cc | 2 +- mace/ops/folded_batch_norm_test.cc | 2 +- mace/ops/fully_connected.cc | 2 +- mace/ops/fully_connected_benchmark.cc | 2 +- mace/ops/fully_connected_test.cc | 2 +- mace/ops/gather.cc | 2 +- mace/ops/gather_benchmark.cc | 2 +- mace/ops/gather_test.cc | 2 +- mace/ops/gemm.cc | 2 +- mace/ops/gemm.h | 2 +- mace/ops/gemm_test.cc | 2 +- mace/ops/gemmlowp_util.h | 2 +- mace/ops/identity.cc | 2 +- mace/ops/identity_test.cc | 2 +- mace/ops/infer_conv2d_shape.cc | 2 +- mace/ops/infer_conv2d_shape_test.cc | 2 +- mace/ops/local_response_norm.cc | 2 +- mace/ops/local_response_norm_benchmark.cc | 2 +- mace/ops/local_response_norm_test.cc | 2 +- mace/ops/lstm_cell.cc | 2 +- mace/ops/lstmcell_benchmark.cc | 2 +- mace/ops/lstmcell_test.cc | 2 +- mace/ops/lstmcell_test_util.h | 2 +- mace/ops/matmul.cc | 2 +- mace/ops/matmul_benchmark.cc | 2 +- mace/ops/matmul_test.cc | 2 +- mace/ops/memory_benchmark.cc | 2 +- mace/ops/opencl/activation.h | 2 +- mace/ops/opencl/addn.h | 2 +- mace/ops/opencl/batch_norm.h | 2 +- mace/ops/opencl/batch_to_space.h | 2 +- mace/ops/opencl/bias_add.h | 2 +- mace/ops/opencl/buffer/buffer_transform.cc | 2 +- mace/ops/opencl/buffer/buffer_transform.h | 2 +- mace/ops/opencl/buffer/buffer_type_transform.cc | 2 +- mace/ops/opencl/buffer/conv_2d.h | 2 +- mace/ops/opencl/buffer/conv_2d_1x1.cc | 2 +- mace/ops/opencl/buffer/conv_2d_general.cc | 2 +- mace/ops/opencl/buffer/depthwise_conv2d.cc | 2 +- mace/ops/opencl/buffer/depthwise_conv2d.h | 2 +- mace/ops/opencl/buffer/pooling.h | 2 +- mace/ops/opencl/buffer/softmax.h | 2 +- mace/ops/opencl/buffer/utils.cc | 2 +- mace/ops/opencl/buffer/utils.h | 2 +- mace/ops/opencl/buffer_transform_kernel.h | 2 +- mace/ops/opencl/buffer_transformer.cc | 2 +- mace/ops/opencl/buffer_transformer.h | 2 +- mace/ops/opencl/channel_shuffle.h | 2 +- mace/ops/opencl/cl/common.h | 2 +- mace/ops/opencl/concat.h | 2 +- mace/ops/opencl/conv_2d.h | 2 +- mace/ops/opencl/crop.h | 2 +- mace/ops/opencl/deconv_2d.h | 2 +- mace/ops/opencl/depth_to_space.h | 2 +- mace/ops/opencl/depthwise_conv2d.h | 2 +- mace/ops/opencl/depthwise_deconv2d.h | 2 +- mace/ops/opencl/eltwise.h | 2 +- mace/ops/opencl/fully_connected.h | 2 +- mace/ops/opencl/helper.cc | 2 +- mace/ops/opencl/helper.h | 2 +- mace/ops/opencl/image/activation.h | 2 +- mace/ops/opencl/image/addn.h | 2 +- mace/ops/opencl/image/batch_norm.h | 2 +- mace/ops/opencl/image/batch_to_space.h | 2 +- mace/ops/opencl/image/bias_add.h | 2 +- mace/ops/opencl/image/buffer_to_image.h | 2 +- mace/ops/opencl/image/channel_shuffle.h | 2 +- mace/ops/opencl/image/concat.cc | 2 +- mace/ops/opencl/image/concat.h | 2 +- mace/ops/opencl/image/conv_2d.h | 2 +- mace/ops/opencl/image/conv_2d_1x1.cc | 2 +- mace/ops/opencl/image/conv_2d_3x3.cc | 2 +- mace/ops/opencl/image/conv_2d_general.cc | 2 +- mace/ops/opencl/image/crop.h | 2 +- mace/ops/opencl/image/deconv_2d.h | 2 +- mace/ops/opencl/image/depth_to_space.h | 2 +- mace/ops/opencl/image/depthwise_conv2d.cc | 2 +- mace/ops/opencl/image/depthwise_conv2d.h | 2 +- mace/ops/opencl/image/depthwise_deconv2d.h | 2 +- mace/ops/opencl/image/eltwise.h | 2 +- mace/ops/opencl/image/fully_connected.h | 2 +- mace/ops/opencl/image/image_to_buffer.h | 2 +- mace/ops/opencl/image/lstm_cell.h | 2 +- mace/ops/opencl/image/matmul.h | 2 +- mace/ops/opencl/image/pad.h | 2 +- mace/ops/opencl/image/pooling.h | 2 +- mace/ops/opencl/image/reduce.h | 2 +- mace/ops/opencl/image/resize_bicubic.h | 2 +- mace/ops/opencl/image/resize_bilinear.h | 2 +- mace/ops/opencl/image/softmax.h | 2 +- mace/ops/opencl/image/space_to_batch.h | 2 +- mace/ops/opencl/image/space_to_depth.h | 2 +- mace/ops/opencl/image/split.h | 2 +- mace/ops/opencl/image/sqrdiff_mean.h | 2 +- mace/ops/opencl/image/winograd_conv2d.cc | 2 +- mace/ops/opencl/lstm_cell.h | 2 +- mace/ops/opencl/matmul.h | 2 +- mace/ops/opencl/out_of_range_check_test.cc | 2 +- mace/ops/opencl/pad.h | 2 +- mace/ops/opencl/pooling.h | 2 +- mace/ops/opencl/reduce.h | 2 +- mace/ops/opencl/resize_bicubic.h | 2 +- mace/ops/opencl/resize_bilinear.h | 2 +- mace/ops/opencl/softmax.h | 2 +- mace/ops/opencl/space_to_batch.h | 2 +- mace/ops/opencl/space_to_depth.h | 2 +- mace/ops/opencl/split.h | 2 +- mace/ops/opencl/sqrdiff_mean.h | 2 +- mace/ops/ops_registry.cc | 2 +- mace/ops/ops_registry.h | 2 +- mace/ops/ops_test_util.cc | 2 +- mace/ops/ops_test_util.h | 2 +- mace/ops/pad.cc | 2 +- mace/ops/pad_benchmark.cc | 2 +- mace/ops/pad_test.cc | 2 +- mace/ops/pooling.cc | 2 +- mace/ops/pooling.h | 2 +- mace/ops/pooling_benchmark.cc | 2 +- mace/ops/pooling_test.cc | 2 +- mace/ops/prior_box.cc | 2 +- mace/ops/prior_box_benchmark.cc | 2 +- mace/ops/prior_box_test.cc | 2 +- mace/ops/quantize.cc | 2 +- mace/ops/quantize_benchmark.cc | 2 +- mace/ops/quantize_test.cc | 2 +- mace/ops/reduce.cc | 2 +- mace/ops/reduce.h | 2 +- mace/ops/reduce_benchmark.cc | 2 +- mace/ops/reduce_test.cc | 2 +- mace/ops/reshape.cc | 2 +- mace/ops/reshape_test.cc | 2 +- mace/ops/resize_bicubic.cc | 2 +- mace/ops/resize_bicubic.h | 2 +- mace/ops/resize_bicubic_benchmark.cc | 2 +- mace/ops/resize_bicubic_test.cc | 2 +- mace/ops/resize_bilinear.cc | 2 +- mace/ops/resize_bilinear.h | 2 +- mace/ops/resize_bilinear_benchmark.cc | 2 +- mace/ops/resize_bilinear_test.cc | 2 +- mace/ops/reverse.cc | 2 +- mace/ops/reverse_benchmark.cc | 2 +- mace/ops/reverse_test.cc | 2 +- mace/ops/scalar_math.cc | 2 +- mace/ops/scalar_math_test.cc | 2 +- mace/ops/sgemm.cc | 2 +- mace/ops/sgemm.h | 2 +- mace/ops/sgemm_pack_test.cc | 2 +- mace/ops/shape.cc | 2 +- mace/ops/shape_test.cc | 2 +- mace/ops/softmax.cc | 2 +- mace/ops/softmax_benchmark.cc | 2 +- mace/ops/softmax_test.cc | 2 +- mace/ops/space_to_batch.cc | 2 +- mace/ops/space_to_batch_benchmark.cc | 2 +- mace/ops/space_to_batch_test.cc | 2 +- mace/ops/space_to_depth.cc | 2 +- mace/ops/space_to_depth_benchmark.cc | 2 +- mace/ops/space_to_depth_test.cc | 2 +- mace/ops/split.cc | 2 +- mace/ops/split_benchmark.cc | 2 +- mace/ops/split_test.cc | 2 +- mace/ops/sqrdiff_mean.cc | 2 +- mace/ops/sqrdiff_mean_benchmark.cc | 2 +- mace/ops/sqrdiff_mean_test.cc | 2 +- mace/ops/squeeze.cc | 2 +- mace/ops/squeeze_test.cc | 2 +- mace/ops/stack.cc | 2 +- mace/ops/stack_test.cc | 2 +- mace/ops/strided_slice.cc | 2 +- mace/ops/strided_slice_test.cc | 2 +- mace/ops/transpose.cc | 2 +- mace/ops/transpose.h | 2 +- mace/ops/transpose_benchmark.cc | 2 +- mace/ops/transpose_test.cc | 2 +- mace/ops/unstack.cc | 2 +- mace/ops/unstack_test.cc | 2 +- mace/public/mace.h | 2 +- mace/python/tools/archive_static_lib.py | 2 +- mace/python/tools/binary_codegen.py | 2 +- mace/python/tools/convert_util.py | 2 +- mace/python/tools/converter.py | 2 +- mace/python/tools/converter_tool/base_converter.py | 2 +- mace/python/tools/converter_tool/caffe_converter.py | 2 +- mace/python/tools/converter_tool/hexagon_converter.py | 2 +- mace/python/tools/converter_tool/onnx_converter.py | 2 +- mace/python/tools/converter_tool/shape_inference.py | 2 +- mace/python/tools/converter_tool/tensorflow_converter.py | 2 +- mace/python/tools/converter_tool/transformer.py | 2 +- mace/python/tools/encrypt_opencl_codegen.py | 2 +- mace/python/tools/file_binary.cc.jinja2 | 2 +- mace/python/tools/graph_util.py | 2 +- mace/python/tools/layers_validate.py | 2 +- mace/python/tools/mace_engine_factory.h.jinja2 | 2 +- mace/python/tools/mace_engine_factory_codegen.py | 2 +- mace/python/tools/model.jinja2 | 2 +- mace/python/tools/model_header.jinja2 | 2 +- mace/python/tools/model_saver.py | 2 +- mace/python/tools/opencl_binary_codegen.py | 2 +- mace/python/tools/operator.jinja2 | 2 +- mace/python/tools/str2vec_maps.cc.jinja2 | 2 +- mace/python/tools/tensor_data.jinja2 | 2 +- mace/python/tools/tensor_source.jinja2 | 2 +- mace/python/tools/tf_ops_stats.py | 2 +- mace/test/mace_api_exception_test.cc | 2 +- mace/test/mace_api_mt_test.cc | 2 +- mace/test/mace_api_test.cc | 2 +- mace/test/mace_api_test.h | 2 +- mace/tools/git/gen_version_source.sh | 4 ++-- mace/tools/validation/mace_run.cc | 2 +- mace/utils/detection_output.cc | 2 +- mace/utils/env_time.h | 2 +- mace/utils/logging.cc | 2 +- mace/utils/logging.h | 2 +- mace/utils/memory_logging.h | 2 +- mace/utils/quantize.h | 2 +- mace/utils/rwlock.h | 2 +- mace/utils/string_util.cc | 2 +- mace/utils/string_util.h | 2 +- mace/utils/timer.h | 2 +- mace/utils/tuner.h | 2 +- mace/utils/tuner_development.cc | 2 +- mace/utils/tuner_production.cc | 2 +- mace/utils/tuner_test.cc | 2 +- mace/utils/utils.h | 2 +- tools/bazel_adb_run.py | 2 +- tools/common.py | 2 +- tools/converter.py | 2 +- tools/device.py | 2 +- tools/falcon_cli.py | 2 +- tools/generate_data.py | 2 +- tools/onnx_optimizer.py | 2 +- tools/sh_commands.py | 2 +- tools/validate.py | 2 +- tools/wino_conv.py | 2 +- 400 files changed, 401 insertions(+), 401 deletions(-) diff --git a/mace/benchmark/benchmark_model.cc b/mace/benchmark/benchmark_model.cc index bcb9ae75..82849d67 100644 --- a/mace/benchmark/benchmark_model.cc +++ b/mace/benchmark/benchmark_model.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/benchmark/model_throughput_test.cc b/mace/benchmark/model_throughput_test.cc index dce0a736..66b178cf 100644 --- a/mace/benchmark/model_throughput_test.cc +++ b/mace/benchmark/model_throughput_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/benchmark/statistics.cc b/mace/benchmark/statistics.cc index 7909a598..6ea69be0 100644 --- a/mace/benchmark/statistics.cc +++ b/mace/benchmark/statistics.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/benchmark/statistics.h b/mace/benchmark/statistics.h index f0cf2be6..e21632da 100644 --- a/mace/benchmark/statistics.h +++ b/mace/benchmark/statistics.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/allocator.cc b/mace/core/allocator.cc index d9b5c3c2..003b1c2c 100644 --- a/mace/core/allocator.cc +++ b/mace/core/allocator.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/allocator.h b/mace/core/allocator.h index d1101413..9a0811ae 100644 --- a/mace/core/allocator.h +++ b/mace/core/allocator.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/arg_helper.cc b/mace/core/arg_helper.cc index cd3c4d1f..4f6045d8 100644 --- a/mace/core/arg_helper.cc +++ b/mace/core/arg_helper.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/arg_helper.h b/mace/core/arg_helper.h index 238b0800..9d2cd243 100644 --- a/mace/core/arg_helper.h +++ b/mace/core/arg_helper.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/buffer.h b/mace/core/buffer.h index 0ec47824..149e54bc 100644 --- a/mace/core/buffer.h +++ b/mace/core/buffer.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/device.cc b/mace/core/device.cc index 4eb547c2..177b443b 100644 --- a/mace/core/device.cc +++ b/mace/core/device.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/device.h b/mace/core/device.h index 627d46be..e5fda181 100644 --- a/mace/core/device.h +++ b/mace/core/device.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/device_context.cc b/mace/core/device_context.cc index 67af31b5..c68fd83f 100644 --- a/mace/core/device_context.cc +++ b/mace/core/device_context.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/device_context.h b/mace/core/device_context.h index 5aea3d3f..e126a8a8 100644 --- a/mace/core/device_context.h +++ b/mace/core/device_context.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/future.h b/mace/core/future.h index 6fb82d98..13382e1b 100644 --- a/mace/core/future.h +++ b/mace/core/future.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/kv_storage.cc b/mace/core/kv_storage.cc index 08a2d5b5..5eba8567 100644 --- a/mace/core/kv_storage.cc +++ b/mace/core/kv_storage.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/kv_storage.h b/mace/core/kv_storage.h index 62296a18..dacbb77a 100644 --- a/mace/core/kv_storage.h +++ b/mace/core/kv_storage.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/macros.h b/mace/core/macros.h index 970d29ce..e90049f4 100644 --- a/mace/core/macros.h +++ b/mace/core/macros.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/memory_optimizer.cc b/mace/core/memory_optimizer.cc index f773befc..eacdddd9 100644 --- a/mace/core/memory_optimizer.cc +++ b/mace/core/memory_optimizer.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/memory_optimizer.h b/mace/core/memory_optimizer.h index fa24a206..555613e6 100644 --- a/mace/core/memory_optimizer.h +++ b/mace/core/memory_optimizer.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/net.cc b/mace/core/net.cc index 4cdddaac..5ff777b0 100644 --- a/mace/core/net.cc +++ b/mace/core/net.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/net.h b/mace/core/net.h index 10577a57..9945d046 100644 --- a/mace/core/net.h +++ b/mace/core/net.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/op_context.cc b/mace/core/op_context.cc index a26b5e22..7f2048ed 100644 --- a/mace/core/op_context.cc +++ b/mace/core/op_context.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/op_context.h b/mace/core/op_context.h index 6772b14f..4f27cb57 100644 --- a/mace/core/op_context.h +++ b/mace/core/op_context.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/operator.cc b/mace/core/operator.cc index 4fd23db4..319b0548 100644 --- a/mace/core/operator.cc +++ b/mace/core/operator.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/operator.h b/mace/core/operator.h index e1e35f35..03a0f074 100644 --- a/mace/core/operator.h +++ b/mace/core/operator.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/preallocated_pooled_allocator.h b/mace/core/preallocated_pooled_allocator.h index 27dbeb61..8b8fc9d1 100644 --- a/mace/core/preallocated_pooled_allocator.h +++ b/mace/core/preallocated_pooled_allocator.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/cpu/cpu_runtime.cc b/mace/core/runtime/cpu/cpu_runtime.cc index 89c57206..fb0b7e59 100644 --- a/mace/core/runtime/cpu/cpu_runtime.cc +++ b/mace/core/runtime/cpu/cpu_runtime.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/cpu/cpu_runtime.h b/mace/core/runtime/cpu/cpu_runtime.h index 00fd492b..95fee27f 100644 --- a/mace/core/runtime/cpu/cpu_runtime.h +++ b/mace/core/runtime/cpu/cpu_runtime.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/hexagon/hexagon_control_wrapper.cc b/mace/core/runtime/hexagon/hexagon_control_wrapper.cc index 6b952b88..123bac04 100644 --- a/mace/core/runtime/hexagon/hexagon_control_wrapper.cc +++ b/mace/core/runtime/hexagon/hexagon_control_wrapper.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/hexagon/hexagon_control_wrapper.h b/mace/core/runtime/hexagon/hexagon_control_wrapper.h index ed4fe373..1674e6cf 100644 --- a/mace/core/runtime/hexagon/hexagon_control_wrapper.h +++ b/mace/core/runtime/hexagon/hexagon_control_wrapper.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/hexagon/hexagon_device.h b/mace/core/runtime/hexagon/hexagon_device.h index 4c16a54c..0c933ae0 100644 --- a/mace/core/runtime/hexagon/hexagon_device.h +++ b/mace/core/runtime/hexagon/hexagon_device.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/hexagon/hexagon_nn_ops.h b/mace/core/runtime/hexagon/hexagon_nn_ops.h index 928a735d..3ebedb8e 100644 --- a/mace/core/runtime/hexagon/hexagon_nn_ops.h +++ b/mace/core/runtime/hexagon/hexagon_nn_ops.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/hexagon/quantize.cc b/mace/core/runtime/hexagon/quantize.cc index 61ec4d18..31a62288 100644 --- a/mace/core/runtime/hexagon/quantize.cc +++ b/mace/core/runtime/hexagon/quantize.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/hexagon/quantize.h b/mace/core/runtime/hexagon/quantize.h index 23f17077..f121b0d0 100644 --- a/mace/core/runtime/hexagon/quantize.h +++ b/mace/core/runtime/hexagon/quantize.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/cl2_header.h b/mace/core/runtime/opencl/cl2_header.h index 2a8d0648..7b643ffa 100644 --- a/mace/core/runtime/opencl/cl2_header.h +++ b/mace/core/runtime/opencl/cl2_header.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/gpu_device.cc b/mace/core/runtime/opencl/gpu_device.cc index caea5767..2bdf6802 100644 --- a/mace/core/runtime/opencl/gpu_device.cc +++ b/mace/core/runtime/opencl/gpu_device.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/gpu_device.h b/mace/core/runtime/opencl/gpu_device.h index d3c7d98e..768ea378 100644 --- a/mace/core/runtime/opencl/gpu_device.h +++ b/mace/core/runtime/opencl/gpu_device.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/gpu_runtime.cc b/mace/core/runtime/opencl/gpu_runtime.cc index 8574ad48..5a1b26fa 100644 --- a/mace/core/runtime/opencl/gpu_runtime.cc +++ b/mace/core/runtime/opencl/gpu_runtime.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/gpu_runtime.h b/mace/core/runtime/opencl/gpu_runtime.h index fee776ed..b8e16f99 100644 --- a/mace/core/runtime/opencl/gpu_runtime.h +++ b/mace/core/runtime/opencl/gpu_runtime.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_allocator.cc b/mace/core/runtime/opencl/opencl_allocator.cc index 1504a776..e63b252b 100644 --- a/mace/core/runtime/opencl/opencl_allocator.cc +++ b/mace/core/runtime/opencl/opencl_allocator.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_allocator.h b/mace/core/runtime/opencl/opencl_allocator.h index d2b7556b..9ee9c81d 100644 --- a/mace/core/runtime/opencl/opencl_allocator.h +++ b/mace/core/runtime/opencl/opencl_allocator.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_extension.h b/mace/core/runtime/opencl/opencl_extension.h index a29f40b7..da3ba855 100644 --- a/mace/core/runtime/opencl/opencl_extension.h +++ b/mace/core/runtime/opencl/opencl_extension.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_runtime.cc b/mace/core/runtime/opencl/opencl_runtime.cc index 86a2b116..1ee0e995 100644 --- a/mace/core/runtime/opencl/opencl_runtime.cc +++ b/mace/core/runtime/opencl/opencl_runtime.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_runtime.h b/mace/core/runtime/opencl/opencl_runtime.h index 01ef4ca3..ddc270b5 100644 --- a/mace/core/runtime/opencl/opencl_runtime.h +++ b/mace/core/runtime/opencl/opencl_runtime.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_util.cc b/mace/core/runtime/opencl/opencl_util.cc index ca9e63dd..b190f05f 100644 --- a/mace/core/runtime/opencl/opencl_util.cc +++ b/mace/core/runtime/opencl/opencl_util.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_util.h b/mace/core/runtime/opencl/opencl_util.h index 5449a8e1..ec399d87 100644 --- a/mace/core/runtime/opencl/opencl_util.h +++ b/mace/core/runtime/opencl/opencl_util.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/opencl_wrapper.cc b/mace/core/runtime/opencl/opencl_wrapper.cc index f7706cff..af9a620d 100644 --- a/mace/core/runtime/opencl/opencl_wrapper.cc +++ b/mace/core/runtime/opencl/opencl_wrapper.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/scratch_image.cc b/mace/core/runtime/opencl/scratch_image.cc index ccca3896..df1881c6 100644 --- a/mace/core/runtime/opencl/scratch_image.cc +++ b/mace/core/runtime/opencl/scratch_image.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime/opencl/scratch_image.h b/mace/core/runtime/opencl/scratch_image.h index adfe208f..b80e8531 100644 --- a/mace/core/runtime/opencl/scratch_image.h +++ b/mace/core/runtime/opencl/scratch_image.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime_failure_mock.cc b/mace/core/runtime_failure_mock.cc index 3b47855e..1ccb891d 100644 --- a/mace/core/runtime_failure_mock.cc +++ b/mace/core/runtime_failure_mock.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/runtime_failure_mock.h b/mace/core/runtime_failure_mock.h index 178fa62f..7c4afc1a 100644 --- a/mace/core/runtime_failure_mock.h +++ b/mace/core/runtime_failure_mock.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/status.cc b/mace/core/status.cc index fd8dd9da..12134f88 100644 --- a/mace/core/status.cc +++ b/mace/core/status.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/tensor.h b/mace/core/tensor.h index e70d48a9..f4b1341a 100644 --- a/mace/core/tensor.h +++ b/mace/core/tensor.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/testing/test_benchmark.cc b/mace/core/testing/test_benchmark.cc index 57be33c2..03442869 100644 --- a/mace/core/testing/test_benchmark.cc +++ b/mace/core/testing/test_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/testing/test_benchmark.h b/mace/core/testing/test_benchmark.h index 2eb91e40..89494eab 100644 --- a/mace/core/testing/test_benchmark.h +++ b/mace/core/testing/test_benchmark.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/testing/test_benchmark_main.cc b/mace/core/testing/test_benchmark_main.cc index 173b8873..da78d3ff 100644 --- a/mace/core/testing/test_benchmark_main.cc +++ b/mace/core/testing/test_benchmark_main.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/types.cc b/mace/core/types.cc index 32cfe85f..f26cc855 100644 --- a/mace/core/types.cc +++ b/mace/core/types.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/types.h b/mace/core/types.h index 7bbc78f9..4ac00a54 100644 --- a/mace/core/types.h +++ b/mace/core/types.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/workspace.cc b/mace/core/workspace.cc index 40ab5839..eb10dc89 100644 --- a/mace/core/workspace.cc +++ b/mace/core/workspace.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/core/workspace.h b/mace/core/workspace.h index 67692c92..4308f924 100644 --- a/mace/core/workspace.h +++ b/mace/core/workspace.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/AppModel.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/AppModel.java index 5788801c..030fa7c8 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/AppModel.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/AppModel.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraActivity.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraActivity.java index 8d91872f..7859966f 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraActivity.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraActivity.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraFactory.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraFactory.java index a3fd21e3..66aeeafe 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraFactory.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/CameraFactory.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/Constant.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/Constant.java index a1f673a6..4fc275c7 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/Constant.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/Constant.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/MaceApp.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/MaceApp.java index f525f634..0acb4c32 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/MaceApp.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/MaceApp.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiLessM.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiLessM.java index 6ecf0d10..a9a31adb 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiLessM.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiLessM.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiMoreM.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiMoreM.java index 8be09dd3..74f0710b 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiMoreM.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraApiMoreM.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraEngage.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraEngage.java index be75a716..967a34e0 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraEngage.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraEngage.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraTextureView.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraTextureView.java index ac9d7102..aba3fc3d 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraTextureView.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/CameraTextureView.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ContextMenuDialog.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ContextMenuDialog.java index 6c9a14f5..4636f8ad 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ContextMenuDialog.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ContextMenuDialog.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ItemAdapter.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ItemAdapter.java index d4341970..0b897183 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ItemAdapter.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/ItemAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MessageEvent.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MessageEvent.java index 2c408c09..26a5e0cb 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MessageEvent.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MessageEvent.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MobilenetResultCallback.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MobilenetResultCallback.java index b039d2e0..9b6d255a 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MobilenetResultCallback.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/camera/MobilenetResultCallback.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/InitData.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/InitData.java index c9787e6f..fb12fdcc 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/InitData.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/InitData.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/LabelCache.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/LabelCache.java index e525cea3..286ac5e7 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/LabelCache.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/LabelCache.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/ResultData.java b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/ResultData.java index a89961fe..f68edd04 100644 --- a/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/ResultData.java +++ b/mace/examples/android/app/src/main/java/com/xiaomi/mace/demo/result/ResultData.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/macelibrary/src/main/cpp/image_classify.cc b/mace/examples/android/macelibrary/src/main/cpp/image_classify.cc index f27519b6..661da75c 100755 --- a/mace/examples/android/macelibrary/src/main/cpp/image_classify.cc +++ b/mace/examples/android/macelibrary/src/main/cpp/image_classify.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/macelibrary/src/main/cpp/image_classify.h b/mace/examples/android/macelibrary/src/main/cpp/image_classify.h index 5114eb91..1285b1ae 100644 --- a/mace/examples/android/macelibrary/src/main/cpp/image_classify.h +++ b/mace/examples/android/macelibrary/src/main/cpp/image_classify.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/android/macelibrary/src/main/java/com/xiaomi/mace/JniMaceUtils.java b/mace/examples/android/macelibrary/src/main/java/com/xiaomi/mace/JniMaceUtils.java index e776c013..f7a56648 100644 --- a/mace/examples/android/macelibrary/src/main/java/com/xiaomi/mace/JniMaceUtils.java +++ b/mace/examples/android/macelibrary/src/main/java/com/xiaomi/mace/JniMaceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/examples/cli/example.cc b/mace/examples/cli/example.cc index cc24a94f..181c7c8d 100644 --- a/mace/examples/cli/example.cc +++ b/mace/examples/cli/example.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/libmace/mace.cc b/mace/libmace/mace.cc index fad8c8eb..73c51fff 100644 --- a/mace/libmace/mace.cc +++ b/mace/libmace/mace.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/activation.cc b/mace/ops/activation.cc index 80bddab6..a9e28f1e 100644 --- a/mace/ops/activation.cc +++ b/mace/ops/activation.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/activation.h b/mace/ops/activation.h index 8ddcaea6..d9fc5de7 100644 --- a/mace/ops/activation.h +++ b/mace/ops/activation.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/activation_benchmark.cc b/mace/ops/activation_benchmark.cc index 6faf62ce..910281a5 100644 --- a/mace/ops/activation_benchmark.cc +++ b/mace/ops/activation_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/activation_test.cc b/mace/ops/activation_test.cc index 9932f167..f16cf060 100644 --- a/mace/ops/activation_test.cc +++ b/mace/ops/activation_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/addn.cc b/mace/ops/addn.cc index 0fe0c7b4..cc11a0ef 100644 --- a/mace/ops/addn.cc +++ b/mace/ops/addn.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/addn_benchmark.cc b/mace/ops/addn_benchmark.cc index b9751557..1a97107b 100644 --- a/mace/ops/addn_benchmark.cc +++ b/mace/ops/addn_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/addn_test.cc b/mace/ops/addn_test.cc index f006570c..9feb378f 100644 --- a/mace/ops/addn_test.cc +++ b/mace/ops/addn_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/argmax.cc b/mace/ops/argmax.cc index 3d8b27fe..71a10902 100644 --- a/mace/ops/argmax.cc +++ b/mace/ops/argmax.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/argmax_test.cc b/mace/ops/argmax_test.cc index a0001ec3..20e5b3f1 100644 --- a/mace/ops/argmax_test.cc +++ b/mace/ops/argmax_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/activation_neon.cc b/mace/ops/arm/activation_neon.cc index 84213675..6010d714 100644 --- a/mace/ops/arm/activation_neon.cc +++ b/mace/ops/arm/activation_neon.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/activation_neon.h b/mace/ops/arm/activation_neon.h index e1e24a71..a61b974b 100644 --- a/mace/ops/arm/activation_neon.h +++ b/mace/ops/arm/activation_neon.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/common_neon.h b/mace/ops/arm/common_neon.h index be0daf79..c3451ea0 100644 --- a/mace/ops/arm/common_neon.h +++ b/mace/ops/arm/common_neon.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon.h b/mace/ops/arm/conv_2d_neon.h index bd2307e2..711ef2c8 100644 --- a/mace/ops/arm/conv_2d_neon.h +++ b/mace/ops/arm/conv_2d_neon.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_15x1.cc b/mace/ops/arm/conv_2d_neon_15x1.cc index 553de92e..8523e494 100644 --- a/mace/ops/arm/conv_2d_neon_15x1.cc +++ b/mace/ops/arm/conv_2d_neon_15x1.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_1x1.cc b/mace/ops/arm/conv_2d_neon_1x1.cc index be5c6b53..819f5f33 100644 --- a/mace/ops/arm/conv_2d_neon_1x1.cc +++ b/mace/ops/arm/conv_2d_neon_1x1.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_1x15.cc b/mace/ops/arm/conv_2d_neon_1x15.cc index 07deca05..33b9abbf 100644 --- a/mace/ops/arm/conv_2d_neon_1x15.cc +++ b/mace/ops/arm/conv_2d_neon_1x15.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_1x7.cc b/mace/ops/arm/conv_2d_neon_1x7.cc index 09061e05..e5e249d3 100644 --- a/mace/ops/arm/conv_2d_neon_1x7.cc +++ b/mace/ops/arm/conv_2d_neon_1x7.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_3x3.cc b/mace/ops/arm/conv_2d_neon_3x3.cc index 6213a208..ecae6810 100644 --- a/mace/ops/arm/conv_2d_neon_3x3.cc +++ b/mace/ops/arm/conv_2d_neon_3x3.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_5x5.cc b/mace/ops/arm/conv_2d_neon_5x5.cc index 87b997c6..81d89297 100644 --- a/mace/ops/arm/conv_2d_neon_5x5.cc +++ b/mace/ops/arm/conv_2d_neon_5x5.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_7x1.cc b/mace/ops/arm/conv_2d_neon_7x1.cc index 78025de6..7aa9309b 100644 --- a/mace/ops/arm/conv_2d_neon_7x1.cc +++ b/mace/ops/arm/conv_2d_neon_7x1.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_2d_neon_7x7.cc b/mace/ops/arm/conv_2d_neon_7x7.cc index 04c8323f..2411aad6 100644 --- a/mace/ops/arm/conv_2d_neon_7x7.cc +++ b/mace/ops/arm/conv_2d_neon_7x7.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_winograd.cc b/mace/ops/arm/conv_winograd.cc index 748cc694..5a5c3f9a 100644 --- a/mace/ops/arm/conv_winograd.cc +++ b/mace/ops/arm/conv_winograd.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_winograd.h b/mace/ops/arm/conv_winograd.h index 5e07db15..396d1870 100644 --- a/mace/ops/arm/conv_winograd.h +++ b/mace/ops/arm/conv_winograd.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/conv_winograd_test.cc b/mace/ops/arm/conv_winograd_test.cc index 906dd3d9..4f28472d 100644 --- a/mace/ops/arm/conv_winograd_test.cc +++ b/mace/ops/arm/conv_winograd_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/deconv_2d_neon.h b/mace/ops/arm/deconv_2d_neon.h index 91667044..62e3e919 100644 --- a/mace/ops/arm/deconv_2d_neon.h +++ b/mace/ops/arm/deconv_2d_neon.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/deconv_2d_neon_2x2.cc b/mace/ops/arm/deconv_2d_neon_2x2.cc index 39f1f330..74ddbecc 100644 --- a/mace/ops/arm/deconv_2d_neon_2x2.cc +++ b/mace/ops/arm/deconv_2d_neon_2x2.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/deconv_2d_neon_3x3.cc b/mace/ops/arm/deconv_2d_neon_3x3.cc index da4d1d88..35668094 100644 --- a/mace/ops/arm/deconv_2d_neon_3x3.cc +++ b/mace/ops/arm/deconv_2d_neon_3x3.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/deconv_2d_neon_4x4.cc b/mace/ops/arm/deconv_2d_neon_4x4.cc index 39389e22..a023154a 100644 --- a/mace/ops/arm/deconv_2d_neon_4x4.cc +++ b/mace/ops/arm/deconv_2d_neon_4x4.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/depthwise_conv2d_neon.h b/mace/ops/arm/depthwise_conv2d_neon.h index cd475573..a4973ed5 100644 --- a/mace/ops/arm/depthwise_conv2d_neon.h +++ b/mace/ops/arm/depthwise_conv2d_neon.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/depthwise_conv2d_neon_3x3.cc b/mace/ops/arm/depthwise_conv2d_neon_3x3.cc index 3166c923..652d0231 100644 --- a/mace/ops/arm/depthwise_conv2d_neon_3x3.cc +++ b/mace/ops/arm/depthwise_conv2d_neon_3x3.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/depthwise_deconv2d_neon.h b/mace/ops/arm/depthwise_deconv2d_neon.h index 35460d75..70f2bb40 100644 --- a/mace/ops/arm/depthwise_deconv2d_neon.h +++ b/mace/ops/arm/depthwise_deconv2d_neon.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/depthwise_deconv2d_neon_3x3.cc b/mace/ops/arm/depthwise_deconv2d_neon_3x3.cc index 1f138ca6..404c903d 100644 --- a/mace/ops/arm/depthwise_deconv2d_neon_3x3.cc +++ b/mace/ops/arm/depthwise_deconv2d_neon_3x3.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/depthwise_deconv2d_neon_4x4.cc b/mace/ops/arm/depthwise_deconv2d_neon_4x4.cc index b859bf43..1b59264e 100644 --- a/mace/ops/arm/depthwise_deconv2d_neon_4x4.cc +++ b/mace/ops/arm/depthwise_deconv2d_neon_4x4.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/arm/fixpoint_gemm.h b/mace/ops/arm/fixpoint_gemm.h index 921f7e75..28b8eafa 100644 --- a/mace/ops/arm/fixpoint_gemm.h +++ b/mace/ops/arm/fixpoint_gemm.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/batch_norm.cc b/mace/ops/batch_norm.cc index dae8f35e..ee44ec59 100644 --- a/mace/ops/batch_norm.cc +++ b/mace/ops/batch_norm.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/batch_norm_benchmark.cc b/mace/ops/batch_norm_benchmark.cc index a6afcb07..11bf4f6e 100644 --- a/mace/ops/batch_norm_benchmark.cc +++ b/mace/ops/batch_norm_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/batch_norm_test.cc b/mace/ops/batch_norm_test.cc index 36398904..495a2409 100644 --- a/mace/ops/batch_norm_test.cc +++ b/mace/ops/batch_norm_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/batch_to_space.cc b/mace/ops/batch_to_space.cc index 3aa5acec..8d1e463c 100644 --- a/mace/ops/batch_to_space.cc +++ b/mace/ops/batch_to_space.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/batch_to_space_benchmark.cc b/mace/ops/batch_to_space_benchmark.cc index 64264936..607b5055 100644 --- a/mace/ops/batch_to_space_benchmark.cc +++ b/mace/ops/batch_to_space_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/bias_add.cc b/mace/ops/bias_add.cc index 9190cf95..3552a0a3 100644 --- a/mace/ops/bias_add.cc +++ b/mace/ops/bias_add.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/bias_add_benchmark.cc b/mace/ops/bias_add_benchmark.cc index f0604d56..920a478f 100644 --- a/mace/ops/bias_add_benchmark.cc +++ b/mace/ops/bias_add_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/bias_add_test.cc b/mace/ops/bias_add_test.cc index 77c6e7c4..92b91859 100644 --- a/mace/ops/bias_add_test.cc +++ b/mace/ops/bias_add_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/buffer_to_image_benchmark.cc b/mace/ops/buffer_to_image_benchmark.cc index 2097e34e..d4e687b8 100644 --- a/mace/ops/buffer_to_image_benchmark.cc +++ b/mace/ops/buffer_to_image_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/buffer_to_image_test.cc b/mace/ops/buffer_to_image_test.cc index dcd55691..7a9d0513 100644 --- a/mace/ops/buffer_to_image_test.cc +++ b/mace/ops/buffer_to_image_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/buffer_transform.cc b/mace/ops/buffer_transform.cc index d2c1f3e7..15f6e7d3 100644 --- a/mace/ops/buffer_transform.cc +++ b/mace/ops/buffer_transform.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/buffer_transform_test.cc b/mace/ops/buffer_transform_test.cc index 53be39e4..c0cd8038 100644 --- a/mace/ops/buffer_transform_test.cc +++ b/mace/ops/buffer_transform_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/cast.cc b/mace/ops/cast.cc index f215d80f..9604bb90 100644 --- a/mace/ops/cast.cc +++ b/mace/ops/cast.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/cast_test.cc b/mace/ops/cast_test.cc index 666bc04e..84750104 100644 --- a/mace/ops/cast_test.cc +++ b/mace/ops/cast_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/channel_shuffle.cc b/mace/ops/channel_shuffle.cc index 4f8a6f9a..57607755 100644 --- a/mace/ops/channel_shuffle.cc +++ b/mace/ops/channel_shuffle.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/channel_shuffle_benchmark.cc b/mace/ops/channel_shuffle_benchmark.cc index 8ea6d139..40fe2b03 100644 --- a/mace/ops/channel_shuffle_benchmark.cc +++ b/mace/ops/channel_shuffle_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/channel_shuffle_test.cc b/mace/ops/channel_shuffle_test.cc index 1afcc41f..d59b45d8 100644 --- a/mace/ops/channel_shuffle_test.cc +++ b/mace/ops/channel_shuffle_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/concat.cc b/mace/ops/concat.cc index ae4f23e0..47e95a37 100644 --- a/mace/ops/concat.cc +++ b/mace/ops/concat.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/concat_benchmark.cc b/mace/ops/concat_benchmark.cc index eaff9b44..88061a7b 100644 --- a/mace/ops/concat_benchmark.cc +++ b/mace/ops/concat_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/concat_test.cc b/mace/ops/concat_test.cc index 9eb463ba..fc57920b 100644 --- a/mace/ops/concat_test.cc +++ b/mace/ops/concat_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/conv_2d.cc b/mace/ops/conv_2d.cc index 2cc6f36e..bff212ab 100644 --- a/mace/ops/conv_2d.cc +++ b/mace/ops/conv_2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/conv_2d_benchmark.cc b/mace/ops/conv_2d_benchmark.cc index a0e78003..1cfe048d 100644 --- a/mace/ops/conv_2d_benchmark.cc +++ b/mace/ops/conv_2d_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/conv_2d_test.cc b/mace/ops/conv_2d_test.cc index 335dd1a3..4f970e47 100644 --- a/mace/ops/conv_2d_test.cc +++ b/mace/ops/conv_2d_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/conv_pool_2d_base.h b/mace/ops/conv_pool_2d_base.h index 2d886faa..99fe1edf 100644 --- a/mace/ops/conv_pool_2d_base.h +++ b/mace/ops/conv_pool_2d_base.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/conv_pool_2d_util.cc b/mace/ops/conv_pool_2d_util.cc index fcc44e78..92d88d44 100644 --- a/mace/ops/conv_pool_2d_util.cc +++ b/mace/ops/conv_pool_2d_util.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/conv_pool_2d_util.h b/mace/ops/conv_pool_2d_util.h index 78333717..a644f5f3 100644 --- a/mace/ops/conv_pool_2d_util.h +++ b/mace/ops/conv_pool_2d_util.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/crop.cc b/mace/ops/crop.cc index 7b705069..0d418457 100644 --- a/mace/ops/crop.cc +++ b/mace/ops/crop.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/crop_benchmark.cc b/mace/ops/crop_benchmark.cc index 5133a28a..4ca25b15 100644 --- a/mace/ops/crop_benchmark.cc +++ b/mace/ops/crop_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/crop_test.cc b/mace/ops/crop_test.cc index b757946c..872d3154 100644 --- a/mace/ops/crop_test.cc +++ b/mace/ops/crop_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/deconv_2d.cc b/mace/ops/deconv_2d.cc index 687aa445..22fa5c5b 100644 --- a/mace/ops/deconv_2d.cc +++ b/mace/ops/deconv_2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/deconv_2d.h b/mace/ops/deconv_2d.h index c2e2c759..9da5213f 100644 --- a/mace/ops/deconv_2d.h +++ b/mace/ops/deconv_2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/deconv_2d_benchmark.cc b/mace/ops/deconv_2d_benchmark.cc index 9a2c405d..2c0f3018 100644 --- a/mace/ops/deconv_2d_benchmark.cc +++ b/mace/ops/deconv_2d_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/deconv_2d_test.cc b/mace/ops/deconv_2d_test.cc index 19f8fd8e..eb2719d2 100644 --- a/mace/ops/deconv_2d_test.cc +++ b/mace/ops/deconv_2d_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depth_to_space.cc b/mace/ops/depth_to_space.cc index ee06075a..ed9cdb53 100644 --- a/mace/ops/depth_to_space.cc +++ b/mace/ops/depth_to_space.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depth_to_space_benchmark.cc b/mace/ops/depth_to_space_benchmark.cc index 1283e432..445ce08e 100644 --- a/mace/ops/depth_to_space_benchmark.cc +++ b/mace/ops/depth_to_space_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depth_to_space_test.cc b/mace/ops/depth_to_space_test.cc index c369bd67..2719619f 100644 --- a/mace/ops/depth_to_space_test.cc +++ b/mace/ops/depth_to_space_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depthwise_conv2d.cc b/mace/ops/depthwise_conv2d.cc index b74dcbb3..e4bd3c8a 100644 --- a/mace/ops/depthwise_conv2d.cc +++ b/mace/ops/depthwise_conv2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depthwise_conv2d_benchmark.cc b/mace/ops/depthwise_conv2d_benchmark.cc index c5aee849..d159e90b 100644 --- a/mace/ops/depthwise_conv2d_benchmark.cc +++ b/mace/ops/depthwise_conv2d_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depthwise_conv2d_test.cc b/mace/ops/depthwise_conv2d_test.cc index 770d36b1..ec4c6f13 100644 --- a/mace/ops/depthwise_conv2d_test.cc +++ b/mace/ops/depthwise_conv2d_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depthwise_deconv2d.cc b/mace/ops/depthwise_deconv2d.cc index 1614ce76..06c55ab2 100644 --- a/mace/ops/depthwise_deconv2d.cc +++ b/mace/ops/depthwise_deconv2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depthwise_deconv2d_benchmark.cc b/mace/ops/depthwise_deconv2d_benchmark.cc index a130ca1d..166922ec 100644 --- a/mace/ops/depthwise_deconv2d_benchmark.cc +++ b/mace/ops/depthwise_deconv2d_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/depthwise_deconv2d_test.cc b/mace/ops/depthwise_deconv2d_test.cc index 737fa502..0b81779e 100644 --- a/mace/ops/depthwise_deconv2d_test.cc +++ b/mace/ops/depthwise_deconv2d_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/eltwise.cc b/mace/ops/eltwise.cc index 1a2e0908..4166f4d1 100644 --- a/mace/ops/eltwise.cc +++ b/mace/ops/eltwise.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/eltwise.h b/mace/ops/eltwise.h index 31ee93f5..2fdf2b14 100644 --- a/mace/ops/eltwise.h +++ b/mace/ops/eltwise.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/eltwise_benchmark.cc b/mace/ops/eltwise_benchmark.cc index b75149bd..0bfb666f 100644 --- a/mace/ops/eltwise_benchmark.cc +++ b/mace/ops/eltwise_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/eltwise_test.cc b/mace/ops/eltwise_test.cc index a6d7ea21..47b96bd0 100644 --- a/mace/ops/eltwise_test.cc +++ b/mace/ops/eltwise_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/expand_dims.cc b/mace/ops/expand_dims.cc index 74551687..5d7ad1ba 100644 --- a/mace/ops/expand_dims.cc +++ b/mace/ops/expand_dims.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/expand_dims_test.cc b/mace/ops/expand_dims_test.cc index 35acb4f1..59261f7f 100644 --- a/mace/ops/expand_dims_test.cc +++ b/mace/ops/expand_dims_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fill.cc b/mace/ops/fill.cc index b554c003..32a8595d 100644 --- a/mace/ops/fill.cc +++ b/mace/ops/fill.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fill_test.cc b/mace/ops/fill_test.cc index 5fde9968..291c0304 100644 --- a/mace/ops/fill_test.cc +++ b/mace/ops/fill_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fixpoint.h b/mace/ops/fixpoint.h index 1d0ef0b9..5b054343 100644 --- a/mace/ops/fixpoint.h +++ b/mace/ops/fixpoint.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fixpoint_test.cc b/mace/ops/fixpoint_test.cc index 83189695..a55372f5 100644 --- a/mace/ops/fixpoint_test.cc +++ b/mace/ops/fixpoint_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/folded_batch_norm_test.cc b/mace/ops/folded_batch_norm_test.cc index e645eb4e..5be44e05 100644 --- a/mace/ops/folded_batch_norm_test.cc +++ b/mace/ops/folded_batch_norm_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fully_connected.cc b/mace/ops/fully_connected.cc index eb4e4b06..ebaddc53 100644 --- a/mace/ops/fully_connected.cc +++ b/mace/ops/fully_connected.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fully_connected_benchmark.cc b/mace/ops/fully_connected_benchmark.cc index bb6dcd80..7e899c22 100644 --- a/mace/ops/fully_connected_benchmark.cc +++ b/mace/ops/fully_connected_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/fully_connected_test.cc b/mace/ops/fully_connected_test.cc index 266b057c..e5c505d8 100644 --- a/mace/ops/fully_connected_test.cc +++ b/mace/ops/fully_connected_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gather.cc b/mace/ops/gather.cc index 60ca2856..453a201c 100644 --- a/mace/ops/gather.cc +++ b/mace/ops/gather.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gather_benchmark.cc b/mace/ops/gather_benchmark.cc index 7fe4a0fb..a1a95b69 100644 --- a/mace/ops/gather_benchmark.cc +++ b/mace/ops/gather_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gather_test.cc b/mace/ops/gather_test.cc index e5cbdb26..32f849c7 100644 --- a/mace/ops/gather_test.cc +++ b/mace/ops/gather_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gemm.cc b/mace/ops/gemm.cc index a4d2b8a8..b24ccf95 100644 --- a/mace/ops/gemm.cc +++ b/mace/ops/gemm.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gemm.h b/mace/ops/gemm.h index 78f044e0..ecd228e9 100644 --- a/mace/ops/gemm.h +++ b/mace/ops/gemm.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gemm_test.cc b/mace/ops/gemm_test.cc index dcb8483b..9b2adefb 100644 --- a/mace/ops/gemm_test.cc +++ b/mace/ops/gemm_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/gemmlowp_util.h b/mace/ops/gemmlowp_util.h index e46e6ed8..c7091544 100644 --- a/mace/ops/gemmlowp_util.h +++ b/mace/ops/gemmlowp_util.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/identity.cc b/mace/ops/identity.cc index 54d92e56..892cef29 100644 --- a/mace/ops/identity.cc +++ b/mace/ops/identity.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/identity_test.cc b/mace/ops/identity_test.cc index 3787777b..ea46570b 100644 --- a/mace/ops/identity_test.cc +++ b/mace/ops/identity_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/infer_conv2d_shape.cc b/mace/ops/infer_conv2d_shape.cc index fbd1d1b9..f3fe1e07 100644 --- a/mace/ops/infer_conv2d_shape.cc +++ b/mace/ops/infer_conv2d_shape.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/infer_conv2d_shape_test.cc b/mace/ops/infer_conv2d_shape_test.cc index ab48817b..2b39a7ef 100644 --- a/mace/ops/infer_conv2d_shape_test.cc +++ b/mace/ops/infer_conv2d_shape_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/local_response_norm.cc b/mace/ops/local_response_norm.cc index ff5dd32b..f70d8342 100644 --- a/mace/ops/local_response_norm.cc +++ b/mace/ops/local_response_norm.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/local_response_norm_benchmark.cc b/mace/ops/local_response_norm_benchmark.cc index 61207af0..a8718c22 100644 --- a/mace/ops/local_response_norm_benchmark.cc +++ b/mace/ops/local_response_norm_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/local_response_norm_test.cc b/mace/ops/local_response_norm_test.cc index aa3780ca..e3597006 100644 --- a/mace/ops/local_response_norm_test.cc +++ b/mace/ops/local_response_norm_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/lstm_cell.cc b/mace/ops/lstm_cell.cc index bc34b969..a342cef8 100644 --- a/mace/ops/lstm_cell.cc +++ b/mace/ops/lstm_cell.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/lstmcell_benchmark.cc b/mace/ops/lstmcell_benchmark.cc index a3b96094..697674cb 100644 --- a/mace/ops/lstmcell_benchmark.cc +++ b/mace/ops/lstmcell_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/lstmcell_test.cc b/mace/ops/lstmcell_test.cc index 2d1affee..b04eae20 100644 --- a/mace/ops/lstmcell_test.cc +++ b/mace/ops/lstmcell_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/lstmcell_test_util.h b/mace/ops/lstmcell_test_util.h index a7d7a19d..f78ae0fd 100644 --- a/mace/ops/lstmcell_test_util.h +++ b/mace/ops/lstmcell_test_util.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/matmul.cc b/mace/ops/matmul.cc index 411f0f16..9740a257 100644 --- a/mace/ops/matmul.cc +++ b/mace/ops/matmul.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/matmul_benchmark.cc b/mace/ops/matmul_benchmark.cc index 1996587a..eac29c5f 100644 --- a/mace/ops/matmul_benchmark.cc +++ b/mace/ops/matmul_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/matmul_test.cc b/mace/ops/matmul_test.cc index f2ed8478..35797052 100644 --- a/mace/ops/matmul_test.cc +++ b/mace/ops/matmul_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/memory_benchmark.cc b/mace/ops/memory_benchmark.cc index 73f3bdeb..c758891b 100644 --- a/mace/ops/memory_benchmark.cc +++ b/mace/ops/memory_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/activation.h b/mace/ops/opencl/activation.h index 7a20ff16..6eecb641 100644 --- a/mace/ops/opencl/activation.h +++ b/mace/ops/opencl/activation.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/addn.h b/mace/ops/opencl/addn.h index 12e8888c..b78a7099 100644 --- a/mace/ops/opencl/addn.h +++ b/mace/ops/opencl/addn.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/batch_norm.h b/mace/ops/opencl/batch_norm.h index da3353d2..6f91f95d 100644 --- a/mace/ops/opencl/batch_norm.h +++ b/mace/ops/opencl/batch_norm.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/batch_to_space.h b/mace/ops/opencl/batch_to_space.h index d07e79ee..4cf8db94 100644 --- a/mace/ops/opencl/batch_to_space.h +++ b/mace/ops/opencl/batch_to_space.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/bias_add.h b/mace/ops/opencl/bias_add.h index 67e5b3aa..d0b4469d 100644 --- a/mace/ops/opencl/bias_add.h +++ b/mace/ops/opencl/bias_add.h @@ -1,4 +1,4 @@ -// Copyright 2017 Xiaomi, Inc. All rights reserved. +// Copyright 2017 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/buffer_transform.cc b/mace/ops/opencl/buffer/buffer_transform.cc index 5bfc5389..58ae277e 100644 --- a/mace/ops/opencl/buffer/buffer_transform.cc +++ b/mace/ops/opencl/buffer/buffer_transform.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/buffer_transform.h b/mace/ops/opencl/buffer/buffer_transform.h index 09038553..76251804 100644 --- a/mace/ops/opencl/buffer/buffer_transform.h +++ b/mace/ops/opencl/buffer/buffer_transform.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/buffer_type_transform.cc b/mace/ops/opencl/buffer/buffer_type_transform.cc index 75728379..6899ba40 100644 --- a/mace/ops/opencl/buffer/buffer_type_transform.cc +++ b/mace/ops/opencl/buffer/buffer_type_transform.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/conv_2d.h b/mace/ops/opencl/buffer/conv_2d.h index cd5c7464..736ecb2a 100644 --- a/mace/ops/opencl/buffer/conv_2d.h +++ b/mace/ops/opencl/buffer/conv_2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/conv_2d_1x1.cc b/mace/ops/opencl/buffer/conv_2d_1x1.cc index c32dc9bd..49bfb488 100644 --- a/mace/ops/opencl/buffer/conv_2d_1x1.cc +++ b/mace/ops/opencl/buffer/conv_2d_1x1.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/conv_2d_general.cc b/mace/ops/opencl/buffer/conv_2d_general.cc index 5d1dbb4b..1c066da3 100644 --- a/mace/ops/opencl/buffer/conv_2d_general.cc +++ b/mace/ops/opencl/buffer/conv_2d_general.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/depthwise_conv2d.cc b/mace/ops/opencl/buffer/depthwise_conv2d.cc index 08b74514..d9e1c2c0 100644 --- a/mace/ops/opencl/buffer/depthwise_conv2d.cc +++ b/mace/ops/opencl/buffer/depthwise_conv2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/depthwise_conv2d.h b/mace/ops/opencl/buffer/depthwise_conv2d.h index 6efc8f6e..74a3cb94 100644 --- a/mace/ops/opencl/buffer/depthwise_conv2d.h +++ b/mace/ops/opencl/buffer/depthwise_conv2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/pooling.h b/mace/ops/opencl/buffer/pooling.h index 4b3dbd1b..ab1e6f85 100644 --- a/mace/ops/opencl/buffer/pooling.h +++ b/mace/ops/opencl/buffer/pooling.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/softmax.h b/mace/ops/opencl/buffer/softmax.h index 248ee0c8..db3f2800 100644 --- a/mace/ops/opencl/buffer/softmax.h +++ b/mace/ops/opencl/buffer/softmax.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/utils.cc b/mace/ops/opencl/buffer/utils.cc index 141a96b7..536a7e0d 100644 --- a/mace/ops/opencl/buffer/utils.cc +++ b/mace/ops/opencl/buffer/utils.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer/utils.h b/mace/ops/opencl/buffer/utils.h index c1df8acc..e68fcb4a 100644 --- a/mace/ops/opencl/buffer/utils.h +++ b/mace/ops/opencl/buffer/utils.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer_transform_kernel.h b/mace/ops/opencl/buffer_transform_kernel.h index 83159eea..4269b67d 100644 --- a/mace/ops/opencl/buffer_transform_kernel.h +++ b/mace/ops/opencl/buffer_transform_kernel.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer_transformer.cc b/mace/ops/opencl/buffer_transformer.cc index 1176df13..cda7c133 100644 --- a/mace/ops/opencl/buffer_transformer.cc +++ b/mace/ops/opencl/buffer_transformer.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/buffer_transformer.h b/mace/ops/opencl/buffer_transformer.h index 7279b48f..1c001c23 100644 --- a/mace/ops/opencl/buffer_transformer.h +++ b/mace/ops/opencl/buffer_transformer.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/channel_shuffle.h b/mace/ops/opencl/channel_shuffle.h index e6243fcd..86634d75 100644 --- a/mace/ops/opencl/channel_shuffle.h +++ b/mace/ops/opencl/channel_shuffle.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/cl/common.h b/mace/ops/opencl/cl/common.h index 3c4b3a3d..630498ce 100644 --- a/mace/ops/opencl/cl/common.h +++ b/mace/ops/opencl/cl/common.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/concat.h b/mace/ops/opencl/concat.h index f6b83434..d657ffbe 100644 --- a/mace/ops/opencl/concat.h +++ b/mace/ops/opencl/concat.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/conv_2d.h b/mace/ops/opencl/conv_2d.h index 8d24e103..ab8f876b 100644 --- a/mace/ops/opencl/conv_2d.h +++ b/mace/ops/opencl/conv_2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/crop.h b/mace/ops/opencl/crop.h index f46f4f12..88aceea6 100644 --- a/mace/ops/opencl/crop.h +++ b/mace/ops/opencl/crop.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/deconv_2d.h b/mace/ops/opencl/deconv_2d.h index 1240f5d2..282a6dd8 100644 --- a/mace/ops/opencl/deconv_2d.h +++ b/mace/ops/opencl/deconv_2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/depth_to_space.h b/mace/ops/opencl/depth_to_space.h index c5fce383..17c03d45 100644 --- a/mace/ops/opencl/depth_to_space.h +++ b/mace/ops/opencl/depth_to_space.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/depthwise_conv2d.h b/mace/ops/opencl/depthwise_conv2d.h index cc6246b7..5e17ff07 100644 --- a/mace/ops/opencl/depthwise_conv2d.h +++ b/mace/ops/opencl/depthwise_conv2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/depthwise_deconv2d.h b/mace/ops/opencl/depthwise_deconv2d.h index 1abde096..700e8d7c 100644 --- a/mace/ops/opencl/depthwise_deconv2d.h +++ b/mace/ops/opencl/depthwise_deconv2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/eltwise.h b/mace/ops/opencl/eltwise.h index abd38045..dec2b150 100644 --- a/mace/ops/opencl/eltwise.h +++ b/mace/ops/opencl/eltwise.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/fully_connected.h b/mace/ops/opencl/fully_connected.h index 5f5c14cb..8e421ad2 100644 --- a/mace/ops/opencl/fully_connected.h +++ b/mace/ops/opencl/fully_connected.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/helper.cc b/mace/ops/opencl/helper.cc index 11487b14..a801e910 100644 --- a/mace/ops/opencl/helper.cc +++ b/mace/ops/opencl/helper.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/helper.h b/mace/ops/opencl/helper.h index e2f51a43..33ea688b 100644 --- a/mace/ops/opencl/helper.h +++ b/mace/ops/opencl/helper.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/activation.h b/mace/ops/opencl/image/activation.h index 69e3bed8..afddc774 100644 --- a/mace/ops/opencl/image/activation.h +++ b/mace/ops/opencl/image/activation.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/addn.h b/mace/ops/opencl/image/addn.h index 48f6d8f8..088dd322 100644 --- a/mace/ops/opencl/image/addn.h +++ b/mace/ops/opencl/image/addn.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/batch_norm.h b/mace/ops/opencl/image/batch_norm.h index 7589ce23..73560343 100644 --- a/mace/ops/opencl/image/batch_norm.h +++ b/mace/ops/opencl/image/batch_norm.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/batch_to_space.h b/mace/ops/opencl/image/batch_to_space.h index 35281c70..47f79c45 100644 --- a/mace/ops/opencl/image/batch_to_space.h +++ b/mace/ops/opencl/image/batch_to_space.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/bias_add.h b/mace/ops/opencl/image/bias_add.h index a37ee2b1..6c534a4b 100644 --- a/mace/ops/opencl/image/bias_add.h +++ b/mace/ops/opencl/image/bias_add.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/buffer_to_image.h b/mace/ops/opencl/image/buffer_to_image.h index 6ff3284e..3d1366df 100644 --- a/mace/ops/opencl/image/buffer_to_image.h +++ b/mace/ops/opencl/image/buffer_to_image.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/channel_shuffle.h b/mace/ops/opencl/image/channel_shuffle.h index 8c3a19e0..15111c7d 100644 --- a/mace/ops/opencl/image/channel_shuffle.h +++ b/mace/ops/opencl/image/channel_shuffle.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/concat.cc b/mace/ops/opencl/image/concat.cc index 5dfe666e..d6b0bc65 100644 --- a/mace/ops/opencl/image/concat.cc +++ b/mace/ops/opencl/image/concat.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/concat.h b/mace/ops/opencl/image/concat.h index d92f9a7b..e1d9b1e7 100644 --- a/mace/ops/opencl/image/concat.h +++ b/mace/ops/opencl/image/concat.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/conv_2d.h b/mace/ops/opencl/image/conv_2d.h index 2175bd14..5df0847b 100644 --- a/mace/ops/opencl/image/conv_2d.h +++ b/mace/ops/opencl/image/conv_2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/conv_2d_1x1.cc b/mace/ops/opencl/image/conv_2d_1x1.cc index fe154461..c13416a5 100644 --- a/mace/ops/opencl/image/conv_2d_1x1.cc +++ b/mace/ops/opencl/image/conv_2d_1x1.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/conv_2d_3x3.cc b/mace/ops/opencl/image/conv_2d_3x3.cc index 8c1abf3c..62a3ba02 100644 --- a/mace/ops/opencl/image/conv_2d_3x3.cc +++ b/mace/ops/opencl/image/conv_2d_3x3.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/conv_2d_general.cc b/mace/ops/opencl/image/conv_2d_general.cc index 0d514132..c68faf01 100644 --- a/mace/ops/opencl/image/conv_2d_general.cc +++ b/mace/ops/opencl/image/conv_2d_general.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/crop.h b/mace/ops/opencl/image/crop.h index a83349c4..3ffb4fba 100644 --- a/mace/ops/opencl/image/crop.h +++ b/mace/ops/opencl/image/crop.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/deconv_2d.h b/mace/ops/opencl/image/deconv_2d.h index ad5d198b..058cc094 100644 --- a/mace/ops/opencl/image/deconv_2d.h +++ b/mace/ops/opencl/image/deconv_2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/depth_to_space.h b/mace/ops/opencl/image/depth_to_space.h index 1783b813..6217af76 100644 --- a/mace/ops/opencl/image/depth_to_space.h +++ b/mace/ops/opencl/image/depth_to_space.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/depthwise_conv2d.cc b/mace/ops/opencl/image/depthwise_conv2d.cc index 428b773b..5b86c684 100644 --- a/mace/ops/opencl/image/depthwise_conv2d.cc +++ b/mace/ops/opencl/image/depthwise_conv2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/depthwise_conv2d.h b/mace/ops/opencl/image/depthwise_conv2d.h index af99c483..13a64076 100644 --- a/mace/ops/opencl/image/depthwise_conv2d.h +++ b/mace/ops/opencl/image/depthwise_conv2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/depthwise_deconv2d.h b/mace/ops/opencl/image/depthwise_deconv2d.h index 65fe4129..53d0536f 100644 --- a/mace/ops/opencl/image/depthwise_deconv2d.h +++ b/mace/ops/opencl/image/depthwise_deconv2d.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/eltwise.h b/mace/ops/opencl/image/eltwise.h index 9600d501..8e6d3bc7 100644 --- a/mace/ops/opencl/image/eltwise.h +++ b/mace/ops/opencl/image/eltwise.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/fully_connected.h b/mace/ops/opencl/image/fully_connected.h index b4a915ae..82386b74 100644 --- a/mace/ops/opencl/image/fully_connected.h +++ b/mace/ops/opencl/image/fully_connected.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/image_to_buffer.h b/mace/ops/opencl/image/image_to_buffer.h index f9c3b011..b91b8ba1 100644 --- a/mace/ops/opencl/image/image_to_buffer.h +++ b/mace/ops/opencl/image/image_to_buffer.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/lstm_cell.h b/mace/ops/opencl/image/lstm_cell.h index 265f2e10..1e45b226 100644 --- a/mace/ops/opencl/image/lstm_cell.h +++ b/mace/ops/opencl/image/lstm_cell.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/matmul.h b/mace/ops/opencl/image/matmul.h index 1681a8f8..1cd5e7b1 100644 --- a/mace/ops/opencl/image/matmul.h +++ b/mace/ops/opencl/image/matmul.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/pad.h b/mace/ops/opencl/image/pad.h index 8d1cae3e..c723d9b8 100644 --- a/mace/ops/opencl/image/pad.h +++ b/mace/ops/opencl/image/pad.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/pooling.h b/mace/ops/opencl/image/pooling.h index 1d9a4df6..768a75ca 100644 --- a/mace/ops/opencl/image/pooling.h +++ b/mace/ops/opencl/image/pooling.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/reduce.h b/mace/ops/opencl/image/reduce.h index 98368f91..13c69ab3 100644 --- a/mace/ops/opencl/image/reduce.h +++ b/mace/ops/opencl/image/reduce.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/resize_bicubic.h b/mace/ops/opencl/image/resize_bicubic.h index bf72ee78..31957af0 100644 --- a/mace/ops/opencl/image/resize_bicubic.h +++ b/mace/ops/opencl/image/resize_bicubic.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/resize_bilinear.h b/mace/ops/opencl/image/resize_bilinear.h index 1eb599c9..5b778122 100644 --- a/mace/ops/opencl/image/resize_bilinear.h +++ b/mace/ops/opencl/image/resize_bilinear.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/softmax.h b/mace/ops/opencl/image/softmax.h index a19d9483..2bbf1aa3 100644 --- a/mace/ops/opencl/image/softmax.h +++ b/mace/ops/opencl/image/softmax.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/space_to_batch.h b/mace/ops/opencl/image/space_to_batch.h index c2190c68..28f00df5 100644 --- a/mace/ops/opencl/image/space_to_batch.h +++ b/mace/ops/opencl/image/space_to_batch.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/space_to_depth.h b/mace/ops/opencl/image/space_to_depth.h index 1df75ef8..514bd759 100644 --- a/mace/ops/opencl/image/space_to_depth.h +++ b/mace/ops/opencl/image/space_to_depth.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/split.h b/mace/ops/opencl/image/split.h index 388a5553..04eaaa87 100644 --- a/mace/ops/opencl/image/split.h +++ b/mace/ops/opencl/image/split.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/sqrdiff_mean.h b/mace/ops/opencl/image/sqrdiff_mean.h index ba84a5ef..bde87a80 100644 --- a/mace/ops/opencl/image/sqrdiff_mean.h +++ b/mace/ops/opencl/image/sqrdiff_mean.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/image/winograd_conv2d.cc b/mace/ops/opencl/image/winograd_conv2d.cc index 6d90b6d5..a2fd811f 100644 --- a/mace/ops/opencl/image/winograd_conv2d.cc +++ b/mace/ops/opencl/image/winograd_conv2d.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/lstm_cell.h b/mace/ops/opencl/lstm_cell.h index 611201be..07ea2e65 100644 --- a/mace/ops/opencl/lstm_cell.h +++ b/mace/ops/opencl/lstm_cell.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/matmul.h b/mace/ops/opencl/matmul.h index b23a0c40..c51c83c1 100644 --- a/mace/ops/opencl/matmul.h +++ b/mace/ops/opencl/matmul.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/out_of_range_check_test.cc b/mace/ops/opencl/out_of_range_check_test.cc index 093e0fb4..61e19808 100644 --- a/mace/ops/opencl/out_of_range_check_test.cc +++ b/mace/ops/opencl/out_of_range_check_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/pad.h b/mace/ops/opencl/pad.h index 9c68cee0..cfc7edb3 100644 --- a/mace/ops/opencl/pad.h +++ b/mace/ops/opencl/pad.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/pooling.h b/mace/ops/opencl/pooling.h index d24669a5..411efcbb 100644 --- a/mace/ops/opencl/pooling.h +++ b/mace/ops/opencl/pooling.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/reduce.h b/mace/ops/opencl/reduce.h index 32649ab3..4f6aa218 100644 --- a/mace/ops/opencl/reduce.h +++ b/mace/ops/opencl/reduce.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/resize_bicubic.h b/mace/ops/opencl/resize_bicubic.h index 2d7d3be1..4fde4545 100644 --- a/mace/ops/opencl/resize_bicubic.h +++ b/mace/ops/opencl/resize_bicubic.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/resize_bilinear.h b/mace/ops/opencl/resize_bilinear.h index 37d60a72..18dd3128 100644 --- a/mace/ops/opencl/resize_bilinear.h +++ b/mace/ops/opencl/resize_bilinear.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/softmax.h b/mace/ops/opencl/softmax.h index 958cae36..caca5dc6 100644 --- a/mace/ops/opencl/softmax.h +++ b/mace/ops/opencl/softmax.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/space_to_batch.h b/mace/ops/opencl/space_to_batch.h index 0b530ab6..350bf120 100644 --- a/mace/ops/opencl/space_to_batch.h +++ b/mace/ops/opencl/space_to_batch.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/space_to_depth.h b/mace/ops/opencl/space_to_depth.h index 44d04975..69e40c82 100644 --- a/mace/ops/opencl/space_to_depth.h +++ b/mace/ops/opencl/space_to_depth.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/split.h b/mace/ops/opencl/split.h index 3daae7d7..61f75d85 100644 --- a/mace/ops/opencl/split.h +++ b/mace/ops/opencl/split.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/opencl/sqrdiff_mean.h b/mace/ops/opencl/sqrdiff_mean.h index 2814aa6d..822b992f 100644 --- a/mace/ops/opencl/sqrdiff_mean.h +++ b/mace/ops/opencl/sqrdiff_mean.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/ops_registry.cc b/mace/ops/ops_registry.cc index a281b8f4..2fdd6a08 100644 --- a/mace/ops/ops_registry.cc +++ b/mace/ops/ops_registry.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/ops_registry.h b/mace/ops/ops_registry.h index beb17c37..5249970b 100644 --- a/mace/ops/ops_registry.h +++ b/mace/ops/ops_registry.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/ops_test_util.cc b/mace/ops/ops_test_util.cc index a0575f7d..0604bdc4 100644 --- a/mace/ops/ops_test_util.cc +++ b/mace/ops/ops_test_util.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/ops_test_util.h b/mace/ops/ops_test_util.h index 05961191..ed0ae8f2 100644 --- a/mace/ops/ops_test_util.h +++ b/mace/ops/ops_test_util.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pad.cc b/mace/ops/pad.cc index ecf2ddff..3576543b 100644 --- a/mace/ops/pad.cc +++ b/mace/ops/pad.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pad_benchmark.cc b/mace/ops/pad_benchmark.cc index 0125b4f5..69aac4dc 100644 --- a/mace/ops/pad_benchmark.cc +++ b/mace/ops/pad_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pad_test.cc b/mace/ops/pad_test.cc index c8a4d349..677cf9c5 100644 --- a/mace/ops/pad_test.cc +++ b/mace/ops/pad_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pooling.cc b/mace/ops/pooling.cc index 92285487..8691978f 100644 --- a/mace/ops/pooling.cc +++ b/mace/ops/pooling.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pooling.h b/mace/ops/pooling.h index b974e826..c49b2669 100644 --- a/mace/ops/pooling.h +++ b/mace/ops/pooling.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pooling_benchmark.cc b/mace/ops/pooling_benchmark.cc index 880c0cad..7189f48d 100644 --- a/mace/ops/pooling_benchmark.cc +++ b/mace/ops/pooling_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/pooling_test.cc b/mace/ops/pooling_test.cc index 6db144e4..bf6317bd 100644 --- a/mace/ops/pooling_test.cc +++ b/mace/ops/pooling_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/prior_box.cc b/mace/ops/prior_box.cc index 8f909c58..1bf8ec39 100644 --- a/mace/ops/prior_box.cc +++ b/mace/ops/prior_box.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/prior_box_benchmark.cc b/mace/ops/prior_box_benchmark.cc index b93f611a..200c13b8 100644 --- a/mace/ops/prior_box_benchmark.cc +++ b/mace/ops/prior_box_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/prior_box_test.cc b/mace/ops/prior_box_test.cc index d9a65f24..c4d6978c 100644 --- a/mace/ops/prior_box_test.cc +++ b/mace/ops/prior_box_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/quantize.cc b/mace/ops/quantize.cc index 3bed43b6..6be719c5 100644 --- a/mace/ops/quantize.cc +++ b/mace/ops/quantize.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/quantize_benchmark.cc b/mace/ops/quantize_benchmark.cc index 0c1493b8..dc877ec8 100644 --- a/mace/ops/quantize_benchmark.cc +++ b/mace/ops/quantize_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/quantize_test.cc b/mace/ops/quantize_test.cc index e889f852..ecfe5f5d 100644 --- a/mace/ops/quantize_test.cc +++ b/mace/ops/quantize_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reduce.cc b/mace/ops/reduce.cc index bc917c97..88e909c0 100644 --- a/mace/ops/reduce.cc +++ b/mace/ops/reduce.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reduce.h b/mace/ops/reduce.h index 460aae80..2888bb72 100644 --- a/mace/ops/reduce.h +++ b/mace/ops/reduce.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reduce_benchmark.cc b/mace/ops/reduce_benchmark.cc index 663c3b45..d9713167 100644 --- a/mace/ops/reduce_benchmark.cc +++ b/mace/ops/reduce_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reduce_test.cc b/mace/ops/reduce_test.cc index 115c0daf..62d6cf4c 100644 --- a/mace/ops/reduce_test.cc +++ b/mace/ops/reduce_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reshape.cc b/mace/ops/reshape.cc index 8f801657..9d8f9ad6 100644 --- a/mace/ops/reshape.cc +++ b/mace/ops/reshape.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reshape_test.cc b/mace/ops/reshape_test.cc index 686975fe..388ce980 100644 --- a/mace/ops/reshape_test.cc +++ b/mace/ops/reshape_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bicubic.cc b/mace/ops/resize_bicubic.cc index 6646afd0..9334e850 100644 --- a/mace/ops/resize_bicubic.cc +++ b/mace/ops/resize_bicubic.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bicubic.h b/mace/ops/resize_bicubic.h index b53f112b..97323b86 100644 --- a/mace/ops/resize_bicubic.h +++ b/mace/ops/resize_bicubic.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bicubic_benchmark.cc b/mace/ops/resize_bicubic_benchmark.cc index 85e073fd..4a4fbc26 100644 --- a/mace/ops/resize_bicubic_benchmark.cc +++ b/mace/ops/resize_bicubic_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bicubic_test.cc b/mace/ops/resize_bicubic_test.cc index 5a4afc35..035ddfcf 100644 --- a/mace/ops/resize_bicubic_test.cc +++ b/mace/ops/resize_bicubic_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bilinear.cc b/mace/ops/resize_bilinear.cc index 748c2efd..e4c2f3fc 100644 --- a/mace/ops/resize_bilinear.cc +++ b/mace/ops/resize_bilinear.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bilinear.h b/mace/ops/resize_bilinear.h index cf0d32b4..b5f50d29 100644 --- a/mace/ops/resize_bilinear.h +++ b/mace/ops/resize_bilinear.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bilinear_benchmark.cc b/mace/ops/resize_bilinear_benchmark.cc index ddc0f508..205fb926 100644 --- a/mace/ops/resize_bilinear_benchmark.cc +++ b/mace/ops/resize_bilinear_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/resize_bilinear_test.cc b/mace/ops/resize_bilinear_test.cc index e7b7a296..9252e81f 100644 --- a/mace/ops/resize_bilinear_test.cc +++ b/mace/ops/resize_bilinear_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reverse.cc b/mace/ops/reverse.cc index 64d4d44d..df3fe6f0 100644 --- a/mace/ops/reverse.cc +++ b/mace/ops/reverse.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reverse_benchmark.cc b/mace/ops/reverse_benchmark.cc index 9b7a915a..1e7ad93b 100644 --- a/mace/ops/reverse_benchmark.cc +++ b/mace/ops/reverse_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/reverse_test.cc b/mace/ops/reverse_test.cc index 9b827461..9d33edbb 100644 --- a/mace/ops/reverse_test.cc +++ b/mace/ops/reverse_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/scalar_math.cc b/mace/ops/scalar_math.cc index a0d52192..608a2c51 100644 --- a/mace/ops/scalar_math.cc +++ b/mace/ops/scalar_math.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/scalar_math_test.cc b/mace/ops/scalar_math_test.cc index 743dd256..c1f15c3c 100644 --- a/mace/ops/scalar_math_test.cc +++ b/mace/ops/scalar_math_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/sgemm.cc b/mace/ops/sgemm.cc index 91fdb057..717cb056 100644 --- a/mace/ops/sgemm.cc +++ b/mace/ops/sgemm.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/sgemm.h b/mace/ops/sgemm.h index f233820f..25bbfcc7 100644 --- a/mace/ops/sgemm.h +++ b/mace/ops/sgemm.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/sgemm_pack_test.cc b/mace/ops/sgemm_pack_test.cc index 3c0f9a20..c8911985 100644 --- a/mace/ops/sgemm_pack_test.cc +++ b/mace/ops/sgemm_pack_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/shape.cc b/mace/ops/shape.cc index 58031ae0..79d05bdc 100644 --- a/mace/ops/shape.cc +++ b/mace/ops/shape.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/shape_test.cc b/mace/ops/shape_test.cc index 0ad72ead..fe0db563 100644 --- a/mace/ops/shape_test.cc +++ b/mace/ops/shape_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/softmax.cc b/mace/ops/softmax.cc index 1d1bb6a9..54f3e55b 100644 --- a/mace/ops/softmax.cc +++ b/mace/ops/softmax.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/softmax_benchmark.cc b/mace/ops/softmax_benchmark.cc index 819544b2..ec6b9218 100644 --- a/mace/ops/softmax_benchmark.cc +++ b/mace/ops/softmax_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/softmax_test.cc b/mace/ops/softmax_test.cc index af32d4ab..ee64820a 100644 --- a/mace/ops/softmax_test.cc +++ b/mace/ops/softmax_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/space_to_batch.cc b/mace/ops/space_to_batch.cc index 7fa9081d..e1da9666 100644 --- a/mace/ops/space_to_batch.cc +++ b/mace/ops/space_to_batch.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/space_to_batch_benchmark.cc b/mace/ops/space_to_batch_benchmark.cc index 168461de..d88baee0 100644 --- a/mace/ops/space_to_batch_benchmark.cc +++ b/mace/ops/space_to_batch_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/space_to_batch_test.cc b/mace/ops/space_to_batch_test.cc index 3a928c6d..95b9fafc 100644 --- a/mace/ops/space_to_batch_test.cc +++ b/mace/ops/space_to_batch_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/space_to_depth.cc b/mace/ops/space_to_depth.cc index 39e603ae..fb98de71 100644 --- a/mace/ops/space_to_depth.cc +++ b/mace/ops/space_to_depth.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/space_to_depth_benchmark.cc b/mace/ops/space_to_depth_benchmark.cc index 6bd7755e..2ad42c85 100644 --- a/mace/ops/space_to_depth_benchmark.cc +++ b/mace/ops/space_to_depth_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/space_to_depth_test.cc b/mace/ops/space_to_depth_test.cc index a0c4a9b8..23daaa55 100644 --- a/mace/ops/space_to_depth_test.cc +++ b/mace/ops/space_to_depth_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/split.cc b/mace/ops/split.cc index 1e72e01e..7fe05be1 100644 --- a/mace/ops/split.cc +++ b/mace/ops/split.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/split_benchmark.cc b/mace/ops/split_benchmark.cc index 020c3214..45331685 100644 --- a/mace/ops/split_benchmark.cc +++ b/mace/ops/split_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/split_test.cc b/mace/ops/split_test.cc index b03f5d76..726d12e6 100644 --- a/mace/ops/split_test.cc +++ b/mace/ops/split_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/sqrdiff_mean.cc b/mace/ops/sqrdiff_mean.cc index b469a3e3..1bd8a2e3 100644 --- a/mace/ops/sqrdiff_mean.cc +++ b/mace/ops/sqrdiff_mean.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/sqrdiff_mean_benchmark.cc b/mace/ops/sqrdiff_mean_benchmark.cc index 1d2a7aa3..8445837d 100644 --- a/mace/ops/sqrdiff_mean_benchmark.cc +++ b/mace/ops/sqrdiff_mean_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/sqrdiff_mean_test.cc b/mace/ops/sqrdiff_mean_test.cc index d71e8f7f..34257479 100644 --- a/mace/ops/sqrdiff_mean_test.cc +++ b/mace/ops/sqrdiff_mean_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/squeeze.cc b/mace/ops/squeeze.cc index 060854b9..e67d2672 100644 --- a/mace/ops/squeeze.cc +++ b/mace/ops/squeeze.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/squeeze_test.cc b/mace/ops/squeeze_test.cc index 512499d5..3c27f6b9 100644 --- a/mace/ops/squeeze_test.cc +++ b/mace/ops/squeeze_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/stack.cc b/mace/ops/stack.cc index 97719f18..f49c401a 100644 --- a/mace/ops/stack.cc +++ b/mace/ops/stack.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/stack_test.cc b/mace/ops/stack_test.cc index d63de70a..11b922e1 100644 --- a/mace/ops/stack_test.cc +++ b/mace/ops/stack_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/strided_slice.cc b/mace/ops/strided_slice.cc index 89860b79..221a75d4 100644 --- a/mace/ops/strided_slice.cc +++ b/mace/ops/strided_slice.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/strided_slice_test.cc b/mace/ops/strided_slice_test.cc index 3ecbedc9..df691ce6 100644 --- a/mace/ops/strided_slice_test.cc +++ b/mace/ops/strided_slice_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/transpose.cc b/mace/ops/transpose.cc index 7588b8c3..a85351d0 100644 --- a/mace/ops/transpose.cc +++ b/mace/ops/transpose.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/transpose.h b/mace/ops/transpose.h index c4ab39dc..9ab09d17 100644 --- a/mace/ops/transpose.h +++ b/mace/ops/transpose.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/transpose_benchmark.cc b/mace/ops/transpose_benchmark.cc index 372f2f9d..3c88cbe8 100644 --- a/mace/ops/transpose_benchmark.cc +++ b/mace/ops/transpose_benchmark.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/transpose_test.cc b/mace/ops/transpose_test.cc index d9f227c3..4fc64cc9 100644 --- a/mace/ops/transpose_test.cc +++ b/mace/ops/transpose_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/unstack.cc b/mace/ops/unstack.cc index ee0a4369..b2a6eb6c 100644 --- a/mace/ops/unstack.cc +++ b/mace/ops/unstack.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/ops/unstack_test.cc b/mace/ops/unstack_test.cc index 92a6bd61..476f2988 100644 --- a/mace/ops/unstack_test.cc +++ b/mace/ops/unstack_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/public/mace.h b/mace/public/mace.h index 775d3495..854df137 100644 --- a/mace/public/mace.h +++ b/mace/public/mace.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/archive_static_lib.py b/mace/python/tools/archive_static_lib.py index 30cc2b31..0fe36240 100644 --- a/mace/python/tools/archive_static_lib.py +++ b/mace/python/tools/archive_static_lib.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/binary_codegen.py b/mace/python/tools/binary_codegen.py index 45b11834..d39e0c5c 100644 --- a/mace/python/tools/binary_codegen.py +++ b/mace/python/tools/binary_codegen.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/convert_util.py b/mace/python/tools/convert_util.py index 19becc74..bf63e933 100644 --- a/mace/python/tools/convert_util.py +++ b/mace/python/tools/convert_util.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter.py b/mace/python/tools/converter.py index be9e65b9..b1b16ca5 100644 --- a/mace/python/tools/converter.py +++ b/mace/python/tools/converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/base_converter.py b/mace/python/tools/converter_tool/base_converter.py index 36cb33d4..650fb362 100644 --- a/mace/python/tools/converter_tool/base_converter.py +++ b/mace/python/tools/converter_tool/base_converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/caffe_converter.py b/mace/python/tools/converter_tool/caffe_converter.py index a9b19bac..bc3e092e 100644 --- a/mace/python/tools/converter_tool/caffe_converter.py +++ b/mace/python/tools/converter_tool/caffe_converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/hexagon_converter.py b/mace/python/tools/converter_tool/hexagon_converter.py index 591f055b..f37ab7ba 100644 --- a/mace/python/tools/converter_tool/hexagon_converter.py +++ b/mace/python/tools/converter_tool/hexagon_converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/onnx_converter.py b/mace/python/tools/converter_tool/onnx_converter.py index 731d54e8..2f3570d5 100644 --- a/mace/python/tools/converter_tool/onnx_converter.py +++ b/mace/python/tools/converter_tool/onnx_converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/shape_inference.py b/mace/python/tools/converter_tool/shape_inference.py index fe269078..e4158bba 100644 --- a/mace/python/tools/converter_tool/shape_inference.py +++ b/mace/python/tools/converter_tool/shape_inference.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/tensorflow_converter.py b/mace/python/tools/converter_tool/tensorflow_converter.py index 825c3c00..2ad13e1a 100644 --- a/mace/python/tools/converter_tool/tensorflow_converter.py +++ b/mace/python/tools/converter_tool/tensorflow_converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/converter_tool/transformer.py b/mace/python/tools/converter_tool/transformer.py index cba32948..740b24b8 100644 --- a/mace/python/tools/converter_tool/transformer.py +++ b/mace/python/tools/converter_tool/transformer.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/encrypt_opencl_codegen.py b/mace/python/tools/encrypt_opencl_codegen.py index 776dc506..6fa3db45 100644 --- a/mace/python/tools/encrypt_opencl_codegen.py +++ b/mace/python/tools/encrypt_opencl_codegen.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/file_binary.cc.jinja2 b/mace/python/tools/file_binary.cc.jinja2 index 4e59d47b..d3fa6e19 100644 --- a/mace/python/tools/file_binary.cc.jinja2 +++ b/mace/python/tools/file_binary.cc.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2019 Xiaomi, Inc. All rights reserved. +// Copyright 2019 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/graph_util.py b/mace/python/tools/graph_util.py index 8339b7a5..f11184ef 100644 --- a/mace/python/tools/graph_util.py +++ b/mace/python/tools/graph_util.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/layers_validate.py b/mace/python/tools/layers_validate.py index 2cb3458e..35238a8b 100644 --- a/mace/python/tools/layers_validate.py +++ b/mace/python/tools/layers_validate.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/mace_engine_factory.h.jinja2 b/mace/python/tools/mace_engine_factory.h.jinja2 index 3e183f15..d540c49d 100644 --- a/mace/python/tools/mace_engine_factory.h.jinja2 +++ b/mace/python/tools/mace_engine_factory.h.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/mace_engine_factory_codegen.py b/mace/python/tools/mace_engine_factory_codegen.py index 5518deb3..100628de 100644 --- a/mace/python/tools/mace_engine_factory_codegen.py +++ b/mace/python/tools/mace_engine_factory_codegen.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/model.jinja2 b/mace/python/tools/model.jinja2 index f985a75a..1beae21a 100644 --- a/mace/python/tools/model.jinja2 +++ b/mace/python/tools/model.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/model_header.jinja2 b/mace/python/tools/model_header.jinja2 index 2b7dd5fb..1aba6d88 100644 --- a/mace/python/tools/model_header.jinja2 +++ b/mace/python/tools/model_header.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/model_saver.py b/mace/python/tools/model_saver.py index c854c307..c062dfad 100644 --- a/mace/python/tools/model_saver.py +++ b/mace/python/tools/model_saver.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/opencl_binary_codegen.py b/mace/python/tools/opencl_binary_codegen.py index 0a06d0c4..32173840 100644 --- a/mace/python/tools/opencl_binary_codegen.py +++ b/mace/python/tools/opencl_binary_codegen.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/python/tools/operator.jinja2 b/mace/python/tools/operator.jinja2 index 7b4c9502..8992da31 100644 --- a/mace/python/tools/operator.jinja2 +++ b/mace/python/tools/operator.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/str2vec_maps.cc.jinja2 b/mace/python/tools/str2vec_maps.cc.jinja2 index a9e92865..51311494 100644 --- a/mace/python/tools/str2vec_maps.cc.jinja2 +++ b/mace/python/tools/str2vec_maps.cc.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/tensor_data.jinja2 b/mace/python/tools/tensor_data.jinja2 index e4a50c7a..64d020b4 100644 --- a/mace/python/tools/tensor_data.jinja2 +++ b/mace/python/tools/tensor_data.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/tensor_source.jinja2 b/mace/python/tools/tensor_source.jinja2 index 9cb3805d..77d91eab 100644 --- a/mace/python/tools/tensor_source.jinja2 +++ b/mace/python/tools/tensor_source.jinja2 @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/python/tools/tf_ops_stats.py b/mace/python/tools/tf_ops_stats.py index 39aa79a2..9d46fd96 100644 --- a/mace/python/tools/tf_ops_stats.py +++ b/mace/python/tools/tf_ops_stats.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mace/test/mace_api_exception_test.cc b/mace/test/mace_api_exception_test.cc index 7507ffc8..075b04b4 100644 --- a/mace/test/mace_api_exception_test.cc +++ b/mace/test/mace_api_exception_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/test/mace_api_mt_test.cc b/mace/test/mace_api_mt_test.cc index 65264cf0..6124792c 100644 --- a/mace/test/mace_api_mt_test.cc +++ b/mace/test/mace_api_mt_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/test/mace_api_test.cc b/mace/test/mace_api_test.cc index 48011ace..438683fe 100644 --- a/mace/test/mace_api_test.cc +++ b/mace/test/mace_api_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/test/mace_api_test.h b/mace/test/mace_api_test.h index f43815cc..5d954b17 100644 --- a/mace/test/mace_api_test.h +++ b/mace/test/mace_api_test.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/tools/git/gen_version_source.sh b/mace/tools/git/gen_version_source.sh index e29931a4..500b8010 100644 --- a/mace/tools/git/gen_version_source.sh +++ b/mace/tools/git/gen_version_source.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ fi echo $GIT_VERSION cat < ${OUTPUT_FILENAME} -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/tools/validation/mace_run.cc b/mace/tools/validation/mace_run.cc index 08ffdebe..cfd3c4a4 100644 --- a/mace/tools/validation/mace_run.cc +++ b/mace/tools/validation/mace_run.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/detection_output.cc b/mace/utils/detection_output.cc index a268f350..10a4f4f0 100644 --- a/mace/utils/detection_output.cc +++ b/mace/utils/detection_output.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/env_time.h b/mace/utils/env_time.h index d70124b5..18d6e5a6 100644 --- a/mace/utils/env_time.h +++ b/mace/utils/env_time.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/logging.cc b/mace/utils/logging.cc index 514feeaa..8091f0a0 100644 --- a/mace/utils/logging.cc +++ b/mace/utils/logging.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/logging.h b/mace/utils/logging.h index 0da3ff02..63d372d8 100644 --- a/mace/utils/logging.h +++ b/mace/utils/logging.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/memory_logging.h b/mace/utils/memory_logging.h index 7111d730..4e3cd588 100644 --- a/mace/utils/memory_logging.h +++ b/mace/utils/memory_logging.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/quantize.h b/mace/utils/quantize.h index baf07708..81d820cb 100644 --- a/mace/utils/quantize.h +++ b/mace/utils/quantize.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/rwlock.h b/mace/utils/rwlock.h index 851c7f71..c15fa5ad 100644 --- a/mace/utils/rwlock.h +++ b/mace/utils/rwlock.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/string_util.cc b/mace/utils/string_util.cc index a873eb97..3492706f 100644 --- a/mace/utils/string_util.cc +++ b/mace/utils/string_util.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/string_util.h b/mace/utils/string_util.h index d1f8cb4c..c41aaaa1 100644 --- a/mace/utils/string_util.h +++ b/mace/utils/string_util.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/timer.h b/mace/utils/timer.h index d8e4a8f8..3f0e96f4 100644 --- a/mace/utils/timer.h +++ b/mace/utils/timer.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/tuner.h b/mace/utils/tuner.h index 5dbb8401..661f8f5a 100644 --- a/mace/utils/tuner.h +++ b/mace/utils/tuner.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/tuner_development.cc b/mace/utils/tuner_development.cc index e61faa35..c760a0dc 100644 --- a/mace/utils/tuner_development.cc +++ b/mace/utils/tuner_development.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/tuner_production.cc b/mace/utils/tuner_production.cc index 04c216f3..18315ce6 100644 --- a/mace/utils/tuner_production.cc +++ b/mace/utils/tuner_production.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/tuner_test.cc b/mace/utils/tuner_test.cc index bff02b0b..5e51cafc 100644 --- a/mace/utils/tuner_test.cc +++ b/mace/utils/tuner_test.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mace/utils/utils.h b/mace/utils/utils.h index 1d9eebc9..5bfd8609 100644 --- a/mace/utils/utils.h +++ b/mace/utils/utils.h @@ -1,4 +1,4 @@ -// Copyright 2018 Xiaomi, Inc. All rights reserved. +// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tools/bazel_adb_run.py b/tools/bazel_adb_run.py index 96ad13a4..e213928a 100644 --- a/tools/bazel_adb_run.py +++ b/tools/bazel_adb_run.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/common.py b/tools/common.py index 6d55c2ad..0f080f5b 100644 --- a/tools/common.py +++ b/tools/common.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/converter.py b/tools/converter.py index 3e93f843..aedbd989 100644 --- a/tools/converter.py +++ b/tools/converter.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/device.py b/tools/device.py index 64aee75c..48474c9c 100644 --- a/tools/device.py +++ b/tools/device.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/falcon_cli.py b/tools/falcon_cli.py index cac24897..5ed027fb 100644 --- a/tools/falcon_cli.py +++ b/tools/falcon_cli.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/generate_data.py b/tools/generate_data.py index f8ef88ff..5ad0340e 100644 --- a/tools/generate_data.py +++ b/tools/generate_data.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/onnx_optimizer.py b/tools/onnx_optimizer.py index 38b27126..b877cd89 100644 --- a/tools/onnx_optimizer.py +++ b/tools/onnx_optimizer.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/sh_commands.py b/tools/sh_commands.py index 4cc31216..1b928dc2 100644 --- a/tools/sh_commands.py +++ b/tools/sh_commands.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/validate.py b/tools/validate.py index 93ce07fd..b74702b8 100644 --- a/tools/validate.py +++ b/tools/validate.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/wino_conv.py b/tools/wino_conv.py index 130bcbe2..d51e15a5 100644 --- a/tools/wino_conv.py +++ b/tools/wino_conv.py @@ -1,4 +1,4 @@ -# Copyright 2018 Xiaomi, Inc. All rights reserved. +# Copyright 2018 The MACE Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab