Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for some_other_function (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/shared_variable_v1.py

          method_name='some_function')
      signature_def2 = tf.saved_model.signature_def_utils.build_signature_def(
          inputs={'x': tensor_info_x},
          outputs={'r': tensor_info_r},
          method_name='some_other_function')
    
      # Create two signatures that share the same variable.
      return {'key': signature_def, 'key2': signature_def2}, None, None
    
    
    if __name__ == '__main__':
      common_v1.set_tf_options()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top