Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkQuantizableOpsForXla (0.23 sec)

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

            function_name.contains("gather")) {
          check_status.Update(absl::InternalError("Weight-only op is skipped."));
        }
    
        if (quant_options_.op_set() == OpSet::XLA) {
          check_status.Update(checkQuantizableOpsForXla(call_op, function_name));
        }
    
        // Only the composite functions with f32 inputs are quantizable.
        if (call_op.getResults().size() == 1 &&
            !mlir::cast<ShapedType>(call_op->getResult(0).getType())
    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