Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 208 for Function1 (0.15 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. pkg/kubelet/apis/config/v1beta1/zz_generated.conversion.go

    	v1beta1 "k8s.io/kubelet/config/v1beta1"
    	config "k8s.io/kubernetes/pkg/kubelet/apis/config"
    )
    
    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 Feb 16 17:55:59 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	// function is a member is considered part of the type of
    	// function."
    	//
    	// For a pointer to member function, this call to demangleType
    	// will end up adding a (possibly qualified) non-member
    	// function type to the substitution table, which is not
    	// correct; however, the member function type will never be
    	// used in a substitution, so putting the wrong type in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top