Searched refs:hoist_random_uniform (Results 1 – 9 of 9) sorted by relevance
156 hoist_random_uniform = options.create_option( variable in OptimizationOptions365 if self.hoist_random_uniform is not None:366 pb.hoist_random_uniform = self.hoist_random_uniform403 self.hoist_random_uniform = pb.hoist_random_uniform
27 `hoist_random_uniform` static optimization. Whether this optimization is28 performed is determined by the `experimental_optimization.hoist_random_uniform`
96 options.experimental_optimization.hoist_random_uniform = True114 options.experimental_optimization.hoist_random_uniform = True
35 name: "hoist_random_uniform"
25 ":hoist_random_uniform",442 name = "hoist_random_uniform",443 srcs = ["hoist_random_uniform.cc"],445 "hoist_random_uniform.h",470 ":hoist_random_uniform",
148 options.experimental_optimization.hoist_random_uniform = True
459 options.experimental_optimization.hoist_random_uniform = True507 options.experimental_optimization.hoist_random_uniform = False
85 bool hoist_random_uniform = 8; field