Home
last modified time | relevance | path

Searched defs:PythonSliceClass (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h363 struct VISIBILITY_HIDDEN PythonSliceClass : public SugaredValue { struct
366 std::string kind() const override { in kind()