Home
last modified time | relevance | path

Searched defs:opt_nested (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.proto86 optional Nested opt_nested = 2; field
91 optional Nested opt_nested = 1; field
94 optional Nested opt_nested = 2; field
132 optional NestedWithRequired opt_nested = 1; field
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py9452 def forward(self, x, opt_1, opt_2, opt_nested): argument