Home
last modified time | relevance | path

Searched defs:validate_ir (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp1219 ir_validate::validate_ir(ir_instruction *ir, void *data) in validate_ir() function in ir_validate
/aosp_15_r20/external/executorch/exir/program/test/
H A Dtest_program.py534 self, callable, validate_ir=True, exception_list=None argument
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_validate.cpp53 validate_ir(Program* program) in validate_ir() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py134 def validate_ir(node_or_nodes): function