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:
parent
1a336e829a
commit
ffc8ddf6bf
@ -58,7 +58,7 @@ typedef enum TfLiteExternalContextType {
|
|||||||
kTfLiteEigenContext = 0, // include eigen_support.h to use.
|
kTfLiteEigenContext = 0, // include eigen_support.h to use.
|
||||||
kTfLiteGemmLowpContext = 1, // include gemm_support.h to use.
|
kTfLiteGemmLowpContext = 1, // include gemm_support.h to use.
|
||||||
kTfLiteEdgeTpuContext = 2, // Placeholder for Edge TPU support.
|
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
|
kTfLiteMaxExternalContexts = 4
|
||||||
} TfLiteExternalContextType;
|
} TfLiteExternalContextType;
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ typedef enum TfLiteExternalContextType {
|
|||||||
kTfLiteEigenContext = 0, // include eigen_support.h to use.
|
kTfLiteEigenContext = 0, // include eigen_support.h to use.
|
||||||
kTfLiteGemmLowpContext = 1, // include gemm_support.h to use.
|
kTfLiteGemmLowpContext = 1, // include gemm_support.h to use.
|
||||||
kTfLiteEdgeTpuContext = 2, // Placeholder for Edge TPU support.
|
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
|
kTfLiteMaxExternalContexts = 4
|
||||||
} TfLiteExternalContextType;
|
} TfLiteExternalContextType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user