Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mag_right (0.12 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool.cc

        const int remaining_right = pool.w_in - ((pool.w_out - 1) * pool.sw);
        const int ceil_pad_right = pool.kw - remaining_right;
        pad_right = ceil_pad_right - pool.pw;
      }
    
      return {pool.ph, pad_bottom, pool.pw, pad_right};
    }
    
    DenseIntElementsAttr GetPadOpAttr(Builder& builder, CompositeOp op) {
      const TorchAvgPoolData pool = GetTorchAvgPoolData(op);
    
      const auto values = GetPadOpPaddingValues(pool);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	MB_HELP                 = 0x00004000
    	MB_NOFOCUS              = 0x00008000
    	MB_SETFOREGROUND        = 0x00010000
    	MB_DEFAULT_DESKTOP_ONLY = 0x00020000
    	MB_TOPMOST              = 0x00040000
    	MB_RIGHT                = 0x00080000
    	MB_RTLREADING           = 0x00100000
    	MB_SERVICE_NOTIFICATION = 0x00200000
    )
    
    const (
    	MOVEFILE_REPLACE_EXISTING      = 0x1
    	MOVEFILE_COPY_ALLOWED          = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          paddings = [[pad_top, pad_bottom], [pad_left, pad_right]]
    
      The effective spatial dimensions of the zero-padded input tensor will be:
    
          height_pad = pad_top + height + pad_bottom
          width_pad = pad_left + width + pad_right}]>:$paddings,
    
        ConfinedAttr<I64Attr, [IntMinValue<2>]>:$block_size
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top