Searched refs:root_tuple_ (Results 1 – 1 of 1) sorted by relevance
92 for (torch::jit::Value* output : root_tuple_) { in Build()140 root_tuple_.push_back(std::move(op)); in AddResult()141 return root_tuple_.size() - 1; in AddResult()147 std::vector<torch::jit::Value*> root_tuple_; variable