Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 79 for shares (0.27 sec)

  1. tensorflow/compiler/mlir/lite/tests/ops.mlir

      %0 = "tfl.shape"(%arg1) : (tensor<8x7x6x5x?x3x2x1xf32>) -> tensor<8xi64>
      %1 = "tfl.shape"(%arg2) : (tensor<?x3x2x1xf32>) -> tensor<4xi64>
      %2 = "tfl.broadcast_args"(%0, %1) : (tensor<8xi64>, tensor<4xi64>) -> tensor<8xi64>
      %3 = "tfl.shape"(%arg0) : (tensor<8x7x6x5x?x3x2x1xi1>) -> tensor<8xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //		flags has a similar effect.
    //	-ldflags '[pattern=]arg list'
    //		arguments to pass on each go tool link invocation.
    //	-linkshared
    //		build code that will be linked against shared libraries previously
    //		created with -buildmode=shared.
    //	-mod mode
    //		module download mode to use: readonly, vendor, or mod.
    //		By default, if a vendor directory is present and the go version in go.mod
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      func.return
    }
    
    // -----
    
    func.func @testConcatOffest(%concat_dim: tensor<i32>, %shape0: tensor<3xi32>, %shape1: tensor<3xi32>) {
      // expected-error @+1 {{'tf.ConcatOffset' op requires operand and result 1 to have compatible shapes}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "node": ">= 0.4"
          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/is-shared-array-buffer": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
          "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

          f._tf_data_function = true,
          output_shapes = [#tf_type.shape<64>, #tf_type.shape<69>, #tf_type.shape<73>, #tf_type.shape<12>, #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<64>, #tf_type.shape<64>, #tf_type.shape<>, #tf_type.shape<>],
          output_types = [i32, i32, i32, i64, i32, i32, f32, i64, i32, i32, i32, f32],
          preserve_cardinality = false,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/data.go

    			continue
    		}
    
    		var rst sym.SymKind
    		if rs != 0 {
    			rst = ldr.SymType(rs)
    		}
    
    		if rs != 0 && (rst == sym.Sxxx || rst == sym.SXREF) {
    			// When putting the runtime but not main into a shared library
    			// these symbols are undefined and that's OK.
    			if target.IsShared() || target.IsPlugin() {
    				if ldr.SymName(rs) == "main.main" || (!target.IsPlugin() && ldr.SymName(rs) == "main..inittask") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        new_filter_shape.push_back(filter_shape[transpose_dims[i]]);
      }
    
      auto get_array_idx = [](ArrayRef<int64_t> shape, const int i, const int j,
                              const int k, const int l) -> int64_t {
        return (i * shape[1] * shape[2] * shape[3]) + (j * shape[2] * shape[3]) +
               (k * shape[3]) + l;
      };
    
      // Transpose the filter value.
      // TODO: b/336203735 - Use `DenseElementsTransposer` instead of manual
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    	Target        string                `json:",omitempty"` // installed target for this package (may be executable)
    	Shlib         string                `json:",omitempty"` // the shared library that contains this package (only set when -linkshared)
    	Root          string                `json:",omitempty"` // Go root, Go path dir, or module root dir containing this package
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

    * Fix unmountDevice issue caused by shared mount in GCI ([#38411](https://github.com/kubernetes/kubernetes/pull/38411), [@jingxu97](https://github.com/jingxu97))
    
    ### Previous Releases Included in v1.5.0
    
    - [v1.5.0-beta.3](CHANGELOG.md#v150-beta3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        // Copy over the sparse indices to dense indices if ellipsis_mask and
        // new_axis_mask are not set.
        dense->begin[dense_index] = sparse.begin[sparse_index];
        dense->end[dense_index] = sparse.end[sparse_index];
        dense->strides[dense_index] = sparse.strides[sparse_index];
        CopyBit(sparse.begin_mask, sparse_index, dense->begin_mask, dense_index);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top