[Core ML delegate] Add FP16 support in the documentation

PiperOrigin-RevId: 315875041
Change-Id: I5e40b45380d2e6834f4be3de0a2800dc13d0d61f
This commit is contained in:
Taehee Jeong 2020-06-11 04:37:53 -07:00 committed by TensorFlower Gardener
parent 5e260f92ac
commit 51f2a966cc

View File

@ -19,7 +19,7 @@ Note: Core ML delegate supports Core ML version 2 and later.
**Supported models**
The Core ML delegate currently supports float32 models.
The Core ML delegate currently supports float (FP32 and FP16) models.
## Trying the Core ML delegate on your own model