port c++ framer op to open source in tflm_signal (#2104)

`port c++ framer op to open source in tflm_signal`

-port framer op and corresponding to new open source location for C++

BUG=[b/288965505](https://b.corp.google.com/288965505)
This commit is contained in:
Steven Toribio 2023-07-11 10:03:45 -07:00 committed by GitHub
parent ef0a7b025a
commit 29d8dbfd4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 965 additions and 3 deletions

View file

@ -53,6 +53,7 @@ PythonOpsResolver::PythonOpsResolver() {
AddFloor();
AddFloorDiv();
AddFloorMod();
AddFramer();
AddFullyConnected();
AddGather();
AddGatherNd();