You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.1 KiB
74 lines
2.1 KiB
/**
|
|
* 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 "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 "ctc_ops.h"
|
|
#include "data_flow_ops.h"
|
|
#include "elewise_calculation_ops.h"
|
|
#include "functional_ops.h"
|
|
#include "get_data_ops.h"
|
|
#include "hcom_ops.h"
|
|
#include "image_ops.h"
|
|
#include "linalg_ops.h"
|
|
#include "logging_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 "no_op.h"
|
|
#include "npu_loss_scale_ops.h"
|
|
#include "outfeed_ops.h"
|
|
#include "pad_ops.h"
|
|
#include "parsing_ops.h"
|
|
#include "quantize_ops.h"
|
|
#include "ragged_conversion_ops.h"
|
|
#include "random_ops.h"
|
|
#include "reduce_ops.h"
|
|
#include "resource_variable_ops.h"
|
|
#include "rnn.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 "stateful_random_ops.h"
|
|
#include "stateless_random_ops.h"
|
|
#include "state_ops.h"
|
|
#include "string_ops.h"
|
|
#include "swap_co_ops.h"
|
|
#include "transformation_ops.h"
|
|
#include "condtake_ops.h"
|
|
#include "warp_perspective_ops.h"
|
|
#endif // BUILT_IN_OP_PROTO_INC_ALL_OPS_H_
|