Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dranker.cc223 if (!Compile(lua_ranking_script, &lua_bytecode_)) { in InitializeAndValidate()
340 if (!lua_bytecode_.empty()) { in RankActions()
342 conversation, lua_bytecode_, entity_data_schema, in RankActions()
Dranker.h50 std::string lua_bytecode_; variable
Dactions-suggestions.h285 std::string lua_bytecode_; variable
Dactions-suggestions.cc293 if (!Compile(actions_script, &lua_bytecode_)) { in ValidateAndInitialize()
1306 if (lua_bytecode_.empty()) { in SuggestActionsFromLua()
1311 lua_bytecode_, conversation, model_executor, model_->tflite_model_spec(), in SuggestActionsFromLua()