Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/compatibility/
Dipynb.py27 CodeLine = collections.namedtuple("CodeLine", ["cell_number", "code"]) variable
90 CodeLine(cell_index,
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp139 template <typename CodeLine>
140 void run(const vector<CodeLine>& code, const vector<int>& expect);
143 template <typename CodeLine>
144 void RegisterLifetimeAndRemappingTest::run(const vector<CodeLine>& code, in run()