Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 263 for Function1 (0.29 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

    # Setup the containerd on the node.
    function Setup-ContainerRuntime {
      Install-Pigz
      Install_Containerd
      Configure_Containerd
      Start_Containerd
    }
    
    function Test-ContainersFeatureInstalled {
      return (Get-WindowsFeature Containers).Installed
    }
    
    # After this function returns, the computer must be restarted to complete
    # the installation!
    function Install-ContainersFeature {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    }
    
    // The testing::internal::posix namespace holds wrappers for common
    // POSIX functions.  These wrappers hide the differences between
    // Windows/MSVC and POSIX systems.  Since some compilers define these
    // standard functions as macros, the wrapper cannot have the same name
    // as the wrapped function.
    
    namespace posix {
    
    // Functions with a different name on Windows.
    
    #if GTEST_OS_WINDOWS
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
    
    // Implements the helper function for {ASSERT|EXPECT}_NE
    GTEST_IMPL_CMP_HELPER_(NE, !=);
    // Implements the helper function for {ASSERT|EXPECT}_LE
    GTEST_IMPL_CMP_HELPER_(LE, <=);
    // Implements the helper function for {ASSERT|EXPECT}_LT
    GTEST_IMPL_CMP_HELPER_(LT, <);
    // Implements the helper function for {ASSERT|EXPECT}_GE
    GTEST_IMPL_CMP_HELPER_(GE, >=);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  4. src/cmd/cgo/out.go

    	if init != "" {
    		// The init function does nothing but simple
    		// assignments, so it won't use much stack space, so
    		// it's OK to not split the stack. Splitting the stack
    		// can run into a bug in clang (as of 2018-11-09):
    		// this is a leaf function, and when clang sees a leaf
    		// function it won't emit the split stack prologue for
    		// the function. However, if this function refers to a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      let summary =
        "returns `f(inputs)`, where `f` is a function.";
    
      let description = [{
        The LegacyCall operation represents a direct call to a function that is
        within the same symbol scope as the call and is mapped to a GraphDef node
        with the function name as the op name. Unlike a PartitionedCall which
        represents asynchronously executing a function across multiple devices, a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    To call a Kotlin extension function from Groovy, call it as a static function, passing the receiver as the first parameter:
    
    .Calling a Kotlin extension from Groovy
    ====
    include::sample[dir="snippets/kotlinDsl/interoperability-static-extensions/kotlin",files="build.gradle[tags=kotlin-from-groovy]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        mlir_generator = TFRGen(ctx, self._op_defs)
        mlir_generator.visit(node)
        return mlir_generator.code_buffer
    
    
    def tfr_gen(func, op_defs):
      """Parse a function and emit the TFR functions."""
      mlir_code, _ = TfrGen(op_defs).transform(func, None)
      assert tfr.verify(mlir_code), 'mlir code not verified: {}'.format(mlir_code)
      return mlir_code
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/zz_generated.conversion.go

    	runtime "k8s.io/apimachinery/pkg/runtime"
    	apiserver "k8s.io/apiserver/pkg/apis/apiserver"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    // RegisterConversions adds conversion functions to the given scheme.
    // Public to allow building arbitrary schemes.
    func RegisterConversions(s *runtime.Scheme) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 00:57:24 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    	runtime "k8s.io/apimachinery/pkg/runtime"
    	flowcontrol "k8s.io/kubernetes/pkg/apis/flowcontrol"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    // RegisterConversions adds conversion functions to the given scheme.
    // Public to allow building arbitrary schemes.
    func RegisterConversions(s *runtime.Scheme) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  10. pkg/apis/flowcontrol/v1beta1/zz_generated.conversion.go

    	runtime "k8s.io/apimachinery/pkg/runtime"
    	flowcontrol "k8s.io/kubernetes/pkg/apis/flowcontrol"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    // RegisterConversions adds conversion functions to the given scheme.
    // Public to allow building arbitrary schemes.
    func RegisterConversions(s *runtime.Scheme) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
Back to top