Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 204 for dims2 (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top