Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for Compilation (0.3 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/example/v1/generated.pb.go

    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Pod) Reset()      { *m = Pod{} }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 56.9K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    		// in this case. Leave $GOCACHE alone.
    	} else {
    		os.Setenv("GOCACHE", oldgocache)
    	}
    
    	if goos == oldgoos && goarch == oldgoarch {
    		// Common case - not setting up for cross-compilation.
    		timelog("build", "toolchain")
    		if vflag > 0 {
    			xprintf("\n")
    		}
    		xprintf("Building packages and commands for %s/%s.\n", goos, goarch)
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //
      // Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according
      // to these actions only if the FailurePolicy is set to Fail, otherwise the failures are
      // ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.
      //
      // validationActions is declared as a set of action values. Order does
      // not matter. validationActions may not contain duplicates of the same action.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      TF_ASSERT_OK(MarkForCompilationPassTestHelper::MarkForCompilation(&graph));
      auto clusters = GetClusters(*graph);
      EXPECT_FALSE(clusters.empty());
    }
    
    // Tests that PartitionedCalls are only marked for compilation if every node
    // inside the function can be compiled.
    TEST(XlaCompilationTest, PartitionedCallUnsupported) {
      FunctionDef compilable = FunctionDefHelper::Define(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authentication/v1/generated.pb.go

    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 72K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_USE_OWN_TR1_TUPLE 0
    # else
    #  define GTEST_USE_OWN_TR1_TUPLE 1
    # endif
    
    #endif  // GTEST_USE_OWN_TR1_TUPLE
    
    // To avoid conditional compilation everywhere, we make it
    // gtest-port.h's responsibility to #include the header implementing
    // tr1/tuple.
    #if GTEST_HAS_TR1_TUPLE
    
    # if GTEST_USE_OWN_TR1_TUPLE
    #  include "gtest/internal/gtest-tuple.h"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_USE_OWN_TR1_TUPLE 0
    # else
    #  define GTEST_USE_OWN_TR1_TUPLE 1
    # endif
    
    #endif  // GTEST_USE_OWN_TR1_TUPLE
    
    // To avoid conditional compilation everywhere, we make it
    // gtest-port.h's responsibility to #include the header implementing
    // tr1/tuple.
    #if GTEST_HAS_TR1_TUPLE
    
    # if GTEST_USE_OWN_TR1_TUPLE
    #  include "gtest/internal/gtest-tuple.h"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	//
    	// Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according
    	// to these actions only if the FailurePolicy is set to Fail, otherwise the failures are
    	// ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.
    	//
    	// validationActions is declared as a set of action values. Order does
    	// not matter. validationActions may not contain duplicates of the same action.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Event) Reset()      { *m = Event{} }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
  10. src/go/build/build.go

    	if env == "" {
    		env = defaultCGO_ENABLED
    	}
    	switch env {
    	case "1":
    		c.CgoEnabled = true
    	case "0":
    		c.CgoEnabled = false
    	default:
    		// cgo must be explicitly enabled for cross compilation builds
    		if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS {
    			c.CgoEnabled = platform.CgoSupported(c.GOOS, c.GOARCH)
    			break
    		}
    		c.CgoEnabled = false
    	}
    
    	return c
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
Back to top