Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SavedModelBuilder (0.25 sec)

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

      ):
        # Convert any non-Tensor values from the sample to Tensors.
        # This conversion is required because the model saved in `model_dir` is
        # saved using TF1 SavedModelBuilder, which doesn't save the
        # SavedObjectGraph.
        func_kwargs = _convert_values_to_tf_tensors(sample)
        func(**func_kwargs)
    
    
    def _run_graph_for_calibration_eager_mode(
        model_dir: str,
    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