Searched refs:OpMutableInputList (Results 1 – 3 of 3) sorted by relevance
463 class OpMutableInputList {465 typedef OpArgIterator<OpMutableInputList, Tensor*> Iterator;466 OpMutableInputList(OpKernelContext* ctx, int start, int stop) in OpMutableInputList() function468 OpMutableInputList() : ctx_(nullptr), start_(0), stop_(0) {} in OpMutableInputList() function469 OpMutableInputList& operator=(const OpMutableInputList& other) = default;795 Status mutable_input_list(StringPiece name, OpMutableInputList* list);1680 inline mutex* OpMutableInputList::ref_mutex(int i) { in ref_mutex()1686 inline Tensor OpMutableInputList::at(int i, bool lock_held) { in at()
634 OpMutableInputList* list) { in mutable_input_list()637 *list = OpMutableInputList(this, start, stop); in mutable_input_list()
264 OpMutableInputList weights_inputs; in Compute()