Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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. 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)
Back to top