Searched refs:FunctionTypePtr (Results 1 – 2 of 2) sorted by relevance
103 FunctionTypePtr function_;
1488 using FunctionTypePtr = std::shared_ptr<FunctionType>; variable1490 static FunctionTypePtr create(torch::jit::Function* function) { in create()1491 return FunctionTypePtr( in create()