Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h512 struct TORCH_API CastValue : public BuiltinFunction { struct
513 CastValue(TypePtr type, c10::Symbol method) in CastValue() argument
515 std::shared_ptr<SugaredValue> call( in call()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGParser.cpp3885 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues() local