Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_qat_einsum_model_not_supported_with_xla (0.33 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

              'equation': ('aecd,abcd->acbe', 'abc,acd->adb'),
              'use_kernel': (True, False),
          }])
      )
      @test_util.run_in_graph_and_eager_modes
      def test_qat_einsum_model_not_supported_with_xla(
          self,
          equation: str,
          use_kernel: bool,
      ):
        _, y_shape, _, x_signature, y_signature = (
            self._prepare_sample_einsum_datashapes(equation)
        )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top