Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for power9 (0.26 sec)

  1. src/cmd/go/alldocs.go

    //     (or mips64le.hardfloat and mips64le.softfloat) feature build tags.
    //   - For GOARCH=ppc64 or ppc64le,
    //     GOPPC64=power8, power9, and power10 correspond to the
    //     ppc64.power8, ppc64.power9, and ppc64.power10
    //     (or ppc64le.power8, ppc64le.power9, and ppc64le.power10)
    //     feature build tags.
    //   - For GOARCH=riscv64,
    //     GORISCV64=rva20u64 and rva22u64 correspond to the riscv64.rva20u64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        "tf_device::TensorFlowDeviceDialect"
      ];
    
      let constructor = "TFDevice::CreateReplicateInvariantOpHoistingPass()";
    }
    
    def LowerQuantizedPass : Pass<"tf-lower-quantized", "mlir::func::FuncOp"> {
      let summary = "Lowers ops that require quantized input or output.";
    
      let description = [{
        This pass rewrites all ops that have at least one input or output that must
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top