Searched refs:codeTableElements (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | import.cpp | 342 auto codeTableElements = in parseMethods() local 355 codeTableElements, "instructions", BYTECODE_INDEX_INSTRUCTION) in parseMethods() 360 codeTableElements, "operators", BYTECODE_INDEX_OPERATOR) in parseMethods() 365 codeTableElements, "constants", BYTECODE_INDEX_CONSTANT) in parseMethods() 369 std::move(expect_field(codeTableElements, "types", BYTECODE_INDEX_TYPE) in parseMethods() 374 codeTableElements, "register_size", BYTECODE_INDEX_REGISTER_SIZE) in parseMethods()
|