Home
last modified time | relevance | path

Searched refs:Gather (Results 1 – 1 of 1) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dgather.cc31 TfLiteStatus Gather(const TfLiteGatherParams* params, in Gather() function
195 return Gather<float, int32_t>(params, input, coords, output); in Eval()
198 return Gather<int8_t, int32_t>(params, input, coords, output); in Eval()