STT-tensorflow/tensorflow/lite/delegates
Xiao Yu fe6e64b098 Refactor eager placement logic into three util methods:
- MaybePinSmallOpsToCpu
- MaybePinToResourceDevice
- MaybePinToCustomDevice

We are going to reuse MaybePinSmallOpsToCpu in TFRT but not the other two. Because TFRT doesn't have native Resource neither Custom Device.

PiperOrigin-RevId: 317766813
Change-Id: I43241b5786120ddf39dc4bfff6071239afdfd785
2020-06-22 18:05:46 -07:00
..
flex Refactor eager placement logic into three util methods: 2020-06-22 18:05:46 -07:00
gpu ConvTexture converted to new style. 2020-06-22 16:29:37 -07:00
hexagon Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
nnapi Fix NNAPI delegation error on models with MAX/MIN operations with scalar quantized operators 2020-06-19 01:26:04 -07:00
utils Factor out the dummy test delegate from simple_delegate_test and create relevant BUILD rules to show 2020-06-10 20:24:29 -07:00
xnnpack Add unit test for Prelu in XNNPACK delegate 2020-06-22 14:44:20 -07:00
BUILD 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
delegate_test.cc Roll forward API for automatic fallback on delegation failure. 2020-05-27 02:26:48 -07:00
interpreter_utils.cc Roll forward API for automatic fallback on delegation failure. 2020-05-27 02:26:48 -07:00
interpreter_utils.h Roll forward API for automatic fallback on delegation failure. 2020-05-27 02:26:48 -07:00
status.h 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
utils.cc Rectifies delegation of DEQUANTIZE nodes in fp16 graphs. Only those dequant nodes which are consumed in the first delegated partition are now selected. 2020-06-03 16:41:38 -07:00
utils.h Rectifies delegation of DEQUANTIZE nodes in fp16 graphs. Only those dequant nodes which are consumed in the first delegated partition are now selected. 2020-06-03 16:41:38 -07:00
utils_test.cc Support to pass in a list of supported node indices directly to GraphPartitionHelper. 2020-03-22 23:00:59 -07:00