Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for XlaConvV2 (0.26 sec)

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

    // CHECK-SAME: value = dense<1> : tensor<i32>
    
    // Check that the constants that are input to XlaConvV2's 3rd and 4th
    // arguments are not duplicated.
    // CHECK-NOT: "tf.Const"()
    
    // Check that the constants used for tf.XlaConvV2 and tf.AddV2s are different.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 07:44:46 UTC 2022
    - 11K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/replace_cast_hacks_with_tf_xla_ops.td

    def IsEinsumOpSupported : Constraint<
      CPred<"IsEinsumOpSupported($0, $1, $2)">,
      "Check if the given einsum op could be converted into a XlaDotV2 op.">;
    
    // Converts inlined Conv2D pattern to TF XlaConvV2 op. This pattern doesn't
    // support non-constant weights.
    def ConvertTFConv2DToXLAConvOp : Pat<
      (TF_Conv2DOp:$conv
        (TF_SubOp (TF_CastOp $input, $truncate), $input_zp),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/compilability_check_util.cc

        new absl::flat_hash_set<std::string>{"XlaBroadcastHelper",
                                             "XlaCallModule",
                                             "XlaConv",
                                             "XlaConvV2",
                                             "XlaDequantize",
                                             "XlaDot",
                                             "XlaDotV2",
                                             "XlaDynamicSlice",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top