Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 172 for cc_test (0.25 sec)

  1. src/cmd/cgo/internal/testsanitizers/cc_test.go

    Michael Anthony Knyszek <******@****.***> 1707407947 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 20:00:56 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/fuzzing/op_fuzzing.bzl

    load(
        "//tensorflow:tensorflow.bzl",
        "if_not_windows",
        "lrt_if_needed",
        "tf_cc_binary",
        "tf_copts",
    )
    load(
        "//tensorflow/core/platform:rules_cc.bzl",
        "cc_test",
    )
    
    def tf_gen_op_wrappers_fuzz(
            name,
            op_def_src,
            api_def_srcs = [],
            kernel_deps = []):
        """
        Generates fuzzers for several groups of ops.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 07 19:14:57 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/test.cc

    //    TFCOMPILE_CPP_CLASS : Name of the C++ class generated by tfcompile.
    //    TFCOMPILE_NAME      : Name for tests and benchmarks.
    //
    // The tf_library bazel macro in tfcompile.bzl performs the token rewriting, and
    // generates a cc_test rule for you.
    
    // These macros must be defined before eigen files are included.
    #define EIGEN_USE_THREADS
    #define EIGEN_USE_CUSTOM_THREAD_POOL
    
    // clang-format off
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/test_google.cc

    //    TFCOMPILE_CPP_CLASS : Name of the C++ class generated by tfcompile.
    //    TFCOMPILE_NAME      : Name for tests and benchmarks.
    //
    // The tf_library bazel macro in tfcompile.bzl performs the token rewriting, and
    // generates a cc_test rule for you.
    
    // These macros must be defined before eigen files are included.
    #define EIGEN_USE_THREADS
    #define EIGEN_USE_CUSTOM_THREAD_POOL
    
    // clang-format off
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. 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)
  6. tensorflow/compiler/jit/tests/auto_clustering_test_helper.h

    //
    // Copy the pbtxt for that "main" graph to tensorflow/compiler/jit/tests/
    // (i.e. this directory) and create a corresponding empty .golden_summary file.
    // Add the .pbtxt and .golden_summary files to the "data" section of the cc_test
    // rule for :auto_clustering_test and then see the comment on update_golden on
    // how to auto-generate the .golden_summary file.
    
    class AutoClusteringTest : public ::testing::Test {
     protected:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/init.go

    				return err
    			}
    			return nil
    		}()
    	})
    	return compiler.version, compiler.err
    }
    
    // compilerRequiredAsanVersion is a copy of the function defined in
    // cmd/cgo/internal/testsanitizers/cc_test.go
    // compilerRequiredAsanVersion reports whether the compiler is the version
    // required by Asan.
    func compilerRequiredAsanVersion() error {
    	compiler, err := compilerVersion()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 19:13:34 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  8. pkg/volume/fc/fc_test.go

    	utiltesting "k8s.io/client-go/util/testing"
    	"k8s.io/kubernetes/pkg/volume"
    	volumetest "k8s.io/kubernetes/pkg/volume/testing"
    )
    
    func TestCanSupport(t *testing.T) {
    	tmpDir, err := utiltesting.MkTmpdir("fc_test")
    	if err != nil {
    		t.Fatalf("error creating temp dir: %v", err)
    	}
    	defer os.RemoveAll(tmpDir)
    
    	plugMgr := volume.VolumePluginMgr{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 15:56:32 UTC 2022
    - 14.1K bytes
    - Viewed (0)
  9. pkg/volume/csi/csi_test.go

    					t.Log("csiTest.VolumeAll failed: ", err)
    					return
    				}
    			}
    
    			if test.isInline && attachPlug != nil {
    				t.Fatal("csiTest.VolumeAll AttachablePlugin found with ephemeral volume")
    			}
    			if !test.isInline && attachPlug == nil {
    				t.Fatal("csiTest.VolumeAll AttachablePlugin not found with PV")
    			}
    
    			var devicePath string
    			if attachPlug != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 15:55:13 UTC 2022
    - 21.1K bytes
    - Viewed (0)
  10. src/internal/cpu/cpu_test.go

    // Copyright 2017 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 cpu_test
    
    import (
    	. "internal/cpu"
    	"internal/godebug"
    	"internal/testenv"
    	"os"
    	"os/exec"
    	"testing"
    )
    
    func MustHaveDebugOptionsSupport(t *testing.T) {
    	if !DebugOptions {
    		t.Skipf("skipping test: cpu feature options not supported by OS")
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top