Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EntryFuncBodyQuantizationPattern (0.25 sec)

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

    // An interface representing patterns that quantizes an entry function's body.
    // The entry function's signatures should have already been quantized at the
    // point of rewriting.
    class EntryFuncBodyQuantizationPattern {
     public:
      virtual ~EntryFuncBodyQuantizationPattern() = default;
    
      // Returns `success()` if `entry_func_op`'s body is eligible for rewriting. At
      // this point `entry_func_op`'s signature has not been reset with quantized
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top