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()
110 #define SetOutput(X, T) \ in Invoke() macro115 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()117 #undef SetOutput in Invoke()
125 #define SetOutput(X, T) \ in Invoke() macro130 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()132 #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()
1651 TEST_F(ValidationTestExecution, SetOutput) { in TEST_F() argument