Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for cc_test (0.08 sec)

  1. tensorflow/compiler/aot/tfcompile.bzl

                    "> $(OUTS)"
                ),
                tags = tags,
            )
    
            # The cc_test rule for the generated code.  To ensure that this works
            # reliably across build configurations, we must use tf_cc_test instead
            # of native.cc_test.  This is related to how we build
            # //tensorflow/core:lib -- see the note in
            # tensorflow/core/BUILD for more details.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  2. src/cmp/cmp_test.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package cmp_test
    
    import (
    	"cmp"
    	"fmt"
    	"math"
    	"slices"
    	"sort"
    	"strings"
    	"testing"
    	"unsafe"
    )
    
    var negzero = math.Copysign(0, -1)
    var nonnilptr uintptr = uintptr(unsafe.Pointer(&negzero))
    var nilptr uintptr = uintptr(unsafe.Pointer(nil))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 23:39:07 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. src/runtime/gc_test.go

    Keith Randall <******@****.***> 1717538095 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. src/internal/trace/gc_test.go

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. tensorflow/c/c_test.c

    A. Unique TensorFlower <******@****.***> 1713990157 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:50:35 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. src/internal/buildcfg/cfg_test.go

    Andrey Bokhanko <******@****.***> 1709736243 +0300
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. pilot/pkg/xds/cds_test.go

    John Howard <******@****.***> 1714529199 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 02:06:39 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/cc/io_test.cc

    Thai Nguyen <******@****.***> 1713928121 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. src/cmd/cover/cfg_test.go

    	// writing out instrumented source files, it directly emits a
    	// meta-data file for the package in question, essentially
    	// simulating the effect that you would get if you added a dummy
    	// "no-op" x_test.go file and then did a build and run of the test.
    
    	t.Run("YesFuncsNoTests", func(t *testing.T) {
    		testCoverNoTestsYesFuncs(t)
    	})
    	t.Run("NoFuncsNoTests", func(t *testing.T) {
    		testCoverNoTestsNoFuncs(t)
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 12:51:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    Toru Komatsu <******@****.***> 1715710031 +0900
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top