Home
last modified time | relevance | path

Searched defs:new_interpreter (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/
H A Dwriter_lib_test.cc136 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
184 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
279 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
310 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
339 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
385 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
467 std::unique_ptr<Interpreter> new_interpreter; in TEST_P() local
557 std::unique_ptr<Interpreter> new_interpreter; in TEST_F() local
H A Dwriter_test.cc45 std::unique_ptr<tflite::Interpreter> new_interpreter; in main() local
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dpathfix.py32 new_interpreter = None variable
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dpathfix.py39 new_interpreter = None variable
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c1956 new_interpreter(PyThreadState **tstate_p, int isolated_subinterpreter) in new_interpreter() function