Searched defs:CastValue (Results 1 – 2 of 2) sorted by relevance
512 struct TORCH_API CastValue : public BuiltinFunction { struct513 CastValue(TypePtr type, c10::Symbol method) in CastValue() argument515 std::shared_ptr<SugaredValue> call( in call()
3885 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues() local