Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FullMatch (0.24 sec)

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

        const std::string lifted_func_name =
            xla_call_module_op->getAttrOfType<FlatSymbolRefAttr>("_entry_function")
                .getValue()
                .str();
    
        return RE2::FullMatch(lifted_func_name, *match_regex_);  // NOLINT
      }
    
     private:
      // Returns an owned `RE2` object that corresponds to the `spec`. Returns
      // `nullptr` if the `spec` is invalid.
    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