Searched refs:gather_params (Results 1 – 3 of 3) sorted by relevance
63 TfLiteGatherParams gather_params; in TEST() local
194 auto gather_params = in GetBuiltinOperatorVersion() local196 if (gather_params && gather_params->batch_dims != 0) { in GetBuiltinOperatorVersion()
1449 if (const auto* gather_params = op->builtin_options_as_GatherOptions()) { in ParseGather() local1450 params->axis = gather_params->axis(); in ParseGather()1451 params->batch_dims = gather_params->batch_dims(); in ParseGather()