Searched refs:SetOutput (Results 1 – 8 of 8) sorted by relevance
107 #define SetOutput(X, T) \ in Invoke() macro112 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()114 #undef SetOutput in Invoke()
113 #define SetOutput(X, T) \ in Invoke() macro118 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()120 #undef SetOutput in Invoke()
121 #define SetOutput(X, T) \ in Invoke() macro126 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()128 #undef SetOutput in Invoke()
232 #define SetOutput(X) \ in Invoke() macro237 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()239 #undef SetOutput in Invoke()
272 #define SetOutput(X) \ in Invoke() macro278 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()280 #undef SetOutput in Invoke()
219 #define SetOutput(X) \ in Invoke() macro224 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()226 #undef SetOutput in Invoke()
203 #define SetOutput(X) \ in Invoke() macro208 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()210 #undef SetOutput in Invoke()
930 TEST_F(ValidationTestExecution, SetOutput) { in TEST_F() argument