Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for src2 (0.04 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        // CHECK: %[[red1:.*]] = mhlo.reduce(%[[cmul]] init: %[[convert_init]]) applies mhlo.add across dimensions = [0, 1, 2] : (tensor<8x8x8x8xf32>, tensor<f32>) -> tensor<8xf32>
        // CHECK: %[[scr2:.*]] = mhlo.convert %[[red1]] : tensor<8xf32>
    
        // CHECK: %[[mul2:.*]] = mhlo.multiply %arg2, %[[scr1]] : tensor<8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go

    		return fmt.Errorf("oidc: could not parse claim sources: %v", err)
    	}
    
    	src, ok := claimToSource[r.claim]
    	if !ok {
    		// No distributed claim present.
    		return nil
    	}
    	ep, ok := sources[src]
    	if !ok {
    		return fmt.Errorf("id token _claim_names contained a source %s missing in _claims_sources", src)
    	}
    	if ep.URL == "" {
    		// This is maybe an aggregated claim (ep.JWT != "").
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/syntax/scanner_test.go

    		got.init(strings.NewReader(want.src), func(line, col uint, msg string) {
    			t.Errorf("%s:%d:%d: %s", want.src, line, col, msg)
    		}, 0)
    		got.next()
    		if got.tok != want.tok {
    			t.Errorf("%s: got %s; want %s", want.src, got.tok, want.tok)
    			continue
    		}
    		if (got.tok == _Name || got.tok == _Literal) && got.lit != want.src {
    			t.Errorf("%s: got %q; want %q", want.src, got.lit, want.src)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
  4. src/image/png/reader.go

    	case *image.Alpha16:
    		srcPix = src.(*image.Alpha16).Pix
    		dstPix, stride, rect = target.Pix, target.Stride, target.Rect
    		bytesPerPixel = 2
    	case *image.Gray:
    		srcPix = src.(*image.Gray).Pix
    		dstPix, stride, rect = target.Pix, target.Stride, target.Rect
    		bytesPerPixel = 1
    	case *image.Gray16:
    		srcPix = src.(*image.Gray16).Pix
    		dstPix, stride, rect = target.Pix, target.Stride, target.Rect
    		bytesPerPixel = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 26K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    slupsk.pl slz.br sm sm.ua small-web.org smart smartlabeling.scw.cloud smile smola.no smushcdn.com smøla.no sn sn.cn snaase.no snasa.no sncf snillfjord.no snoasa.no snowflake.app snåase.no snåsa.no so so.gov.pl so.it sobetsu.hokkaido.jp soc.dz soc.lk soc.srcf.net soccer sochi.su social society.museum sodegaura.chiba.jp soeda.fukuoka.jp softbank software software.aero sogndal.no sogne.no sohu soja.okayama.jp soka.saitama.jp sokndal.no sola.no solar sologne.museum solund.no solutions soma.fukushima.jp somna.no...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top