Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 205 for dims1 (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/convert_type_test.cc

    namespace tensorflow {
    namespace {
    
    std::string ConvertToMlirString(const std::vector<int64_t>& dims,
                                    bool unknown_rank, DataType dtype) {
      TensorShapeProto shape;
      shape.set_unknown_rank(unknown_rank);
      for (int64_t dim : dims) {
        shape.add_dim()->set_size(dim);
      }
      mlir::MLIRContext context;
      mlir::Builder b(&context);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/unfuse_batch_norm_pass.cc

      auto dims_type =
          RankedTensorType::get(/*shape=*/{1}, rewriter.getIntegerType(64));
      auto dims = DenseIntElementsAttr::get(dims_type, {feature_dim});
      if (shape_value) {
        return rewriter.createOrFold<mhlo::DynamicBroadcastInDimOp>(
            loc, result_type, value1d, shape_value, dims);
      }
      assert(result_type.hasStaticShape());
      return rewriter.create<mhlo::BroadcastInDimOp>(loc, result_type, value1d,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. tensorflow/c/kernels/summary_op_benchmark_test.cc

    constexpr char longTagParam[] = "LONGTAG____________________________";
    constexpr float largeValueParam = 2352352.2623433;
    
    #define BM_ScalarSummaryDev(device, dims, name, tag, value)                 \
      void BM_ScalarSummary##name##device(::testing::benchmark::State& state) { \
        TensorShape tensorshape(DIMARGS dims);                                  \
        auto g = BM_ScalarSummaryOp(tensorshape, #tag, value);                  \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 25 00:59:20 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/tests/compose-uniform-quantized-type.mlir

        %11 = stablehlo.convert %3 : (tensor<1x1x3xi32>) -> tensor<1x1x3xf32>
        %12 = stablehlo.broadcast_in_dim %11, dims = [0, 1, 2] : (tensor<1x1x3xf32>) -> tensor<1x4x3xf32>  // Optional
        %13 = stablehlo.subtract %10, %12 : tensor<1x4x3xf32>  // Precalculated zp_neg.
        %14 = stablehlo.broadcast_in_dim %4, dims = [0, 1, 2] : (tensor<1x1x3xf32>) -> tensor<1x4x3xf32>  // Optional
        %15 = stablehlo.multiply %13, %14 : tensor<1x4x3xf32>  // s1 * s2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 37K bytes
    - Viewed (0)
  5. cmd/preferredimports/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - johnSchnake
    approvers:
      - dims
      - cblecker
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 16 02:31:39 UTC 2019
    - 123 bytes
    - Viewed (0)
  6. pkg/apis/core/install/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - smarterclayton
      - deads2k
      - caesarxuchao
      - liggitt
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 131 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/nchw_convolution_to_nhwc.mlir

    }
    
    // CHECK-DAG: %[[CONST:.+]] = stablehlo.constant {{.*}} : tensor<8x8x3x3xf32>
    // CHECK-DAG: %[[TRANSPOSE_0:.+]] = stablehlo.transpose %[[ARG]], dims = [0, 2, 3, 1] : (tensor<1x8x4x4xf32>) -> tensor<1x4x4x8xf32>
    // CHECK-DAG: %[[TRANSPOSE_1:.+]] = stablehlo.transpose %[[CONST]], dims = [2, 3, 1, 0] : (tensor<8x8x3x3xf32>) -> tensor<3x3x8x8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 25 23:00:47 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. tensorflow/cc/experimental/base/tests/tensor_test.cc

                                         /*len=*/sizeof(value),
                                         /*deleter=*/[](void*, size_t) {}, &status);
      ASSERT_TRUE(status.ok()) << status.message();
    
      EXPECT_EQ(tensor.dims(), 0);
      EXPECT_EQ(tensor.dtype(), dtype);
      EXPECT_EQ(*reinterpret_cast<typename TypeParam::type*>(tensor.data()), 42);
      EXPECT_EQ(tensor.num_bytes(), sizeof(typename TypeParam::type));
      EXPECT_EQ(tensor.num_elements(), 1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 09:56:08 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/meta/OWNERS

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

    approvers:
      - deads2k
      - liggitt
    reviewers:
      - thockin
      - smarterclayton
      - yujuhong
      - derekwaynecarr
      - mikedanese
      - dchen1107
      - justinsb
      - dims
      - andrewsykim
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 242 bytes
    - Viewed (0)
Back to top