Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
all_ops_resolver.h
00001 /* Copyright 2018 The TensorFlow Authors. All Rights Reserved. 00002 Licensed under the Apache License, Version 2.0 (the "License"); 00003 you may not use this file except in compliance with the License. 00004 You may obtain a copy of the License at 00005 http://www.apache.org/licenses/LICENSE-2.0 00006 Unless required by applicable law or agreed to in writing, software 00007 distributed under the License is distributed on an "AS IS" BASIS, 00008 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00009 See the License for the specific language governing permissions and 00010 limitations under the License. 00011 ==============================================================================*/ 00012 #ifndef TENSORFLOW_LITE_EXPERIMENTAL_MICRO_KERNELS_ALL_OPS_RESOLVER_H_ 00013 #define TENSORFLOW_LITE_EXPERIMENTAL_MICRO_KERNELS_ALL_OPS_RESOLVER_H_ 00014 00015 #include "tensorflow/lite/experimental/micro/compatibility.h" 00016 #include "tensorflow/lite/experimental/micro/micro_mutable_op_resolver.h" 00017 00018 namespace tflite { 00019 namespace ops { 00020 namespace micro { 00021 00022 class AllOpsResolver : public MicroMutableOpResolver { 00023 public: 00024 AllOpsResolver(); 00025 00026 private: 00027 TF_LITE_REMOVE_VIRTUAL_DELETE 00028 }; 00029 00030 } // namespace micro 00031 } // namespace ops 00032 } // namespace tflite 00033 00034 #endif // TENSORFLOW_LITE_EXPERIMENTAL_MICRO_KERNELS_ALL_OPS_RESOLVER_H_
Generated on Wed Jul 13 2022 16:03:34 by
