Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass_test_helper.h27 bool enable_cluster_scoping; member
33 enable_cluster_scoping(true), in Options()
50 copy.enable_cluster_scoping = false; in WithNoClusterScoping()
H A Dmark_for_compilation_pass_test_helper.cc54 if (options.enable_cluster_scoping) { in MarkForCompilation()