Searched refs:OpMutableInputList (Results 1 – 3 of 3) sorted by relevance
467 class OpMutableInputList {469 typedef OpArgIterator<OpMutableInputList, Tensor*> Iterator;470 OpMutableInputList(OpKernelContext* ctx, int start, int stop) in OpMutableInputList() function472 OpMutableInputList() : ctx_(nullptr), start_(0), stop_(0) {} in OpMutableInputList() function473 OpMutableInputList& operator=(const OpMutableInputList& other) = default;764 Status mutable_input_list(StringPiece name, OpMutableInputList* list);1640 inline mutex* OpMutableInputList::ref_mutex(int i) { in ref_mutex()1646 inline Tensor OpMutableInputList::at(int i, bool lock_held) { in at()
643 OpMutableInputList* list) { in mutable_input_list()646 *list = OpMutableInputList(this, start, stop); in mutable_input_list()
263 OpMutableInputList weights_inputs; in Compute()