Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for create_feed_dict_from_input_data (0.22 sec)

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

      ):
        # Create a mapping from input tensor name to the input tensor value.
        # ex) "Placeholder:0" -> [0, 1, 2]
        feed_dict = rd.create_feed_dict_from_input_data(sample, signature_def)
        sess.run(output_tensor_names, feed_dict=feed_dict)
    
    
    def _run_graph_for_calibration_graph_mode(
        model_dir: str,
        tags: Collection[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