Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h837 struct TORCH_API SliceValue : public SugaredValue { struct
838 explicit SliceValue(Value* start, Value* stop, Value* step) in SliceValue() function
841 std::string kind() const override { in kind()
845 Value* start() { in start()
848 Value* stop() { in stop()
851 Value* step() { in step()
857 Value* stop_;
858 Value* step_;
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime-gdb.py77 class SliceValue: class