Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        def data_gen_sig2() -> repr_dataset.RepresentativeDataset:
          """Generates tuple-style samples for signature 'sig2'.
    
          The first element of the tuple identifies the signature key the input data
          is for.
    
          Yields:
            Representative sample for 'sig2'.
          """
          for _ in range(4):
            yield {'conv_input': random_ops.random_uniform(shape=(1, 3, 4, 3))}
    
    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