Searched refs:SetOutput (Results 1 – 8 of 8) sorted by relevance
114 #define SetOutput(X, T) \ in Invoke() macro119 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()121 #undef SetOutput in Invoke()
111 #define SetOutput(X, T) \ in Invoke() macro116 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()118 #undef SetOutput in Invoke()
126 #define SetOutput(X, T) \ in Invoke() macro131 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()133 #undef SetOutput in Invoke()
208 #define SetOutput(X) \ in Invoke() macro212 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()214 #undef SetOutput in Invoke()
255 #define SetOutput(X) \ in Invoke() macro260 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()262 #undef SetOutput in Invoke()
219 #define SetOutput(X) \ in Invoke() macro224 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()226 #undef SetOutput in Invoke()
206 #define SetOutput(X) \ in Invoke() macro211 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()213 #undef SetOutput in Invoke()
1652 TEST_F(ValidationTestExecution, SetOutput) { in TEST_F() argument