Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterMap (0.1 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

        }
    
        // The filter of the convolution may have a `ConvertOp` after the constant
        // op.
        Operation* filter_op = op.getOperand(1).getDefiningOp();
        if (!isa<stablehlo::ConstantOp>(filter_op) &&
            !(isa<stablehlo::ConvertOp>(filter_op) &&
              isa<stablehlo::ConstantOp>(
                  filter_op->getOperand(0).getDefiningOp()))) {
          LLVM_DEBUG(llvm::dbgs() << "Failed to match filter_constant_op.\n");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top