1 /** 2 * Copyright 2021 Huawei Technologies Co., Ltd 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 17 #ifndef MINDSPORE_CCSRC_FRONTEND_PARALLEL_OPS_INFO_OPS_INFO_HEAD_FILES_H_ 18 #define MINDSPORE_CCSRC_FRONTEND_PARALLEL_OPS_INFO_OPS_INFO_HEAD_FILES_H_ 19 20 #include "frontend/parallel/ops_info/activation_info.h" 21 #include "frontend/parallel/ops_info/arithmetic_info.h" 22 #include "frontend/parallel/ops_info/batch_parallel_info.h" 23 #include "frontend/parallel/ops_info/bias_add_info.h" 24 #include "frontend/parallel/ops_info/comparison_function_info.h" 25 #include "frontend/parallel/ops_info/dropout_do_mask_info.h" 26 #include "frontend/parallel/ops_info/elementary_function_info.h" 27 #include "frontend/parallel/ops_info/gather_v2_info.h" 28 #include "frontend/parallel/ops_info/get_next_info.h" 29 #include "frontend/parallel/ops_info/l2_normalize_info.h" 30 #include "frontend/parallel/ops_info/layer_norm_info.h" 31 #include "frontend/parallel/ops_info/loss_info.h" 32 #include "frontend/parallel/ops_info/matmul_info.h" 33 #include "frontend/parallel/ops_info/onehot_info.h" 34 #include "frontend/parallel/ops_info/prelu_info.h" 35 #include "frontend/parallel/ops_info/reduce_method_info.h" 36 #include "frontend/parallel/ops_info/reshape_info.h" 37 #include "frontend/parallel/ops_info/transpose_info.h" 38 #include "frontend/parallel/ops_info/unsorted_segment_op_info.h" 39 #include "frontend/parallel/ops_info/virtual_dataset_info.h" 40 #include "frontend/parallel/ops_info/gather_v2_p_info.h" 41 #include "frontend/parallel/ops_info/tile_info.h" 42 #include "frontend/parallel/ops_info/strided_slice_info.h" 43 #include "frontend/parallel/ops_info/slice_info.h" 44 #include "frontend/parallel/ops_info/concat_info.h" 45 #include "frontend/parallel/ops_info/split_info.h" 46 #include "frontend/parallel/ops_info/tensordot_info.h" 47 #include "frontend/parallel/ops_info/range_info.h" 48 #include "frontend/parallel/ops_info/pack_info.h" 49 #include "frontend/parallel/ops_info/broadcast_to_info.h" 50 #include "frontend/parallel/ops_info/unique_info.h" 51 #include "frontend/parallel/ops_info/uniform_candidate_sampler_info.h" 52 #include "frontend/parallel/ops_info/reluv2_info.h" 53 #include "frontend/parallel/ops_info/select_info.h" 54 #include "frontend/parallel/ops_info/gathernd_info.h" 55 #include "frontend/parallel/ops_info/topk_info.h" 56 #include "frontend/parallel/ops_info/scatter_update_info.h" 57 #include "frontend/parallel/ops_info/virtual_output_info.h" 58 #include "frontend/parallel/ops_info/conv2d_info.h" 59 #include "frontend/parallel/ops_info/batchnorm_info.h" 60 #include "frontend/parallel/ops_info/maxpool_info.h" 61 #include "frontend/parallel/ops_info/gatherd_info.h" 62 #include "frontend/parallel/ops_info/matmul_dds_info.h" 63 #include "frontend/parallel/ops_info/dsd_matmul_info.h" 64 #include "frontend/parallel/ops_info/uniform_real_info.h" 65 #include "frontend/parallel/ops_info/resizebilinear_info.h" 66 67 #endif // MINDSPORE_CCSRC_FRONTEND_PARALLEL_OPS_INFO_HEAD_FILES_H_ 68