Import edgetpu runtime library.
[platform/adaptation/npu/google-edgetpu-runtime.git] / libedgetpu / BUILD
1 # Description:
2 #   Edgetpu custom op api for tflite.
3
4 package(default_visibility = ["//visibility:public"])
5
6 licenses(["notice"])  # Apache 2.0
7
8 cc_library(
9     name = "header",
10     hdrs = ["edgetpu.h", "edgetpu_c.h"],
11     deps = [
12         "@org_tensorflow//tensorflow/lite:context",
13     ],
14 )