Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/python/
Dpython_sugared_value.h296 struct VISIBILITY_HIDDEN BooleanDispatchValue : public SugaredValue { struct
297 BooleanDispatchValue(py::dict dispatched_fn) in BooleanDispatchValue() function
Dpython_sugared_value.cpp929 std::shared_ptr<SugaredValue> BooleanDispatchValue::call( in call()
1292 return std::make_shared<BooleanDispatchValue>(std::move(dispatched_fn)); in toSugaredValue()