Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/tests/name_anonymous_iterators.mlir

      // CHECK-SAME: 1x42
      %0 = "tf.AnonymousIterator"() {output_shapes = [
        #tf_type.shape<1x42>], output_types = [f32]} : () -> tensor<!tf_type.resource>
      // CHECK: "tf.Iterator"
      // CHECK-SAME: 2x42
      %1, %2 = "tf.AnonymousIteratorV2"() {output_shapes = [
        #tf_type.shape<2x42>], output_types = [f32]} : () -> (tensor<!tf_type.resource>, tensor<!tf_type.variant>)
      // CHECK: "tf.Iterator"
      // CHECK-SAME: 3x42
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 14 09:25:38 UTC 2022
    - 1.4K bytes
    - Viewed (0)
Back to top