Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for composite_dot_general_fn_2 (0.19 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize/quantize_weight_only.mlir

        return %2 : tensor<1x3xf32>
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/lift_quantizable_spots_as_functions_simple.td

      [(IsNotInLiftedFunc $res)], [], (addBenefit 1)>;
    
    def LiftDotGeneral : Pat<
      (StableHLO_DotGeneralOp:$res
          $lhs, $rhs, $dot_dimension_numbers, $precision_config),
      (LiftAsTFXlaCallModule<"composite_dot_general_fn">
        (ArgumentList $lhs, $rhs),
        (ResultList $res),
        (NamedAttributeList
          (NamedAttr<"dot_dimension_numbers"> $dot_dimension_numbers),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 23:21:42 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top