Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h43 size_t jf_instruction_index; // this node gets patched to jump here on failure member
46 explicit BailoutBlock(size_t jf_index) : jf_instruction_index(jf_index) {} in BailoutBlock()
603 TORCH_INTERNAL_ASSERT(instructions_[block.jf_instruction_index].op == JF) in insertBailoutBlocks()
604 instructions_[block.jf_instruction_index].X = in insertBailoutBlocks()
605 instructions_.size() - block.jf_instruction_index; in insertBailoutBlocks()
613 instructions_source_[block.jf_instruction_index]); in insertBailoutBlocks()