Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h382 struct FunctionValue : public SugaredValue { struct
383 FunctionValue(Function* callee) : callees_({callee}) {} in FunctionValue() argument
384 FunctionValue(const StrongFunctionPtr& p) in FunctionValue() function
386 FunctionValue(const std::vector<StrongFunctionPtr>& callees) { in FunctionValue() argument
394 std::string kind() const override { in kind()
398 std::shared_ptr<SugaredValue> call( in call()
423 const std::vector<Function*>& callees() { in callees()
430 std::shared_ptr<CompilationUnit> cu_;