Searched refs:SetAllowedOpSets (Results 1 – 1 of 1) sorted by relevance
248 void SetAllowedOpSets(std::initializer_list<OpSet> sets) { in SetAllowedOpSets() function in toco::tflite::__anond7756be20111::OpSetsTest290 SetAllowedOpSets({kTfLiteBuiltins}); in TEST_F()296 SetAllowedOpSets({kTfLiteBuiltins, kCustomOps}); in TEST_F()304 SetAllowedOpSets({kSelectTfOps}); in TEST_F()311 SetAllowedOpSets({kSelectTfOps, kCustomOps}); in TEST_F()321 SetAllowedOpSets({kTfLiteBuiltins, kSelectTfOps}); in TEST_F()328 SetAllowedOpSets({kTfLiteBuiltins, kSelectTfOps, kCustomOps}); in TEST_F()