Searched defs:arrays_behind_us (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtooling_util.cc842 std::unordered_set<string> arrays_behind_us; local
845 arrays_behind_us.insert(array_entry.first);
848 arrays_behind_us.insert(model.optional_arrays.begin(),
853 CHECK(arrays_behind_us.count(input));
857 CHECK(!arrays_behind_us.count(output));
858 arrays_behind_us.insert(output);
862 CHECK(arrays_behind_us.count(output_array));
867 std::unordered_set<string> arrays_behind_us; local
870 arrays_behind_us.insert(array_entry.first);
873 arrays_behind_us
[all...]

Completed in 162 milliseconds