Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 204 for dims2 (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/OWNERS

    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - yujuhong
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - saad-ali
      - janetkuo
      - pwittrock
      - ncdc
      - dims
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 260 bytes
    - Viewed (0)
  2. pkg/apis/core/validation/OWNERS

      - yujuhong
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - sttts
      - dchen1107
      - janetkuo
      - justinsb
      - pwittrock
      - tallclair
      - soltysh
      - jsafrane
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 306 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/OWNERS

      - wojtek-t
      - deads2k
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - sttts
      - saad-ali
      - janetkuo
      - justinsb
      - ncdc
      - tallclair
      - mwielgus
      - soltysh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 287 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/scatter.h

    // Then:
    //  * D,E,F are the update window dims [2,3,4]
    //  * C is the index vector dimension
    //  * A,B iterate over the updates and indices
    //
    // If `update_window_dims` are not the trailing dimensions then updates must be
    // transposed.
    //
    // Eg 2. An update in non-canonical form:
    //  * indices shape(a,b,c)
    //  * updates shape(d,e,f,a,b)
    // Then:
    //  * d,e,f are the update window dims [0,1,2]
    //  * c is the index vector dimension
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. pkg/apis/extensions/OWNERS

      - wojtek-t
      - deads2k
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - sttts
      - saad-ali
      - janetkuo
      - justinsb
      - ncdc
      - tallclair
      - mwielgus
      - soltysh
      - dims
      - jpbetz
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 15:09:54 UTC 2023
    - 319 bytes
    - Viewed (0)
  6. tensorflow/c/experimental/gradients/tape/tape_operation.h

      Status SetAttrBool(const char* attr_name, bool value) override;
      Status SetAttrType(const char* attr_name, DataType value) override;
      Status SetAttrShape(const char* attr_name, const int64_t* dims,
                          const int num_dims) override;
      Status SetAttrFunction(const char* attr_name,
                             const AbstractOperation* value) override;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 23 23:12:39 UTC 2020
    - 3.7K bytes
    - Viewed (0)
  7. tensorflow/c/c_test_util.h

    TF_Tensor* BoolTensor(int32_t v);
    
    // Create a tensor with values of type TF_INT8 provided by `values`.
    TF_Tensor* Int8Tensor(const int64_t* dims, int num_dims, const char* values);
    
    // Create a tensor with values of type TF_INT32 provided by `values`.
    TF_Tensor* Int32Tensor(const int64_t* dims, int num_dims,
                           const int32_t* values);
    
    // Create 1 dimensional tensor with values from `values`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 09 01:06:53 UTC 2018
    - 6K bytes
    - Viewed (0)
  8. pkg/registry/OWNERS

      - deads2k
      - yujuhong
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - saad-ali
      - luxas
      - janetkuo
      - justinsb
      - pwittrock
      - ncdc
      - mwielgus
      - soltysh
      - dims
      - enj
      - jpbetz
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 15:09:54 UTC 2023
    - 419 bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/lift_quantizable_spots_as_functions.mlir

      %5 = stablehlo.dynamic_broadcast_in_dim %1, %4, dims = [3] : (tensor<16xf32>, tensor<4xindex>) -> tensor<?x28x28x16xf32>
      %6 = stablehlo.add %3, %5 : tensor<?x28x28x16xf32>
      %7 = shape.shape_of %6 : tensor<?x28x28x16xf32> -> tensor<4xindex>
      %8 = stablehlo.dynamic_broadcast_in_dim %2, %7, dims = [] : (tensor<f32>, tensor<4xindex>) -> tensor<?x28x28x16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/filters/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - sttts
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 81 bytes
    - Viewed (0)
Back to top