Searched refs:GetInterpreter (Results 1 – 11 of 11) sorted by relevance
81 tflite::Interpreter* GetInterpreter() { return interpreter_.get(); } in GetInterpreter() function in tflite::profiling::__anonc720a2530111::SimpleOpModel112 auto interpreter = m.GetInterpreter(); in TEST()134 auto interpreter = m.GetInterpreter(); in TEST()
424 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()
252 void PingSender::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError);… in OutputResult()
142 static Interpreter &GetInterpreter(void) in GetInterpreter() function in ot::Cli::Interpreter
534 void MeshDiag::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
600 void LinkMetrics::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError)… in OutputResult()
8449 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()
858 Interpreter::GetInterpreter().OutputBorderRouterCounters(); in Process()
415 void Dns::OutputResult(otError aError) { Interpreter::GetInterpreter().OutputResult(aError); } in OutputResult()
661 TraceInterpreter &GetInterpreter() in GetInterpreter() function1066 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()
128 const tflite::Interpreter* GetInterpreter() { return interpreter_.get(); } in GetInterpreter() function in tflite::benchmark::__anon5f775cc00211::TestBenchmark429 auto interpreter = benchmark.GetInterpreter(); in TEST()