* Infrastructure for tflite * Removed submodule flatbuffers * Added flatbuffers submodule. Fixed version to v22.12.06 aka acf39ff * Move headers back * Flatbuffers integration * Small fixes * Started parsing the Model * flatbuffer changes * decoder_flatbuffer changes * Lite Input Model -- not needed as of now but looks cool * Rolled back inherritance from ov::frontend::tensorflow::InputModel * Results are not treated as outputs, but its ok * Fix missplaced input vs output * Refactor * Load model op-by-op. Frontend API finalized * Debugging still, there are prints here and there. Decoder is not sane * Convolution with all attributes is translated and quantization is applied for inputs and constatants. TODO: quantize intermediate tensors, separate decoder specific logic? * Float ssd and posenet models are showing good accuracy * Need to refactor but work flawlessly * Telemetry and lightweight model cutting * Code style and test changes. Extensions supported * Quantization and style * Style refinements * Move onednn back * New portion of operations enabled * TFLite FE doesn't inherrit TF FE * Moved files to another directory * Rename header op_table.hpp to common_op_table.hpp for all files in src/frontends/tensorflow_common/src/op/ * Removed visability macroses * CMake changes * Unit-test execution in .ci * Update labeler.yml * Codeowners * Style check and fix * Static Build arrangement * Addressing the comments * install common headers to previous place * New approach with public decoder and graph_iterator * New approach with public decoder and graph_iterator * Move GraphIterator back * Comments addressed * Comments adressed * Preliminary TF FE README.md changes * Added target_compile_definitions OPENVINO_STATIC_LIBRARY for static build * Fixed conflicts and added TF to common places * Frontends use only openvino::core::dev API * Merged common tensorflow changes and made code build and work on selective number of models * Style * Rollback unnecessary changes from Tensorflow FE * Rollback unnecessary changes from Tensorflow Common * Minor refactor * cmake minor refactoring * Mixed commit * Style and merge fix * Low hanging fruit operations * Fix windows build * Refactor quantization parameters representation * license compliance. approved by OS PDT * copyrights in generic file * dependabot * labeler * Unit Test to be triggered in CI * cmake variables naming. corrected copyright years in copyrights/generic file * library renamed in .ci/ calls * Copyright year update * Set openvino-tf-frontend-maintainers as owner of /src/frontends/tensorflow_lite/ * Fixed flatc corss-compilation * Cleaned flatbuffers header usage * Nitpicks solved * Update cmake/templates/OpenVINOConfig.cmake.in * Compile with flatbuffers headers * Fixed "which is prefixed in the source directory" * Fixed typo in flatbuffers cmake * Removed flatbuffers submodule * Added fork submodule * Fixed static build * Fixed cross-compilatio * Fixed -Wshadow warning * Fixed warning on Windows * Use only headers from flatbuffers library * Added LTO and fixed compilation errors on Windows * Fixed warnings in tensorflow_common * Move ctors implementation to cpp file * Added information about new frontends to common FEm part * Temporaryily disable warnings * Fixed code style using clang-format * Fixed Windows * reverted changes in onnx * Revert changes in onnx_common * Removed pragma once frm cpp Co-authored-by: missjane <estepyreva@gmail.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
212 lines
4.8 KiB
YAML
212 lines
4.8 KiB
YAML
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
|
|
|
|
version: 2
|
|
updates:
|
|
#
|
|
# Python product dependencies
|
|
#
|
|
|
|
# Python API requirements
|
|
- package-ecosystem: pip
|
|
directory: "/src/bindings/python/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Poland"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# Model Optimizer requirements
|
|
- package-ecosystem: pip
|
|
directory: "/tools/mo"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "rkazants"
|
|
- "andrei-kochin"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
allow:
|
|
- dependency-name: "*"
|
|
dependency-type: "production"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# POT requirements
|
|
- package-ecosystem: pip
|
|
directory: "/tools/pot"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "AlexKoff88"
|
|
- "KodiaqQ"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# benchmark_tool requirements
|
|
- package-ecosystem: pip
|
|
directory: "/tools/benchmark_tool"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
#
|
|
# Tests requirements for frontends
|
|
#
|
|
|
|
# PaddlePaddle FE tests requirements
|
|
- package-ecosystem: pip
|
|
directory: "/src/frontends/paddle/tests/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Shanghai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "ceciliapeng2011"
|
|
- "meiyang-intel"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# ONNX FE tests requirements
|
|
- package-ecosystem: pip
|
|
directory: "/src/frontends/onnx/tests/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Poland"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "mbencer"
|
|
- "tomdol"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# TensorFlow FE tests requirements
|
|
- package-ecosystem: pip
|
|
directory: "/src/frontends/tensorflow/tests/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "rkazants"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# TensorFlow Lite FE tests requirements
|
|
- package-ecosystem: pip
|
|
directory: "/src/frontends/tensorflow_lite/tests/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "jane-intel"
|
|
- "rkazants"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
#
|
|
# Python Samples
|
|
#
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/hello_reshape_ssd/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/classification_sample_async/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/benchmark/bert_benchmark/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/hello_classification/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
#
|
|
# Github actions - CI
|
|
#
|
|
|
|
# Github actions
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
assignees:
|
|
- "ilyachur"
|
|
- "ilya-lavrenov"
|
|
open-pull-requests-limit: 3
|