Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for bghelper (3.52 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    // instance. We also take the `device` attribute into account in order to avoid
    // dependencies between ops with the same ordinal on different devices.
    
    // Helper function to get an absolute device string, combining device and
    // ordinal attribute values.
    std::string GetAbsDeviceStr(Operation* op, uint64_t device_ordinal) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		}
    	}
    
    	// Scrutinize CFLAGS and related for flags that might cause
    	// problems if we are using internal linking (for example, use of
    	// plugins, LTO, etc) by calling a helper routine that builds on
    	// the existing CGO flags allow-lists. If we see anything
    	// suspicious, emit a special token file "preferlinkext" (known to
    	// the linker) in the object file to signal the that it should not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    * Fix issue in converting AWS volume ID from mount paths ([#36840](https://github.com/kubernetes/kubernetes/pull/36840), [@jingxu97](https://github.com/jingxu97))
    * Correct env var name in configure-helper ([#33848](https://github.com/kubernetes/kubernetes/pull/33848), [@mtaufen](https://github.com/mtaufen))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. src/net/http/server.go

    // [Handler] that calls f.
    type HandlerFunc func(ResponseWriter, *Request)
    
    // ServeHTTP calls f(w, r).
    func (f HandlerFunc) ServeHTTP(w ResponseWriter, r *Request) {
    	f(w, r)
    }
    
    // Helper handlers
    
    // Error replies to the request with the specified error message and HTTP code.
    // It does not otherwise end the request; the caller should ensure no further
    // writes are done to w.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    			for i := 0; i < b.N; i++ {
    				state.Clone()
    			}
    		})
    	}
    }
    
    func mustConvertLabelSelectorAsSelector(t *testing.T, ls *metav1.LabelSelector) labels.Selector {
    	t.Helper()
    	s, err := metav1.LabelSelectorAsSelector(ls)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return s
    }
    
    func TestSingleConstraint(t *testing.T) {
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	pod = pod.DeepCopy()
    	pod.Name = newName
    	pod.UID = types.UID(pod.Name + pod.Namespace)
    	return pod
    }
    
    func expectInFlightPods(t *testing.T, q *PriorityQueue, uids ...types.UID) {
    	t.Helper()
    	var actualUIDs []types.UID
    	for uid := range q.inFlightPods {
    		actualUIDs = append(actualUIDs, uid)
    	}
    	sortUIDs := cmpopts.SortSlices(func(a, b types.UID) bool { return a < b })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    		}
    	}
    }
    
    func expectAPIStatus(t *testing.T, method, url string, data []byte, code int) *metav1.Status {
    	t.Helper()
    	client := http.Client{}
    	request, err := http.NewRequest(method, url, bytes.NewBuffer(data))
    	if err != nil {
    		t.Fatalf("unexpected error %#v", err)
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    	}
    	if p1.Error != nil {
    		base.Fatalf("load %s: %v", pkg, p1.Error)
    	}
    
    	p.Internal.Imports = append(p.Internal.Imports, p1)
    }
    
    // PrepareForCoverageBuild is a helper invoked for "go install
    // -cover", "go run -cover", and "go build -cover" (but not used by
    // "go test -cover"). It walks through the packages being built (and
    // dependencies) and marks them for coverage instrumentation when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods_test.go

    				for k, v := range tt.expectMetricsAfterRetry {
    					testMetric(t, k, v)
    				}
    			}
    		})
    	}
    }
    
    func testMetric(t *testing.T, metricName string, expectedMetric string) {
    	t.Helper()
    	err := testutil.GatherAndCompare(metrics.GetGather(), strings.NewReader(expectedMetric), metricName)
    	if err != nil {
    		t.Error(err)
    	}
    }
    
    func TestGetNonExistentImagePullSecret(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/proxier_test.go

    		}
    	}
    }
    
    // checkIPVS to check expected ipvs service and destination
    func checkIPVS(t *testing.T, fp *Proxier, vs *netlinktest.ExpectedVirtualServer) {
    	t.Helper()
    	services, err := fp.ipvs.GetVirtualServers()
    	if err != nil {
    		t.Errorf("Failed to get ipvs services, err: %v", err)
    	}
    	if len(services) != vs.VSNum {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top