Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _restore_output_tensor_names (0.19 sec)

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

          continue
        if signature_keys is not None and key not in signature_keys:
          continue
        signatures[key] = signature_def
    
      return signatures
    
    
    def _restore_output_tensor_names(
        graph_def: graph_pb2.GraphDef,
    ) -> graph_pb2.GraphDef:
      """Restores the output tensor names of the converted model.
    
      During the conversion, the output tensor names of the original model are
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top