Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PadOp (0.03 sec)

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

          ->getResult(0);
    }
    
    // Transform pad(transpose(x)) to transpose(pad(x))
    struct TransposeCommuteWithPad : public OpRewritePattern<stablehlo::PadOp> {
      using OpRewritePattern<stablehlo::PadOp>::OpRewritePattern;
    
      LogicalResult matchAndRewrite(stablehlo::PadOp pad_op,
                                    PatternRewriter& rewriter) const override {
        Value pad_input = pad_op.getOperand();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/ops/stablehlo_op_quant_spec.cc

                    mlir::stablehlo::PadOp, mlir::stablehlo::ReduceWindowOp,
                    mlir::stablehlo::ReshapeOp, mlir::stablehlo::SelectOp,
                    mlir::stablehlo::SliceOp, mlir::stablehlo::TransposeOp>(op)) {
        scale_spec->has_same_scale_requirement = true;
      }
      if (llvm::isa<mlir::stablehlo::DynamicSliceOp, mlir::stablehlo::GatherOp,
                    mlir::stablehlo::PadOp, mlir::stablehlo::SliceOp>(op)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops.cc

                               ConstOp::getOperationName(),
                               LessOp::getOperationName(),
                               MulOp::getOperationName(),
                               PadOp::getOperationName(),
                               PackOp::getOperationName(),
                               ReadVariableOp::getOperationName(),
                               SelectV2Op::getOperationName(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 8.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/gpu_hardware.cc

    TAC_REGISTER_GPU_OP(MaximumOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(MinimumOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(MeanOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(CustomOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(PadOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(PowOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(PReluOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(ReluOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(Relu6Op, CreateBasicOpNoCost);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top