Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 204 for dims2 (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. pkg/api/v1/OWNERS

      - yujuhong
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - sttts
      - dchen1107
      - saad-ali
      - luxas
      - janetkuo
      - justinsb
      - ncdc
      - tallclair
      - jsafrane
      - dims
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 327 bytes
    - Viewed (0)
  8. tensorflow/c/eager/abstract_operation.h

      virtual Status SetAttrBool(const char* attr_name, bool value) = 0;
      virtual Status SetAttrType(const char* attr_name, DataType value) = 0;
      virtual Status SetAttrShape(const char* attr_name, const int64_t* dims,
                                  const int num_dims) = 0;
      virtual Status SetAttrShape(const char* attr_name,
                                  const PartialTensorShape shape);
      virtual Status SetAttrFunction(const char* attr_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jul 14 16:20:41 UTC 2021
    - 6.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/rest/OWNERS

    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - justinsb
      - ncdc
      - dims
      - ingvagabund
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 236 bytes
    - Viewed (0)
  10. pkg/apis/core/v1/OWNERS

      - yujuhong
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - sttts
      - dchen1107
      - saad-ali
      - luxas
      - janetkuo
      - justinsb
      - ncdc
      - tallclair
      - jsafrane
      - dims
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 327 bytes
    - Viewed (0)
Back to top