Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for to_xla_with_int32_input_type (0.26 sec)

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

      @parameterized.named_parameters(
          ('to_tf_with_int32_input_type', dtypes.int32, quant_opts_pb2.TF),
          ('to_xla_with_int32_input_type', dtypes.int32, quant_opts_pb2.XLA),
          ('to_xla_with_int64_input_type', dtypes.int64, quant_opts_pb2.XLA),
          (
              'to_uq_with_int32_input_type',
              dtypes.int32,
              quant_opts_pb2.UNIFORM_QUANTIZED,
          ),
    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