HomeSort by relevance Sort by last modified time
    Searched refs:tensors_table (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
import.h 40 TensorsTable *tensors_table);
import.cc 29 TensorsTable* tensors_table) {
34 tensors_table->push_back(tensor->name()->c_str());
98 const details::TensorsTable& tensors_table,
125 const string& input_name = tensors_table.at(input_index);
137 const string& output_name = tensors_table.at(output_index);
144 const details::TensorsTable& tensors_table, Model* model) {
148 const string& input_name = tensors_table.at(input);
156 const string& output_name = tensors_table.at(output);
176 details::TensorsTable tensors_table; local
177 details::LoadTensorsTable(*input_model, &tensors_table);
    [all...]

Completed in 194 milliseconds