Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for version1 (0.17 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			s.startBlock(bTrue)
    			s.vars[n] = s.newValue3(ssa.OpFMA, types.Types[types.TFLOAT64], args[0], args[1], args[2])
    			s.endBlock().AddEdgeTo(bEnd)
    
    			// Call the pure Go version.
    			s.startBlock(bFalse)
    			s.vars[n] = s.callResult(n, callNormal) // types.Types[TFLOAT64]
    			s.endBlock().AddEdgeTo(bEnd)
    
    			// Merge results.
    			s.startBlock(bEnd)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    		t.Run(tc.name, func(t *testing.T) {
    			ipt := iptablestest.NewFake()
    			fp := NewFakeProxier(ipt)
    			fp.hostname = testHostname
    
    			// First check that after adding all previous versions of endpoints,
    			// the fp.oldEndpoints is as we expect.
    			for i := range tc.previousEndpoints {
    				if tc.previousEndpoints[i] != nil {
    					fp.OnEndpointSliceAdd(tc.previousEndpoints[i])
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    /* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. pkg/registry/core/service/storage/storage_test.go

    /*
    Copyright 2015 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  5. pkg/apis/core/v1/zz_generated.conversion.go

    //go:build !ignore_autogenerated
    // +build !ignore_autogenerated
    
    /*
    Copyright The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top