Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1024x1024x1024x1024xf32 (0.29 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/constant-fold.mlir

    // constant folding.
    // CHECK-LABEL: @giant_tensor_input
    func.func @giant_tensor_input() -> (tensor<*xf32>) {
      %input = "tf.Const"() {value = dense<1.000000e+00> : tensor<1024x1024x1024x1024xf32>} : () -> tensor<1024x1024x1024x1024xf32>
      %zero = "tf.Const"() {value = dense<0> : tensor<4xi32>} : () -> tensor<4xi32>
      %one = "tf.Const"() {value = dense<1> : tensor<4xi32>} : () -> tensor<4xi32>
      // CHECK: tf.StridedSlice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:22:24 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

      // CHECK-LABEL: @giant_tensor_input
      func.func @giant_tensor_input() -> (tensor<*xf32>) {
        %input = "tf.Const"() {value = dense<1.000000e+00> : tensor<1024x1024x1024x1024xf32>} : () -> tensor<1024x1024x1024x1024xf32>
        %zero = "tf.Const"() {value = dense<0> : tensor<4xi32>} : () -> tensor<4xi32>
        %one = "tf.Const"() {value = dense<1> : tensor<4xi32>} : () -> tensor<4xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top