Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 205 for dims1 (0.06 sec)

  1. tensorflow/compiler/mlir/tfrt/saved_model/saved_model.cc

      if (!type.hasRank())
        return std::make_pair(dtype, tensorflow::PartialTensorShape());
    
      auto shape = type.getShape();
      llvm::SmallVector<int64_t, 4> dims;
      dims.assign(shape.begin(), shape.end());
      return std::make_pair(dtype, tensorflow::PartialTensorShape(dims));
    }
    
    }  // namespace
    
    Status MapFunctionSignaturesFromTFSavedModelMLIR(
        mlir::ModuleOp module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/examples/pad/ops_defs.py

        left_padding = split_outputs[0]
        core = split_outputs[1]
        right_padding = split_outputs[2]
        reversed_left_padding = tf.raw_ops.Reverse(tensor=left_padding, dims=rdims)
        reversed_right_padding = tf.raw_ops.Reverse(
            tensor=right_padding, dims=rdims)
        zero_like = tf.raw_ops.ZerosLike(x=core)
        left_offset, _ = tf.raw_ops.SplitV(
            value=zero_like,
            size_splits=[-1, left_padding_size],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 01 05:00:29 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS

    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - caesarxuchao
      - liggitt
      - sttts
      - luxas
      - janetkuo
      - justinsb
      - ncdc
      - soltysh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 223 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/errors/OWNERS

    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - derekwaynecarr
      - caesarxuchao
      - mikedanese
      - liggitt
      - saad-ali
      - janetkuo
      - tallclair
      - dims
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 243 bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top