Implement Landmarks2TransforMatrix and clean up custom ops.
PiperOrigin-RevId: 337433057 Change-Id: I4dd8a95dc45c16e316a689c833ad959201f4eaf8
This commit is contained in:
parent
44670ff103
commit
27cdf9fa33
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user