Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h296 struct VISIBILITY_HIDDEN BooleanDispatchValue : public SugaredValue { struct
297 BooleanDispatchValue(py::dict dispatched_fn) in BooleanDispatchValue() function
300 std::string kind() const override { in kind()