Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getmac (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      const llvm::fltSemantics& semantics = op.getMin().getSemantics();
      float rmin, rmax;
      if (&semantics == &APFloat::IEEEsingle()) {
        rmin = op.getMin().convertToFloat();
        rmax = op.getMax().convertToFloat();
      } else {
        rmin = op.getMin().convertToDouble();
        rmax = op.getMax().convertToDouble();
      }
      // Range boundaries must be valid.
      if (rmin >= rmax) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procGenerateConsoleCtrlEvent                             = modkernel32.NewProc("GenerateConsoleCtrlEvent")
    	procGetACP                                               = modkernel32.NewProc("GetACP")
    	procGetActiveProcessorCount                              = modkernel32.NewProc("GetActiveProcessorCount")
    	procGetCommModemStatus                                   = modkernel32.NewProc("GetCommModemStatus")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      } else if (auto qtype = mlir::dyn_cast<mlir::quant::CalibratedQuantizedType>(
                     element_type)) {
        std::vector<float> mins = {static_cast<float>(qtype.getMin())};
        std::vector<float> maxs = {static_cast<float>(qtype.getMax())};
        q_params = tflite::CreateQuantizationParameters(
            builder_, builder_.CreateVector<float>(mins),
            builder_.CreateVector<float>(maxs));
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Glass of Antimony. | 17 to 9 | 2'568 | 5'28 | 4864 A Selenitis. | 61 to 41 | 1'213 | 2'252 | 5386 Glass vulgar. | 31 to 20 | 1'4025 | 2'58 | 5436 Crystal of the Rock. | 25 to 16 | 1'445 | 2'65 | 5450 Island Crystal. | 5 to 3 | 1'778 | 2'72 | 6536 Sal Gemmæ. | 17 to 11 | 1'388 | 2'143 | 6477 Alume. | 35 to 24 | 1'1267 | 1'714 | 6570 Borax. | 22 to 15 | 1'1511 | 1'714 | 6716 Niter. | 32 to 21 | 1'345 | 1'9 | 7079 Dantzick Vitriol. | 303 to 200 | 1'295 | 1'715 | 7551 Oil of Vitriol. | 10 to 7 | 1'041 |...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top