Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for other_signature_key (0.29 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.py

    RepresentativeDataset = Iterable[RepresentativeSample]
    
    # A type representing a map from: signature key -> representative dataset.
    # Ex.: {'serving_default': [tf.constant([1, 2, 3]), tf.constant([4, 5, 6])],
    #       'other_signature_key': [tf.constant([[2, 2], [9, 9]])]}
    RepresentativeDatasetMapping = Mapping[str, RepresentativeDataset]
    
    # A type alias expressing that it can be either a RepresentativeDataset or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top