Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vocab (0.03 sec)

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

        # Make sure that the desired input key and output key is present.
        self.assertIn('input_vocabs', inputs.keys())
        self.assertIn('lookup', outputs.keys())
    
        # Representative dataset is composed of a set of vocabs for table lookup.
        repr_ds = [
            {'input_vocabs': np.array([b'hello', b'model', b'quantization'])}
            for _ in range(4)
        ]
    
        signature_def_keys = [signature_def_key]
    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