Searched defs:fw_compiler (Results 1 – 4 of 4) sorted by relevance
12 fw_compiler = tvm_compile(target="llvm", tuning_logfile="fw_keops") variable14 fw_compiler = nop variable
16 fw_compiler = tvm_compile(target="llvm", tuning_logfile="fw_keops") variable
71 fw_compiler = functools.partial(extract_graph, graph_cell=fw_graph_cell) variable
176 def fw_compiler(gm, _): function