Home
last modified time | relevance | path

Searched refs:tensors_table (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc31 TensorsTable* tensors_table) { in LoadTensorsTable() argument
36 tensors_table->push_back(tensor->name()->c_str()); in LoadTensorsTable()
103 const details::TensorsTable& tensors_table, in ImportOperators() argument
150 const string& input_name = tensors_table.at(input_index); in ImportOperators()
162 const string& output_name = tensors_table.at(output_index); in ImportOperators()
170 const details::TensorsTable& tensors_table, Model* model) { in ImportIOTensors() argument
176 const string& input_name = tensors_table.at(input); in ImportIOTensors()
187 const string& output_name = tensors_table.at(output); in ImportIOTensors()
220 details::TensorsTable tensors_table; in Import() local
221 details::LoadTensorsTable(*input_model, &tensors_table); in Import()
[all …]
Dimport.h40 TensorsTable *tensors_table);