Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.h41 void LoadOperatorsTable(const ::tflite::Model &input_model,
Dimport.cc40 void LoadOperatorsTable(const ::tflite::Model& input_model, in LoadOperatorsTable() function
224 details::LoadOperatorsTable(*input_model, &operators_table); in Import()
Dimport_test.cc153 TEST_F(ImportTest, LoadOperatorsTable) { in TEST_F() argument
157 details::LoadOperatorsTable(*input_model_, &operators); in TEST_F()