Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/analyzer/
Dexploded-graph-rewriter.py371 node_label = result.group(2).replace(' ', '') \
386 node_label = re.sub(r'(?<!\\)\\l', '', node_label)
387 logging.debug(node_label)
388 json_node = json.loads(node_label)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc791 string node_label = GetInstructionNodeLabel(instr); in DumpInstruction() local
810 string node_body = node_label; in DumpInstruction()