Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp290 uint32_t exec_id = 1; member
373 ctx.exec_id++; in process_block()
390 instr->pass_flags = ctx.exec_id; in process_block()
451 assert(ctx.exec_id > 0); in value_numbering()
456 ctx.exec_id--; in value_numbering()
458 ctx.exec_id -= program->blocks[loop_headers.back()].linear_preds.size(); in value_numbering()
459 ctx.exec_id -= block.linear_preds.size(); in value_numbering()
472 ctx.exec_id++; in value_numbering()
474 ctx.exec_id += 2; in value_numbering()
/third_party/mindspore/mindspore/common/
Dapi.py661 def _get_func_graph_proto(self, obj, exec_id, ir_type="onnx_ir", use_prefix=False): argument
664 exec_id = exec_id + '.' + obj.arguments_key
665 if self._graph_executor.has_compiled(exec_id) is False:
667 return self._graph_executor.get_func_graph_proto(exec_id, ir_type)
680 def fetch_info_for_quant_export(self, exec_id): argument
682 if self._graph_executor.has_compiled(exec_id) is False:
684 return self._graph_executor.fetch_info_for_quant_export(exec_id)
/third_party/mindspore/mindspore/nn/
Dcell.py268 exec_id = self.phase + "." + str(self.create_time) + '.' + str(id(self))
269 return _cell_graph_executor._get_func_graph_proto(self, exec_id, "anf_ir", True)