File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
tensorflow_lite_support/python/task Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- """The TensorFlow Lite Task Library.
15
-
16
- TensorFlow Lite Task Library contains a set of powerful and easy-to-use
17
- task-specific libraries for app developers to create ML experiences with
18
- TensorFlow Lite. It provides optimized out-of-box model interfaces for popular
19
- machine learning tasks, such as image and text classification. The model
20
- interfaces are specifically designed for each task to achieve the best
21
- performance and usability.
22
-
23
- Read more in the [Task Library Guide](
24
- https://tensorflow.org/lite/inference_with_metadata/task_library/overview).
25
- """
26
-
27
- from tflite_support .task import audio
28
- from tflite_support .task import core
29
- from tflite_support .task import processor
30
- from tflite_support .task import text
31
- from tflite_support .task import vision
You can’t perform that action at this time.
0 commit comments