Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h545 struct TORCH_API TensorCastValue : public SugaredValue { struct
546 TensorCastValue(at::ScalarType type, NamedValue self) in TensorCastValue() argument
549 std::string kind() const override { in kind()
553 std::shared_ptr<SugaredValue> call( in call()
571 at::ScalarType dtype_;
572 NamedValue self_;