Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

              index_path_name = index_path_name.decode('utf-8').split(':')[0]
              try:
                # Only use the index_path name if it points to a Retval node.
                index_path_node = graph.get_operation_by_name(index_path_name)
                if index_path_node.type == '_Retval':
                  expected_node_name = index_path_name
              except KeyError:
                pass
    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