Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for 9$ (0.03 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    //   %5 = "mhlo.broadcast"(%4)
    //   %6 = "mhlo.select"(%3, %input, %5)
    //   %7 = "mhlo.reduce"(%6, %4) ({
    //   ^bb0(%arg1: tensor<f32>, %arg2: tensor<f32>):
    //     %9 = mhlo.add %arg1, %arg2 : tensor<f32>
    //     "mhlo.return"(%9) : (tensor<f32>) -> ()
    //   }) {dimensions = dense<0> : tensor<1xi64>}
    //
    // If the input's rank N is greater than 2, we will reshape it to R2 first and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    func (m *NamedResourcesIntSlice) Reset()      { *m = NamedResourcesIntSlice{} }
    func (*NamedResourcesIntSlice) ProtoMessage() {}
    func (*NamedResourcesIntSlice) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4312f5b44a31ec02, []int{9}
    }
    func (m *NamedResourcesIntSlice) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *NamedResourcesIntSlice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0x000002000210" type="string" offset="0">
          </match>
        </magic>
        <glob pattern="*.wb2"/>
      </mime-type>
      
      <!-- Quattro Pro for Windows 7-8 (wb3) and and 9 (qpw) files are
           currently detected by POIFSContainerDetector
      -->
    
      <mime-type type="application/xquery">
        <_comment>XQuery source code</_comment>
        <glob pattern="*.xq"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    		}},
    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedLocalEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[9]: add a subset
    		name:              "add a subset",
    		previousEndpoints: []*discovery.EndpointSlice{namedPort[0], nil},
    		currentEndpoints:  multipleSubsetsWithLocal,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"lastTransitionTime": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    		if typ.IsFloat() {
    			hasIntrinsic := false
    			switch Arch.LinkArch.Family {
    			case sys.AMD64, sys.ARM64, sys.RISCV64:
    				hasIntrinsic = true
    			case sys.PPC64:
    				hasIntrinsic = buildcfg.GOPPC64 >= 9
    			}
    
    			if hasIntrinsic {
    				var op ssa.Op
    				switch {
    				case typ.Kind() == types.TFLOAT64 && n.Op() == ir.OMIN:
    					op = ssa.OpMin64F
    				case typ.Kind() == types.TFLOAT64 && n.Op() == ir.OMAX:
    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