Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dparse_bytecode.cpp148 OpCodeCache opCodeCache; in parseInstructions() local
156 OpCode op_code = opCodeCache.parse(*ins_item[0].toString()); in parseInstructions()