Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetMatchRegex (0.35 sec)

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

    }
    
    // Quantizable Unit matcher that uses lifted function's name for matching.
    class FunctionNameMatcher {
     public:
      explicit FunctionNameMatcher(const FunctionNameMatcherSpec& spec)
          : match_regex_(GetMatchRegex(spec)) {}
    
      // Returns `true` when matched with the entry function of
      // `xla_call_module_op`.
      bool Match(TF::XlaCallModuleOp xla_call_module_op) const {
        if (match_regex_ == nullptr) return false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top