Searched defs:OpOutputList (Results 1 – 2 of 2) sorted by relevance
491 OpOutputList() : ctx_(nullptr), start_(0), stop_(0) {} in OpOutputList() function492 OpOutputList(OpKernelContext* ctx, int start, int stop) in OpOutputList() function
655 TEST_F(OpKernelBuilderTest, OpOutputList) { in TEST_F() argument