Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _run_function_for_calibration_graph_mode (0.34 sec)

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

        )
        yield sample
    
      logging.info(
          'Running representative samples complete: %d / %s',
          sample_num,
          total_num_samples,
      )
    
    
    def _run_function_for_calibration_graph_mode(
        sess: session.Session,
        signature_def: meta_graph_pb2.SignatureDef,
        representative_dataset: rd.RepresentativeDataset,
    ) -> None:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top