Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 205 for dims1 (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. pkg/registry/registrytest/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - dims
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 198 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/convert_type.cc

      shape->reserve(input_shape.dims());
      for (const auto& d : input_shape) {
        shape->push_back(d.size == kTFDynamicSize ? ShapedType::kDynamic : d.size);
      }
    }
    
    Status ConvertToMlirShape(const TensorShapeProto& input_shape,
                              llvm::SmallVectorImpl<int64_t>* shape) {
      shape->reserve(input_shape.dim_size());
      auto& dims = input_shape.dim();
      for (auto& d : dims) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - enj
    reviewers:
      - smarterclayton
      - wojtek-t
      - deads2k
      - liggitt
      - sttts
      - soltysh
      - dims
      - cjcullen
      - ping035627
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 20:07:44 UTC 2023
    - 204 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/passes/lift_quantizable_spots_as_functions_fusion.td

            $lhs_dilation, $rhs_dilation, $window_reversal, $dimension_numbers,
            $feature_group_count, $batch_group_count, $precision_config),
        (StableHLO_BroadcastInDimOp $bias, $dims)),
      (LiftAsTFXlaCallModule<"composite_conv_with_bias_fn">
        (ArgumentList $lhs, $rhs, $bias),
        (ResultList $res),
        (NamedAttributeList
          (NamedAttr<"window_strides"> (DefaultOrNullAttr $window_strides)),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  9. pkg/apis/autoscaling/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - caesarxuchao
      - sttts
      - ncdc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 163 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - caesarxuchao
      - sttts
      - ncdc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 163 bytes
    - Viewed (0)
Back to top