Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,189 for former (0.19 sec)

  1. tensorflow/compiler/mlir/quantization/common/lift_as_function_call.cc

                                           output_types, args);
      }
    }
    
    // Finds ops in the paths from arguments to results. The ops is listed in an
    // order that the former ops shouldn't have any dependencies on the later ones.
    SmallVector<Operation*> FindOpsFromArgumentsToResults(
        const ArrayRef<Value> arguments, const ArrayRef<Value> results) {
      std::queue<Value> value_queue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  2. src/internal/pkgbits/decoder.go

    	// (2) short file paths that are easier for humans to read (e.g., by
    	//     omitting redundant or irrelevant details, so it's easier to
    	//     focus on the useful bits that remain).
    	//
    	// The current formatting favors the former, as it seems more
    	// helpful in practice. But perhaps the formatting could be improved
    	// to better address both concerns. For example, use relative file
    	// paths if they would be shorter, or rewrite file paths to contain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 20:58:46 UTC 2022
    - 13.2K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    subduplicate Proportion of the Forces, as Mathematicians will easily understand. And therefore, if the Space of activity of the refracting Superficies of the Body be consider'd as such a Space, the Motion of the Ray generated by the refracting Force of the Body, during its passage through that Space, that is, the Motion BR, must be in subduplicate Proportion of that refracting Force. I say therefore, that the Square of the Line BR, and by consequence the refracting Force of the Body, is very nearly...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    and intense, are most probably of the second order. Those of the first
    and third order also may be pretty good; only the yellow of the first
    order is faint, and the orange and red of the third Order have a great
    Mixture of violet and blue.
    
    There may be good _Greens_ of the fourth Order, but the purest are of
    the third. And of this Order the green of all Vegetables seems to be,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    .Forcing all code to be compiled
    ====
    include::sample[dir="snippets/scala/force/kotlin",files="build.gradle.kts[tags=force-compilation]"]
    include::sample[dir="snippets/scala/force/groovy",files="build.gradle[tags=force-compilation]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  6. src/index/suffixarray/sais.go

    			// is unique, so the relative ordering of two LMS-suffixes
    			// is determined by just the leading LMS-substring.
    			// That is, the LMS-suffix sort order matches the
    			// (simpler) LMS-substring sort order.
    			// Copy the original LMS-substring order into the
    			// suffix array destination.
    			copy(sa, sa[len(sa)-numLMS:])
    		}
    		expand_8_32(text, freq, bucket, sa, numLMS)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                      used to select a pod based on namespaces.
                    type: string
                  order:
                    description: Order is an optional field that specifies the order in
                      which the policy is applied. Policies with higher "order" are applied
                      after those with lower order.  If the order is omitted, it may be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

                    .getStorageType()),
            res_max_clipped);
        return success();
      }
    };
    
    // This pattern converts qint <-> int CastOp to int -> int ConvertOps.
    // The former are introduced in ConvertTFQuantTypes pass. The resulting int <->
    // int ConvertOps are no-ops and can be removed later in a Canonicalizer pass.
    class ConvertTfCastOp : public OpConversionPattern<TF::CastOp> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/syntax/scanner_test.go

    		{`return "\Uffffffff"`, "escape is invalid Unicode code point U+FFFFFFFF", 0, 18},
    
    		{"0b.0", "invalid radix point in binary literal", 0, 2},
    		{"0x.p0\n", "hexadecimal literal has no digits", 0, 3},
    
    		// former problem cases
    		{"package p\n\n\xef", "invalid UTF-8 encoding", 2, 0},
    	} {
    		var s scanner
    		var line, col uint
    		var err string
    		s.init(strings.NewReader(test.src), func(l, c uint, msg string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/Multiset.java

         * be an unchanging snapshot of the count at the time the entry was retrieved, or a live view of
         * the current count of the element in the multiset, depending on the implementation. Note that
         * in the former case, this method can never return zero, while in the latter, it will return
         * zero if all occurrences of the element were since removed from the multiset.
         *
         * @return the count of the element; never negative
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 19.7K bytes
    - Viewed (0)
Back to top