Searched refs:OpMutableInputList (Results 1 – 3 of 3) sorted by relevance
491 class OpMutableInputList {493 typedef OpArgIterator<OpMutableInputList, Tensor*> Iterator;494 OpMutableInputList(OpKernelContext* ctx, int start, int stop) in OpMutableInputList() function496 OpMutableInputList() : ctx_(nullptr), start_(0), stop_(0) {} in OpMutableInputList() function497 OpMutableInputList& operator=(const OpMutableInputList& other) = default;817 Status mutable_input_list(StringPiece name, OpMutableInputList* list);1723 inline mutex* OpMutableInputList::ref_mutex(int i) { in ref_mutex()1729 inline Tensor OpMutableInputList::at(int i, bool lock_held) { in at()
675 OpMutableInputList* list) { in mutable_input_list()678 *list = OpMutableInputList(this, start, stop); in mutable_input_list()
264 OpMutableInputList weights_inputs; in Compute()