Implement Landmarks2TransforMatrix and clean up custom ops.

PiperOrigin-RevId: 337433057
Change-Id: I4dd8a95dc45c16e316a689c833ad959201f4eaf8
This commit is contained in:
A. Unique TensorFlower 2020-10-15 20:05:24 -07:00 committed by TensorFlower Gardener
parent 44670ff103
commit 27cdf9fa33
2 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ cc_library(
":tensor",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings",
"//tensorflow/lite/delegates:utils",
"//tensorflow/lite:kernel_api",

View File

@ -29,6 +29,7 @@ limitations under the License.
#include "absl/base/attributes.h"
#include "absl/container/flat_hash_map.h"
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"