Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for f0000_function_arity (0.13 sec)

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

      # CHECK-SAME: attributes {{.*}} tf_saved_model.exported_names = ["f0000_function_arity"]
      @tf.function(input_signature=[
          tf.TensorSpec([1], tf.float32),
          tf.TensorSpec([2], tf.float32)
      ])
      def f0000_function_arity(self, x, y):
        return
    
      # Check index paths for lists.
      #
      # CHECK:      func {{@[a-zA-Z_0-9]+}}(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top