Home
last modified time | relevance | path

Searched refs:root_tuple_ (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/csrc/lazy/ts_backend/
Dts_lowering_context.h92 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