Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for f0000_single_return (0.17 sec)

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

      #
      # CHECK:      func {{@[a-zA-Z_0-9]+}}() -> (
      # CHECK-SAME:   tensor<1xf32> {tf_saved_model.index_path = []})
      # CHECK-SAME: attributes {{.*}} tf_saved_model.exported_names = ["f0000_single_return"]
      @tf.function(input_signature=[])
      def f0000_single_return(self):
        return tf.constant(1.0, shape=[1])
    
      # Check index paths for results with multiple return values.
      # Note that semantically in Python, multiple return values are equivalent
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 5.4K bytes
    - Viewed (0)
Back to top