Searched refs:graph_kernel_flags (Results 1 – 6 of 6) sorted by relevance
93 …context.set_context(graph_kernel_flags="--enable_low_precision=true --disable_pass=highlevelopt2.a…101 context.set_context(graph_kernel_flags="--enable_low_precision=true")110 …context.set_context(graph_kernel_flags="--enable_low_precision=true --disable_pass=highlevelopt2.a…119 context.set_context(graph_kernel_flags="--enable_low_precision=true")
66 context.set_context(graph_kernel_flags="--enable_stitch_fusion=true")
69 context.set_context(graph_kernel_flags="--enable_stitch_fusion=true")
73 context.set_context(graph_kernel_flags="--enable_stitch_fusion=true")
195 GraphKernelFlags(const std::string &graph_kernel_flags, bool enable_graph_kernel) in GraphKernelFlags() argument196 : flags_cache_(graph_kernel_flags), enable_graph_kernel_(enable_graph_kernel) {} in GraphKernelFlags()
520 env_config_path=str, graph_kernel_flags=str, save_compile_cache=bool,