Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for f0004_list_2_elements (0.15 sec)

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

      # CHECK-SAME:   tensor<2xf32> {tf_saved_model.index_path = [0, 1]})
      # CHECK-SAME: attributes {{.*}} tf_saved_model.exported_names = ["f0004_list_2_elements"]
      @tf.function(input_signature=[])
      def f0004_list_2_elements(self):
        return [[tf.constant(1.0, shape=[1]), tf.constant(1.0, shape=[2])]]
    
      # Check index paths for dicts.
      # Keys are linearized in sorted order, matching `tf.nest.flatten`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 5.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/structured_input.py

      # CHECK-SAME: attributes {{.*}} tf_saved_model.exported_names = ["f0001_list_2_elements"]
      @tf.function(input_signature=[[
          tf.TensorSpec([], tf.float32),
          tf.TensorSpec([], tf.float32),
      ]])
      def f0001_list_2_elements(self, l):
        return
    
      # Check index paths for dicts.
      # Keys are linearized in sorted order, matching `tf.nest.flatten`.
      #
    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