Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dimport.cc44 void LoadOperatorsTable(const ::tflite::Model& input_model, in LoadOperatorsTable() function
228 details::LoadOperatorsTable(*input_model, &operators_table); in Import()
H A Dimport_test.cc157 TEST_F(ImportTest, LoadOperatorsTable) { in TEST_F() argument
161 details::LoadOperatorsTable(*input_model_, &operators); in TEST_F()
H A Dimport.h43 void LoadOperatorsTable(const ::tflite::Model &input_model,