xref: /aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/StatelessCase.pbtxt (revision b6fb3261f9314811a0f4371741dbb8839866f948)
1op 	 {
2  name: "StatelessCase"
3  input_arg {
4    name: "branch_index"
5    type: DT_INT32
6  }
7  input_arg {
8    name: "input"
9    type_list_attr: "Tin"
10  }
11  output_arg {
12    name: "output"
13    type_list_attr: "Tout"
14  }
15  attr {
16    name: "Tin"
17    type: "list(type)"
18    has_minimum: true
19  }
20  attr {
21    name: "Tout"
22    type: "list(type)"
23    has_minimum: true
24  }
25  attr {
26    name: "branches"
27    type: "list(func)"
28    has_minimum: true
29    minimum: 1
30  }
31  attr {
32    name: "output_shapes"
33    type: "list(shape)"
34    default_value {
35      list {
36      }
37    }
38  }
39}
40