Searched refs:Gather (Results 1 – 1 of 1) sorted by relevance
31 TfLiteStatus Gather(const TfLiteGatherParams* params, in Gather() function195 return Gather<float, int32_t>(params, input, coords, output); in Eval()198 return Gather<int8_t, int32_t>(params, input, coords, output); in Eval()