Fix comment on header file to include

"cpu_backend_support.h" -> "cpu_backend_context.h"

PiperOrigin-RevId: 315000219
Change-Id: Iec8b1846374af06b2c9ec208644879f44ef93324
This commit is contained in:
T.J. Alumbaugh 2020-06-05 14:47:33 -07:00 committed by TensorFlower Gardener
parent 1a336e829a
commit ffc8ddf6bf
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ typedef enum TfLiteExternalContextType {
kTfLiteEigenContext = 0, // include eigen_support.h to use.
kTfLiteGemmLowpContext = 1, // include gemm_support.h to use.
kTfLiteEdgeTpuContext = 2, // Placeholder for Edge TPU support.
kTfLiteCpuBackendContext = 3, // include cpu_backend_support.h to use.
kTfLiteCpuBackendContext = 3, // include cpu_backend_context.h to use.
kTfLiteMaxExternalContexts = 4
} TfLiteExternalContextType;

View File

@ -58,7 +58,7 @@ typedef enum TfLiteExternalContextType {
kTfLiteEigenContext = 0, // include eigen_support.h to use.
kTfLiteGemmLowpContext = 1, // include gemm_support.h to use.
kTfLiteEdgeTpuContext = 2, // Placeholder for Edge TPU support.
kTfLiteCpuBackendContext = 3, // include cpu_backend_support.h to use.
kTfLiteCpuBackendContext = 3, // include cpu_backend_context.h to use.
kTfLiteMaxExternalContexts = 4
} TfLiteExternalContextType;