Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for named_parameters (0.1 sec)

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

        new_outputs_2 = root.signatures['serving_default'](
            x=ops.convert_to_tensor(input_data)
        )
    
        self.assertAllClose(new_outputs_1, new_outputs_2)
    
      @parameterized.named_parameters(
          ('use_constant_with_int32_input', np.int32, False),
          ('use_variable_with_int32_input', np.int32, True),
          ('use_constant_with_int64_input', np.int64, False),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top