/** * Copyright 2019-2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef BUILT_IN_OP_PROTO_INC_ALL_OPS_H_ #define BUILT_IN_OP_PROTO_INC_ALL_OPS_H_ #include "aipp.h" #include "aipp_data.h" #include "array_ops.h" #include "audio_ops.h" #include "batch_ops.h" #include "bitwise_ops.h" #include "boosted_trees_ops.h" #include "candidate_sampling_ops.h" #include "control_flow_ops.h" #include "data_flow_ops.h" #include "elewise_calculation_ops.h" #include "hcom_ops.h" #include "get_data_ops.h" #include "image_ops.h" #include "linalg_ops.h" #include "lookup_ops.h" #include "math_ops.h" #include "matrix_calculation_ops.h" #include "nn_batch_norm_ops.h" #include "nn_calculation_ops.h" #include "nn_detect_ops.h" #include "nn_norm_ops.h" #include "nn_ops.h" #include "nn_pooling_ops.h" #include "nn_training_ops.h" #include "nonlinear_fuc_ops.h" #include "npu_loss_scale_ops.h" #include "pad_ops.h" #include "quantize_ops.h" #include "random_ops.h" #include "reduce_ops.h" #include "rpn_ops.h" #include "save_ops.h" #include "selection_ops.h" #include "set_ops.h" #include "sparse_ops.h" #include "split_combination_ops.h" #include "state_ops.h" #include "transformation_ops.h" #include "logging_ops.h" #include "string_ops.h" #include "outfeed_ops.h" #include "stateless_random_ops.h" #include "dvpp_ops.h" #include "rnn.h" #endif // BUILT_IN_OP_PROTO_INC_ALL_OPS_H_