Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for hardware (0.08 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

        `[b, f, 0, 1]x[o, i, 0, 1]->[b, f, 0, 1]` format and converts it to
        `[b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f]` format.
    
        This pass is useful to convert models that conventionally use the NCHW
        format to target hardwares that are more NHWC-friendly.
      }];
      let dependentDialects = ["mlir::stablehlo::StablehloDialect"];
    }
    
    def DeferActivationTransposePass : Pass<"stablehlo-defer-activation-transpose", "mlir::func::FuncOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top