Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for crop_left (2.05 sec)

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

                 << "requires crops to be a tensor<2x2>, but got " << crops_type;
      }
    
      DenseIntElementsAttr crops_attr;
      // Crops are defined as [[crop_top, crop_bottom], [crop_left, crop_right]],
      // and flattened as [crop_top, crop_bottom, crop_left, crop_right]
      llvm::SmallVector<int64_t, 4> crops_values;
      if (matchPattern(op.getCrops(), m_Constant(&crops_attr))) {
        assert(crops_attr.getNumElements() == 4 &&
    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. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      // expected-error @+1 {{'tf.BatchToSpace' op requires output width (dimension 2) to be equal to input width (dimension 2) * block_size - crop_left - crop_right, but got output width 8, input width 8, crop_left 3, crop_right 4, and block_size 2}}
      %0 = "tf.BatchToSpace"(%arg0, %crops) {block_size = 2 : i64} : (tensor<16x8x8x3xf32>, tensor<2x2xi32>) -> tensor<4x13x8x3xf32>
      func.return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/vendormod.txt

    generated by: go run savedir.go vendormod
    
    -- a/foo/AUTHORS.txt --
    -- a/foo/CONTRIBUTORS --
    -- a/foo/LICENSE --
    -- a/foo/PATENTS --
    -- a/foo/COPYING --
    -- a/foo/COPYLEFT --
    -- a/foo/licensed-to-kill --
    -- w/LICENSE --
    -- x/NOTICE! --
    -- x/x2/LICENSE --
    -- mypkg/LICENSE.txt --
    -- a/foo/bar/b/main.go --
    package b
    -- a/foo/bar/b/main_test.go --
    package b
    
    import (
    	"os"
    	"testing"
    )
    
    func TestDir(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_vendor.txt

    # if any package within their module is copied.
    exists vendor/a/foo/AUTHORS.txt
    exists vendor/a/foo/CONTRIBUTORS
    exists vendor/a/foo/LICENSE
    exists vendor/a/foo/PATENTS
    exists vendor/a/foo/COPYING
    exists vendor/a/foo/COPYLEFT
    exists vendor/x/NOTICE!
    exists vendor/mysite/myname/mypkg/LICENSE.txt
    
    ! exists vendor/a/foo/licensed-to-kill
    ! exists vendor/w
    ! exists vendor/w/LICENSE
    ! exists vendor/x/x2
    ! exists vendor/x/x2/LICENSE
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  5. common/config/license-lint.yml

      - W3C
      - Xnet
      - Zlib
    
    reciprocal_licenses:
      - CC0-1.0
      - APSL-2.0
      - CDDL-1.0
      - CDDL-1.1
      - CPL-1.0
      - EPL-1.0
      - IPL-1.0
      - MPL-1.0
      - MPL-1.1
      - MPL-2.0
      - MPL-2.0-no-copyleft-exception
      - Ruby
    
    restricted_licenses:
      - GPL-1.0-only
      - GPL-1.0-or-later
      - GPL-2.0-only
      - GPL-2.0-or-later
      - GPL-3.0-only
      - GPL-3.0-or-later
      - LGPL-2.0-only
      - LGPL-2.0-or-later
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 25 19:26:20 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modcmd/vendor.go

    // to nudge people toward more agreement on the naming
    // and also trying to avoid false positives.
    var metaPrefixes = []string{
    	"AUTHORS",
    	"CONTRIBUTORS",
    	"COPYLEFT",
    	"COPYING",
    	"COPYRIGHT",
    	"LEGAL",
    	"LICENSE",
    	"NOTICE",
    	"PATENTS",
    }
    
    // matchMetadata reports whether info is a metadata file.
    func matchMetadata(dir string, info fs.DirEntry) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 14:19:59 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    dimensions as follows:
    
        crops = [[crop_top, crop_bottom], [crop_left, crop_right]]}]>:$crops,
    
        ConfinedAttr<I64Attr, [IntMinValue<2>]>:$block_size
      );
    
      let results = (outs
        Res<TF_Tensor, [{4-D with shape `[batch, height, width, depth]`, where:
    
          height = height_pad - crop_top - crop_bottom
          width = width_pad - crop_left - crop_right
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/adminlte.min.js.map

    '#toastsContainerBottomRight',\n    CONTAINER_BOTTOM_LEFT: '#toastsContainerBottomLeft',\n  }\n\n  const ClassName = {\n    TOP_RIGHT: 'toasts-top-right',\n    TOP_LEFT: 'toasts-top-left',\n    BOTTOM_RIGHT: 'toasts-bottom-right',\n    BOTTOM_LEFT: 'toasts-bottom-left',\n    FADE: 'fade',\n  }\n\n  const Position = {\n    TOP_RIGHT: 'topRight',\n    TOP_LEFT: 'topLeft',\n    BOTTOM_RIGHT: 'bottomRight',\n    BOTTOM_LEFT: 'bottomLeft',\n  }\n\n  const Id = {\n    CONTAINER_TOP_RIGHT: 'toastsContainerTopRight',\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/passes/replace_cast_hacks_with_tf_xla_ops.cc

    // Copy the value of d1 into d2.
    void CopyXlaDotDimensionNumbers(const xla::DotDimensionNumbers &d1,
                                    xla::DotDimensionNumbers &d2,
                                    const bool copy_left = true) {
      if (copy_left) {
        for (auto v : d1.lhs_batch_dimensions()) {
          d2.add_lhs_batch_dimensions(v);
        }
        for (auto v : d1.lhs_contracting_dimensions()) {
          d2.add_lhs_contracting_dimensions(v);
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  10. src/main/webapp/css/bootstrap.min.css

    transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid tran...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
Back to top