Searched defs:OperationFilter (Results 1 – 1 of 1) sorted by relevance
79 struct OperationFilter { // TODO(lzr): Add AllowEverything() helper. struct84 bool allow_resource_ops_in_called_functions = false;90 bool allow_stack_ops = false;97 bool allow_tensor_array_ops = false;102 bool allow_stateful_rng_ops = false;106 bool allow_control_trigger = false;137 RecursiveCompilabilityChecker(OperationFilter op_filter, in RecursiveCompilabilityChecker() argument