Home
last modified time | relevance | path

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

/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/
Drotary_embedding.cpp39 const std::string& sinMasterPath, in load() argument
41 if (sinMasterPath.size() == 0 && cosMasterPath.size() == 0) { in load()
51 std::ifstream fileSin(sinMasterPath, std::ios::binary); in load()
68 sinMasterPath.c_str()); in load()
/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/
Drotary_embedding.h30 void load(const std::string& sinMasterPath, const std::string& cosMasterPath);