Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc42 TfLiteContext* GetInterpreterContext() { return interpreter_.context_; } in GetInterpreterContext() function in tflite::InterpreterTest
885 auto* context = GetInterpreterContext(); in TEST_F()