Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for vsubfp (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        auto min_scaled_sub =
            rewriter.create<SubOp>(op.getLoc(), quant_min, min_scaled);
    
        auto mid_rounded =
            rewriter.create<RoundOp>(op.getLoc(), scalar_ty, min_scaled_sub);
    
        auto nudged_zero_point_val = rewriter.create<ClipByValueOp>(
            op.getLoc(), scalar_ty, mid_rounded, quant_min, quant_max);
    
        auto quant_min_sub =
            rewriter.create<SubOp>(op.getLoc(), quant_min, nudged_zero_point_val);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/deadness_analysis.cc

          continue;
        }
    
        if (op->kind() == pred_kind) {
          // "Inline" the operands of an inner And/Or into the parent And/Or.
          for (Predicate* subop : op->GetOperands()) {
            if (simplified_ops_set.insert(subop).second) {
              simplified_ops.push_back(subop);
            }
          }
        } else {
          simplified_ops.push_back(op);
        }
      }
    
      if (simplified_ops.size() == 1) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

                                                        /*y=*/multiplier_value);
        }
        ::mlir::TF::SubOp sub_op;
        {
          ::mlir::Value tblgen_value_0 = (*offset.begin());
          ::mlir::Value tblgen_value_1 = (*mul_op_2.getODSResults(0).begin());
          sub_op = rewriter.create<::mlir::TF::SubOp>(odsLoc,
                                                      /*x=*/tblgen_value_0,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_arm64.go

    	VQUIT                             = 0x9
    	VREPRINT                          = 0x6
    	VSTART                            = 0xc
    	VSTATUS                           = 0x12
    	VSTOP                             = 0xd
    	VSUSP                             = 0xa
    	VT0                               = 0x0
    	VT1                               = 0x10000
    	VTDLY                             = 0x10000
    	VTIME                             = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        // Compute the difference of `size` and `input_size`, and store it in
        // `size_diff`, which is then consumed by `if_cond`.
        auto size_diff = rewriter.create<TF::SubOp>(
            loc, tensorflow::GetTypeFromTFTensorShape({}, shape_dtype), size,
            input_size);
        auto if_cond = rewriter.create<TF::GreaterOp>(
            loc, tensorflow::GetTypeFromTFTensorShape({}, rewriter.getI1Type()),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  6. src/syscall/zerrors_solaris_amd64.go

    	VMIN                          = 0x4
    	VQUIT                         = 0x1
    	VREPRINT                      = 0xc
    	VSTART                        = 0x8
    	VSTOP                         = 0x9
    	VSUSP                         = 0xa
    	VSWTCH                        = 0x7
    	VT0                           = 0x0
    	VT1                           = 0x4000
    	VTDLY                         = 0x4000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	VQUIT                         = 0x1
    	VREPRINT                      = 0xb
    	VSTART                        = 0x7
    	VSTOP                         = 0x8
    	VSTRT                         = 0x7
    	VSUSP                         = 0x9
    	VT0                           = 0x0
    	VT1                           = 0x8000
    	VTDELAY                       = 0x2000
    	VTDLY                         = 0x8000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  8. src/syscall/zerrors_netbsd_386.go

    	VQUIT                             = 0x9
    	VREPRINT                          = 0x6
    	VSTART                            = 0xc
    	VSTATUS                           = 0x12
    	VSTOP                             = 0xd
    	VSUSP                             = 0xa
    	VTIME                             = 0x11
    	VWERASE                           = 0x4
    	WALL                              = 0x8
    	WALLSIG                           = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_arm.go

    	VQUIT                             = 0x9
    	VREPRINT                          = 0x6
    	VSTART                            = 0xc
    	VSTATUS                           = 0x12
    	VSTOP                             = 0xd
    	VSUSP                             = 0xa
    	VTIME                             = 0x11
    	VWERASE                           = 0x4
    	WCONTINUED                        = 0x4
    	WCOREFLAG                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  10. src/syscall/zerrors_freebsd_arm64.go

    	VQUIT                             = 0x9
    	VREPRINT                          = 0x6
    	VSTART                            = 0xc
    	VSTATUS                           = 0x12
    	VSTOP                             = 0xd
    	VSUSP                             = 0xa
    	VTIME                             = 0x11
    	VWERASE                           = 0x4
    	WCONTINUED                        = 0x4
    	WCOREFLAG                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
Back to top