Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
Signed-off-by: Lopez, Reagan <[email protected]>
  • Loading branch information
reaganlo committed Jan 12, 2023
1 parent a370d39 commit 2d7c3d2
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
![CI](https://github.com/reaganlo/nn-hal/actions/workflows/ci.yml/badge.svg)

# ChromeOS Neural Networks HAL with OpenVINO supporting hardware accelerators such as /
Intel® Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN)
Intel® Movidius™ Vision Processing Units (VPUs)
# ChromeOS Neural Networks HAL with OpenVINO

## Introduction
The ChromeOS Neural Network Hardware Abstraction Layer(NN HAL) provides the hardware acceleration
Expand All @@ -16,22 +12,22 @@ This version of the HAL works with OpenVINO 2022.1.1 branch: https://github.com/
## Supported Operations
Following operations are currently supported by Android Neural Networks HAL for Intel MKL-DNN.

ADD
AVERAGE_POOL_2D
CONCATENATION
CONV_2D
Convolution2DTransposeBias*
DEPTHWISE_CONV_2D
DEQUANTIZE
FULLY_CONNECTED
LOGISTIC
MAX_POOL_2D
MUL
PAD
RELU
RELU6
RESHAPE
RESIZE_BILINEAR
- ADD
- AVERAGE_POOL_2D
- CONCATENATION
- CONV_2D
- Convolution2DTransposeBias*
- DEPTHWISE_CONV_2D
- DEQUANTIZE
- FULLY_CONNECTED
- LOGISTIC
- MAX_POOL_2D
- MUL
- PAD
- RELU
- RELU6
- RESHAPE
- RESIZE_BILINEAR

## License
ChromeOS Neural Networks HAL is distributed under the Apache License, Version 2.0
Expand Down

0 comments on commit 2d7c3d2

Please sign in to comment.