Searched refs:gather_params (Results 1 – 2 of 2) sorted by relevance
63 TfLiteGatherParams gather_params; in TEST() local
1314 if (const auto* gather_params = op->builtin_options_as_GatherOptions()) { in ParseGather() local1315 params->axis = gather_params->axis(); in ParseGather()