Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for narrower (0.1 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      // to be narrow range. Here revert to be the fully range if the user doesn't
      // require narrow range.
      func.walk([&](tfl::QConstOp cst) {
        Value value = cst.getResult();
        Value full_range_const = value;
        auto qtype = mlir::quant::UniformQuantizedType::getQuantizedElementType(
            value.getType());
        // Only the 8-bit constants are imported with narrow range.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    		ResourceVersionMatch: options.ResourceVersionMatch,
    		Predicate:            p,
    		Recursive:            true,
    	}
    
    	// if we're not already namespace-scoped, see if the field selector narrows the scope of the watch
    	if requestNamespace, _ := genericapirequest.NamespaceFrom(ctx); len(requestNamespace) == 0 {
    		if selectorNamespace, ok := p.MatchesSingleNamespace(); ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  3. src/runtime/mgcmark.go

    		// Conservatively scan the frame. Unlike the precise
    		// case, this includes the outgoing argument space
    		// since we may have stopped while this function was
    		// setting up a call.
    		//
    		// TODO: We could narrow this down if the compiler
    		// produced a single map per function of stack slots
    		// and registers that ever contain a pointer.
    		if frame.varp != 0 {
    			size := frame.varp - frame.sp
    			if size > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modget/get.go

    			// the 'go get' command, not an intermediate state, and is therefore
    			// deterministic and therefore cacheable, and the constraints on the
    			// selected version of each module can only narrow as we iterate.
    			//
    			// "all" is functionally very similar to a wildcard pattern. The set of
    			// packages imported by the main module does not change, and the query
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    //    * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case
    //    * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case
    //
    // For wide or narrow string objects, you can use the
    // {ASSERT|EXPECT}_??() macros.
    //
    // Don't depend on the order in which the arguments are evaluated,
    // which is undefined.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
Back to top