Searched defs:SugaredTupleValue (Results 1 – 1 of 1) sorted by relevance
243 struct TORCH_API SugaredTupleValue : public SugaredValue { struct244 explicit SugaredTupleValue(std::vector<std::shared_ptr<SugaredValue>> tup) in SugaredTupleValue() argument254 Value* asValue(const SourceRange& loc, GraphFunction& m) override { in asValue()264 std::string kind() const override { in kind()281 auto index = toIValue(idx)->toInt();282 int64_t adj_index =295 std::shared_ptr<SugaredValue> iter(const SourceRange& loc, GraphFunction& m) in iter()303 std::optional<int64_t> staticLen() override { in staticLen()307 std::vector<std::shared_ptr<SugaredValue>> tup_;