Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for f0001_multiple_results_no_punctuation (0.28 sec)

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

      # CHECK-SAME:   tensor<2xf32> {tf_saved_model.index_path = [1]})
      # CHECK-SAME: attributes {{.*}} tf_saved_model.exported_names = ["f0001_multiple_results_no_punctuation"]
      @tf.function(input_signature=[])
      def f0001_multiple_results_no_punctuation(self):
        return tf.constant(1.0, shape=[1]), tf.constant(1.0, shape=[2])
    
      # Check index paths for results written explicitly with parentheses.
    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