Searched refs:LoadOperatorsMap (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | export_test.cc | 200 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()
|
D | export.h | 165 void LoadOperatorsMap(
|
D | export.cc | 187 void LoadOperatorsMap( in LoadOperatorsMap() function 444 details::LoadOperatorsMap(model, &operators_map, ops_by_type, in Export()
|