Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport_test.cc200 TEST_F(ExportTest, LoadOperatorsMap) { in TEST_F() argument
205 details::LoadOperatorsMap(input_model_, &operators, ops_by_type, false); in TEST_F()
432 details::LoadOperatorsMap(input_model_, &operators, ops_by_type, false); in TEST_F()
444 details::LoadOperatorsMap(input_model_, &operators, ops_by_type, false); in TEST_F()
457 details::LoadOperatorsMap(input_model_, &operators, ops_by_type, false); in TEST_F()
Dexport.h165 void LoadOperatorsMap(
Dexport.cc187 void LoadOperatorsMap( in LoadOperatorsMap() function
444 details::LoadOperatorsMap(model, &operators_map, ops_by_type, in Export()