Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TRANSFORMED (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.13.md

    - List operations against the API now return internal server errors instead of partially complete lists when a value cannot be transformed from storage. The updated behavior is consistent with all other operations that require transforming data from storage such as watch and get. ([#69399](https://github.com/kubernetes/kubernetes/pull/69399), [@mikedanese](https://github.com/mikedanese))...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK:  chlo.acos %arg0 : tensor<*xf32>
      // `tf.Acos` is lowered to `chlo.constant_like` operations which can only be
      // lowered further on ranked tensors.  Unranked CHLO must be transformed to
      // ranked code before further lowering.
      // CHLO: "tf.Acos"
      %0 = "tf.Acos"(%arg0) : (tensor<*xf32>) -> tensor<*xf32>
      func.return %0 : tensor<*xf32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    	callTail
    )
    
    type sfRtCallDef struct {
    	rtfn  *obj.LSym
    	rtype types.Kind
    }
    
    var softFloatOps map[ssa.Op]sfRtCallDef
    
    func softfloatInit() {
    	// Some of these operations get transformed by sfcall.
    	softFloatOps = map[ssa.Op]sfRtCallDef{
    		ssa.OpAdd32F: {typecheck.LookupRuntimeFunc("fadd32"), types.TFLOAT32},
    		ssa.OpAdd64F: {typecheck.LookupRuntimeFunc("fadd64"), types.TFLOAT64},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top