Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 79 for corerest (0.25 sec)

  1. tensorflow/compiler/jit/BUILD

            ":xla_gpu_jit",
            "//tensorflow/cc:function_ops",
            "//tensorflow/cc:math_ops",
            "//tensorflow/cc:scope",
            "//tensorflow/core:framework",
            "//tensorflow/core:test",
            "//tensorflow/core/kernels:ops_testutil",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:status",
            "//tensorflow/core/platform:status_matchers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/BUILD

        ],
    )
    
    tf_cc_test(
        name = "size_utils_test",
        size = "small",
        srcs = ["utils/size_utils_test.cc"],
        deps = [
            ":size_utils",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "@llvm-project//mlir:IR",
        ],
    )
    
    cc_library(
        name = "cost_estimators",
        hdrs = [
            "utils/arithmetic_count_util.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    	margin: 0 2px;
    	padding: 0.35em 0.625em 0.75em;
    }
    
    /** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
    legend {
    	border: 0;
    	/* 1 */
    	padding: 0;
    	/* 2 */
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	testCases := []struct {
    		name   string
    		pods   []*corev1.Pod
    		nodes  []*corev1.Node
    		wantAZ map[*corev1.Pod]string
    	}{
    		{
    			name: "should return correct az for given address",
    			pods: []*corev1.Pod{pod1, pod2},
    			nodes: []*corev1.Node{
    				generateNode("node1", map[string]string{NodeZoneLabel: "zone1", NodeRegionLabel: "region1", label.TopologySubzone.Name: "subzone1"}),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  5. src/math/big/float_test.go

    						t.Errorf("%g/%g got %s result; want exact result", a, b, acc)
    					}
    				}
    			}
    		}
    	}
    }
    
    // TestFloatArithmeticSpecialValues tests that Float operations produce the
    // correct results for combinations of zero (±0), finite (±1 and ±2.71828),
    // and infinite (±Inf) operands.
    func TestFloatArithmeticSpecialValues(t *testing.T) {
    	zero := 0.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/api_test.go

    			continue
    		}
    		tv := info.Types[expr]
    
    		// check that type is correct
    		if got := tv.Type.String(); got != test.typ {
    			t.Errorf("package %s: got type %s; want %s", name, got, test.typ)
    			continue
    		}
    
    		// if we have a constant, check that value is correct
    		if tv.Value != nil {
    			if got := tv.Value.ExactString(); got != test.val {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 93.3K bytes
    - Viewed (0)
  7. pkg/controller/disruption/disruption_test.go

    		"baz": "quuux",
    	}
    	_, ctx := ktesting.NewTestContext(t)
    	dc, ps := newFakeDisruptionController(ctx)
    
    	// These constants are related, but I avoid calculating the correct values in
    	// code.  If you update a parameter here, recalculate the correct values for
    	// all of them.  Further down in the test, we use these to control loops, and
    	// that level of logic is enough complexity for me.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  8. pkg/kubelet/server/server_test.go

    		fw.fakeAuth,
    		kubeCfg,
    	)
    	fw.serverUnderTest = &server
    	fw.testHTTPServer = httptest.NewServer(fw.serverUnderTest)
    	return fw
    }
    
    // A helper function to return the correct pod name.
    func getPodName(name, namespace string) string {
    	if namespace == "" {
    		namespace = metav1.NamespaceDefault
    	}
    	return name + "_" + namespace
    }
    
    func TestServeLogs(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  9. src/go/types/api_test.go

    			continue
    		}
    		tv := info.Types[expr]
    
    		// check that type is correct
    		if got := tv.Type.String(); got != test.typ {
    			t.Errorf("package %s: got type %s; want %s", name, got, test.typ)
    			continue
    		}
    
    		// if we have a constant, check that value is correct
    		if tv.Value != nil {
    			if got := tv.Value.ExactString(); got != test.val {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    			s.assertEvent(t, s.svcXdsName("svc1"), s.podXdsName("pod1"))
    
    			// Label the pod and check that the correct event is produced.
    			s.labelPod(t, "pod1", testNS,
    				map[string]string{"app": "a", constants.AmbientUseWaypointLabel: "test-wp"})
    			c.podAssertion(s)
    
    			// Label the service and check that the correct event is produced.
    			s.labelService(t, "svc1", testNS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top