Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 204 for dims2 (0.04 sec)

  1. staging/publishing/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sttts
      - nikhita
      - dims
      - justaugustus
    reviewers:
      - sttts
      - cpanato
      - dims
      - nikhita
      - jeremyrickard
      - justaugustus
      - palnabarun
      - puerco
      - saschagrunert
      - Verolop
      - xmudrii
    labels:
      - sig/release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 21 13:37:29 UTC 2022
    - 312 bytes
    - Viewed (0)
  2. pkg/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    approvers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    emeritus_approvers:
      - brendandburns
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 353 bytes
    - Viewed (0)
  3. cmd/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - dchen1107
      - dims
      - liggitt
      - mikedanese
      - smarterclayton
      - thockin
      - wojtek-t
    approvers:
      - dchen1107
      - dims
      - liggitt
      - mikedanese
      - smarterclayton
      - thockin
      - wojtek-t
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 365 bytes
    - Viewed (0)
  4. plugin/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
      - jpbetz
    approvers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    emeritus_approvers:
      - davidopp
      - brendandburns
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 15:09:54 UTC 2023
    - 377 bytes
    - Viewed (0)
  5. staging/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    approvers:
      - dchen1107
      - dims
      - liggitt
      - smarterclayton
      - thockin
      - wojtek-t
    reviewers:
      - caesarxuchao
      - dchen1107
      - deads2k
      - dims
      - liggitt
      - mikedanese
      - smarterclayton
      - sttts
      - thockin
      - wojtek-t
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 389 bytes
    - Viewed (0)
  6. cluster/OWNERS

    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - aojea
      - bentheelder
      - cheftako
      - dims
      - justaugustus
      - liggitt
      - wojtek-t
    approvers:
      - aojea
      - bentheelder
      - cheftako
      - dims
      - liggitt
      - wojtek-t
    emeritus_approvers:
      - mikedanese
      - spiffxp
      - eparis
      - roberthbailey # 2019-03-08
      - jbeda
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 08:52:15 UTC 2024
    - 419 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/tests/optimize_layout.mlir

    // CHECK:           %[[TPOS:.*]] = stablehlo.transpose %[[PAD]], dims = [0, 3, 1, 2]
    // CHECK:               : (tensor<1x114x114x64xf32>) -> tensor<1x64x114x114xf32>
    // CHECK:           return %[[TPOS]] : tensor<1x64x114x114xf32>
    
    func.func @commute_transpose_pad(
          %arg0: tensor<1x112x112x64xf32>, %padding_val: tensor<f32>)
          -> tensor<1x64x114x114xf32> {
      %tspos = stablehlo.transpose %arg0, dims = [0, 3, 1, 2]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. tensorflow/c/eager/c_api_unified_experimental_test.cc

      */
    
      // Build an abstract input tensor.
      int64_t dims[] = {2, 2};  // Matrices will be 2 x 2
      int num_dims = sizeof(dims) / sizeof(dims[0]);
    
      float vals[] = {0.0f, 0.0f, 0.0f, 0.0f};
      TFE_Context* eager_ctx = TF_ExecutionContextGetTFEContext(ctx, status.get());
      TFE_TensorHandle* t =
          TestMatrixTensorHandleWithInput(eager_ctx, vals, dims, num_dims);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 21:44:52 UTC 2023
    - 39.1K bytes
    - Viewed (0)
  9. build/OWNERS

    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - bentheelder
      - cblecker
      - cpanato # SIG Technical Lead / RelEng subproject owner / Release Manager
      - dims
      - jeremyrickard # SIG Technical Lead / RelEng subproject owner
      #- justaugustus # SIG Chair / RelEng subproject owner / Release Manager - approvals only
      - liggitt
      - palnabarun # Release Manager
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 866 bytes
    - Viewed (0)
  10. tensorflow/c/c_api_experimental.cc

        std::vector<DimensionHandle> dims;
        const TF_ShapeAndType& input_shape = input_shapes->items[i];
        if (input_shape.num_dims == InferenceContext::kUnknownRank) {
          c.SetInput(i, c.UnknownShape());
          continue;
        }
        dims.reserve(input_shape.num_dims);
        for (int j = 0; j < input_shape.num_dims; ++j) {
          dims.push_back(c.MakeDim(input_shape.dims[j]));
        }
        c.SetInput(i, c.MakeShape(dims));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 29.4K bytes
    - Viewed (0)
Back to top