Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer_test.cc81 tflite::Interpreter* GetInterpreter() { return interpreter_.get(); } in GetInterpreter() function in tflite::profiling::__anonc720a2530111::SimpleOpModel
112 auto interpreter = m.GetInterpreter(); in TEST()
134 auto interpreter = m.GetInterpreter(); in TEST()
/external/openthread/src/cli/
Dcli_mdns.cpp424 Interpreter::GetInterpreter().mMdns.HandleRegisterationDone(aRequestId, aError); in HandleRegisterationDone()
432 Interpreter::GetInterpreter().OutputResult(aError); in HandleRegisterationDone()
666 Interpreter::GetInterpreter().mMdns.HandleBrowseResult(*aResult); in HandleBrowseResult()
722 Interpreter::GetInterpreter().mMdns.HandleSrvResult(*aResult); in HandleSrvResult()
776 Interpreter::GetInterpreter().mMdns.HandleTxtResult(*aResult); in HandleTxtResult()
826 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp6Address); in HandleIp6AddressResult()
879 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp4Address); in HandleIp4AddressResult()
Dcli_ping.cpp252 void PingSender::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError);… in OutputResult()
Dcli.hpp142 static Interpreter &GetInterpreter(void) in GetInterpreter() function in ot::Cli::Interpreter
Dcli_mesh_diag.cpp534 void MeshDiag::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
Dcli_link_metrics.cpp600 void LinkMetrics::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError)… in OutputResult()
Dcli.cpp8449 extern "C" void otCliInputLine(char *aBuf) { Interpreter::GetInterpreter().ProcessLine(aBuf); } in otCliInputLine()
8453 return Interpreter::GetInterpreter().SetUserCommands(aUserCommands, aLength, aContext); in otCliSetUserCommands()
8458 Interpreter::GetInterpreter().OutputBytes(aBytes, aLength); in otCliOutputBytes()
8465 Interpreter::GetInterpreter().OutputFormatV(aFmt, aAp); in otCliOutputFormat()
8469 extern "C" void otCliAppendResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aErr… in otCliAppendResult()
8480 Interpreter::GetInterpreter().SetEmittingCommandOutput(false); in otCliPlatLogv()
8481 Interpreter::GetInterpreter().OutputFormatV(aFormat, aArgs); in otCliPlatLogv()
8482 Interpreter::GetInterpreter().OutputNewLine(); in otCliPlatLogv()
8483 Interpreter::GetInterpreter().SetEmittingCommandOutput(true); in otCliPlatLogv()
Dcli_br.cpp858 Interpreter::GetInterpreter().OutputBorderRouterCounters(); in Process()
Dcli_dns.cpp415 void Dns::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
/external/angle/util/capture/
Dtrace_interpreter.cpp661 TraceInterpreter &GetInterpreter() in GetInterpreter() function
1066 angle::GetInterpreter().setupReplay(); in SetupReplay()
1071 angle::GetInterpreter().replayFrame(frameIndex); in ReplayFrame()
1076 angle::GetInterpreter().resetReplay(); in ResetReplay()
1081 return angle::GetInterpreter().getSerializedContextState(frameIndex); in GetSerializedContextState()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_test.cc128 const tflite::Interpreter* GetInterpreter() { return interpreter_.get(); } in GetInterpreter() function in tflite::benchmark::__anon5f775cc00211::TestBenchmark
429 auto interpreter = benchmark.GetInterpreter(); in TEST()