Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 263 for Function1 (0.21 sec)

  1. pkg/apis/flowcontrol/v1beta2/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)
  2. pkg/apis/flowcontrol/v1/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
    - 52.4K bytes
    - Viewed (0)
  3. pkg/apis/networking/v1/zz_generated.conversion.go

    	core "k8s.io/kubernetes/pkg/apis/core"
    	networking "k8s.io/kubernetes/pkg/apis/networking"
    )
    
    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 May 01 18:19:25 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

          self, graphdef: graph_pb2.GraphDef
      ) -> bool:
        """Determines if the graph def has quantized function call.
    
        Args:
          graphdef: A GraphDef object.
    
        Returns:
          True if and only if the graph def contains a quantized function call.
        """
        return any(map(self._is_quantized_function, graphdef.library.function))
    
      def _contains_composite_function_call(
          self, graphdef: graph_pb2.GraphDef
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/v2/zz_generated.conversion.go

    	autoscaling "k8s.io/kubernetes/pkg/apis/autoscaling"
    	core "k8s.io/kubernetes/pkg/apis/core"
    )
    
    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: Tue Nov 09 02:34:54 UTC 2021
    - 58.5K bytes
    - Viewed (0)
  6. pkg/apis/apps/v1beta1/zz_generated.conversion.go

    	core "k8s.io/kubernetes/pkg/apis/core"
    	corev1 "k8s.io/kubernetes/pkg/apis/core/v1"
    )
    
    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: Tue Nov 08 15:48:09 UTC 2022
    - 52.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    package windows
    
    import (
    	"encoding/binary"
    	"errors"
    	"fmt"
    	"runtime"
    	"strings"
    	"syscall"
    	"unsafe"
    )
    
    // This file contains functions that wrap SetupAPI.dll and CfgMgr32.dll,
    // core system functions for managing hardware devices, drivers, and the PnP tree.
    // Information about these APIs can be found at:
    //     https://docs.microsoft.com/en-us/windows-hardware/drivers/install/setupapi
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  8. pkg/apis/admissionregistration/v1beta1/zz_generated.conversion.go

    	admissionregistrationv1 "k8s.io/kubernetes/pkg/apis/admissionregistration/v1"
    )
    
    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 21 20:56:23 UTC 2023
    - 73K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      }
      if (op_name == "tfl.while") {
        // Adds two empty regions for "tfl.while". We will fill the regions after
        // creating the callee functions because the "tfl.while" input/output types
        // may be different with the callee functions, and the call ops need to sync
        // with callee function types.
        op_state.addRegion();
        op_state.addRegion();
      }
      if (op_name == "tfl.unidirectional_sequence_lstm") {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    	kubeadm "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    )
    
    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: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
Back to top