Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 79 for resort (0.16 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "NOTL", argLength: 1, reg: gp11, asm: "NOTL", resultInArg0: true},
    
    		// BS{F,R}Q returns a tuple [result, flags]
    		// result is undefined if the input is zero.
    		// flags are set to "equal" if the input is zero, "not equal" otherwise.
    		// BS{F,R}L returns only the result.
    		{name: "BSFQ", argLength: 1, reg: gp11flags, asm: "BSFQ", typ: "(UInt64,Flags)"},        // # of low-order zeroes in 64-bit arg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "in": "query",
                "name": "limit",
                "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    String. toString() - Method in class org.hamcrest.StringDescription Returns the description as a string. TypeSafeDiagnosingMa<T> - Class in org.hamcrest Convenient base class for Matchers that require a non-null value of a specific type and that will report why the received value has been rejected. TypeSafeDiagnosingMa(Class<?>) - Constructor for class org.hamcrest.TypeSafeDiagnosingMa Use this constructor if the subclass that implements matchesSafely is not the class that binds <T> to a type. TypeS...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

    }
    
    // Returns nodes with given type.
    std::vector<Node*> GatherNodesWithType(const Graph& g, const string& type) {
      std::vector<Node*> result;
      for (Node* n : g.nodes()) {
        if (n->type_string() == type) {
          result.push_back(n);
        }
      }
      return result;
    }
    
    // Gets data types from `arg_nodes` and fills them into `recv_at_host_dtypes`.
    Status GetArgDataTypes(const std::vector<Node*>& arg_nodes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  5. pkg/controller/garbagecollector/garbagecollector_test.go

    	"k8s.io/client-go/kubernetes/fake"
    	"k8s.io/client-go/metadata"
    	fakemetadata "k8s.io/client-go/metadata/fake"
    	"k8s.io/client-go/metadata/metadatainformer"
    	restclient "k8s.io/client-go/rest"
    	clientgotesting "k8s.io/client-go/testing"
    	"k8s.io/client-go/tools/record"
    	"k8s.io/client-go/util/workqueue"
    	"k8s.io/controller-manager/pkg/informerfactory"
    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    	c "k8s.io/kubernetes/pkg/controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/cache/LocalCache.java

        V result = get(key);
        return (result != null) ? result : defaultValue;
      }
    
      V getOrLoad(K key) throws ExecutionException {
        return get(key, defaultLoader);
      }
    
      ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
        int hits = 0;
        int misses = 0;
    
        ImmutableMap.Builder<K, V> result = ImmutableMap.builder();
        for (Object key : keys) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.cc

          if (!status->status.ok()) return;
        }
      } else {
        // NOTE(zongheng): PRun does not support RunOptions yet.
        result = session->PRun(handle, input_pairs, output_tensor_names, &outputs);
      }
      if (!result.ok()) {
        status->status = result;
        return;
      }
    
      // Store results in c_outputs[]
      for (int i = 0; i < noutputs; ++i) {
        const Tensor& src = outputs[i];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. guava/src/com/google/common/cache/LocalCache.java

        V result = get(key);
        return (result != null) ? result : defaultValue;
      }
    
      V getOrLoad(K key) throws ExecutionException {
        return get(key, defaultLoader);
      }
    
      ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
        int hits = 0;
        int misses = 0;
    
        ImmutableMap.Builder<K, V> result = ImmutableMap.builder();
        for (Object key : keys) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"denmark":                              "\U0001f1e9\U0001f1f0",
    	"department_store":                     "\U0001f3ec",
    	"derelict_house":                       "\U0001f3da\ufe0f",
    	"desert":                               "\U0001f3dc\ufe0f",
    	"desert_island":                        "\U0001f3dd\ufe0f",
    	"desktop_computer":                     "\U0001f5a5\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.5.md

    * Move Statefulset (previously PetSet) to v1beta1 ([#35731](https://github.com/kubernetes/kubernetes/pull/35731), [@janetkuo](https://github.com/janetkuo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
Back to top