Home
last modified time | relevance | path

Searched refs:ByteCodeFunctionWithOperator (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dupgrader_mobile.cpp93 const std::vector<ByteCodeFunctionWithOperator>& getUpgraderBytecodeList() { in getUpgraderBytecodeList()
95 std::vector<ByteCodeFunctionWithOperator> upgrader_function_list({ in getUpgraderBytecodeList()
96 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
142 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
161 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
203 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
222 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
268 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
287 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
329 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
[all …]
H A Dupgrader_mobile.h31 struct ByteCodeFunctionWithOperator { struct
36 TORCH_API const std::vector<ByteCodeFunctionWithOperator>& argument
/aosp_15_r20/external/pytorch/test/mobile/
H A Dtest_upgrader_bytecode_table_example.cpp61 const std::vector<ByteCodeFunctionWithOperator>& getUpgraderBytecodeList() { in getUpgraderBytecodeList()
63 std::vector<ByteCodeFunctionWithOperator> upgrader_function_list({ in getUpgraderBytecodeList()
64 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
110 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
152 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
198 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
240 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
290 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
341 ByteCodeFunctionWithOperator({ in getUpgraderBytecodeList()
395 static std::vector<ByteCodeFunctionWithOperator> upgraderBytecodeList = in getUpgraderBytecodeList()