Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for func_name_regex (3.66 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.cc

                continue;
              }
            }
    
            if (!unit.func_name().empty()) {
              const RE2 func_name_regex(unit.func_name());
              if (!RE2::FullMatch(quantization_unit.value().func_name(),
                                  func_name_regex)) {
                continue;
              }
            }
    
            // Overrides the default quantization method.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top