Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dupgrader_mobile.h37 getUpgraderBytecodeList();
H A Dimport.cpp300 for (auto& byteCodeFunctionWithOperator : getUpgraderBytecodeList()) { in init_upgrader()
H A Dupgrader_mobile.cpp93 const std::vector<ByteCodeFunctionWithOperator>& getUpgraderBytecodeList() { in getUpgraderBytecodeList() function
H A Dflatbuffer_loader.cpp338 for (auto& byteCodeFunctionWithOperator : getUpgraderBytecodeList()) { in appendUpgraderFunctions()
/aosp_15_r20/external/pytorch/test/mobile/
H A Dtest_upgrader_bytecode_table_example.cpp61 const std::vector<ByteCodeFunctionWithOperator>& getUpgraderBytecodeList() { in getUpgraderBytecodeList() function
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_lite_interpreter.cpp2099 for (auto& byteCodeFunctionWithOperator : getUpgraderBytecodeList()) { in TEST()
2113 ASSERT_EQ(getUpgraderBytecodeList().size(), upgrader_functions.size()); in TEST()