Searched refs:SetOutput (Results 1 – 8 of 8) sorted by relevance
109 #define SetOutput(X, T) \ in Invoke() macro114 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()116 #undef SetOutput in Invoke()
114 #define SetOutput(X, T) \ in Invoke() macro119 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()121 #undef SetOutput in Invoke()
124 #define SetOutput(X, T) \ in Invoke() macro129 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()131 #undef SetOutput in Invoke()
207 #define SetOutput(X) \ in Invoke() macro211 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()213 #undef SetOutput in Invoke()
253 #define SetOutput(X) \ in Invoke() macro258 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()260 #undef SetOutput in Invoke()
218 #define SetOutput(X) \ in Invoke() macro223 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()225 #undef SetOutput in Invoke()
207 #define SetOutput(X) \ in Invoke() macro212 FOR_ALL_OUTPUT_TENSORS(SetOutput); in Invoke()214 #undef SetOutput in Invoke()
1358 TEST_F(ValidationTestExecution, SetOutput) { in TEST_F() argument