Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for func4 (0.04 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:         }
    func.func @equal_incompatible_shape_broadcastable(%arg0: tensor<?xi32>, %arg1: tensor<1xi32>) -> tensor<?xi1> {
      %0 = "chlo.broadcast_compare"(%arg0, %arg1) {comparison_direction = #chlo<comparison_direction EQ>} : (tensor<?xi32>, tensor<1xi32>) -> tensor<?xi1>
      func.return %0 : tensor<?xi1>
    }
    
    // CHECK-LABEL: func @equal_unsupported_compare_type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritePPC64.go

    	}
    }
    func rewriteValuePPC64_OpCvt64Fto32(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (Cvt64Fto32 x)
    	// result: (MFVSRD (FCTIWZ x))
    	for {
    		x := v_0
    		v.reset(OpPPC64MFVSRD)
    		v0 := b.NewValue0(v.Pos, OpPPC64FCTIWZ, typ.Float64)
    		v0.AddArg(x)
    		v.AddArg(v0)
    		return true
    	}
    }
    func rewriteValuePPC64_OpCvt64Fto64(v *Value) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (AppArmorProfile) SwaggerDoc() map[string]string {
    	return map_AppArmorProfile
    }
    
    var map_AttachedVolume = map[string]string{
    	"":           "AttachedVolume describes a volume attached to a node",
    	"name":       "Name of the attached volume",
    	"devicePath": "DevicePath represents the device path where the volume should be available",
    }
    
    func (AttachedVolume) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top