Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1x2240x1120x512xf32 (0.29 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/tests/replace_cast_hacks_with_tf_xla_ops_large_constants.mlir

        %0 = "tf.Cast"(%arg0) : (tensor<1x2240x1120x512xi8>) -> tensor<1x2240x1120x512xi32>
        %1 = "tf.Sub"(%0, %arg2) : (tensor<1x2240x1120x512xi32>, tensor<i32>) -> tensor<1x2240x1120x512xi32>
        %2 = "tf.Cast"(%1) : (tensor<1x2240x1120x512xi32>) -> tensor<1x2240x1120x512xf32>
        %3 = "tf.Mul"(%2, %arg1) : (tensor<1x2240x1120x512xf32>, tensor<f32>) -> tensor<1x2240x1120x512xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/tests/replace_cast_hacks_with_tf_xla_ops.mlir

        %8 = "tf.Cast"(%5) {Truncate = false} : (tensor<1x224x112x512xi32>) -> tensor<1x224x112x512xf32>
        %9 = "tf.Mul"(%7, %8) : (tensor<512xf32>, tensor<1x224x112x512xf32>) -> tensor<1x224x112x512xf32>
        %10 = "tf.Round"(%9) : (tensor<1x224x112x512xf32>) -> tensor<1x224x112x512xf32>
        %11 = "tf.Cast"(%10) {Truncate = false} : (tensor<1x224x112x512xf32>) -> tensor<1x224x112x512xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 81K bytes
    - Viewed (0)
Back to top