Searched refs:tensors_table (Results 1 – 2 of 2) sorted by relevance
31 TensorsTable* tensors_table) { in LoadTensorsTable() argument36 tensors_table->push_back(tensor->name()->c_str()); in LoadTensorsTable()103 const details::TensorsTable& tensors_table, in ImportOperators() argument150 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() argument176 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() local221 details::LoadTensorsTable(*input_model, &tensors_table); in Import()[all …]
40 TensorsTable *tensors_table);