Home
last modified time | relevance | path

Searched refs:FunctionTypePtr (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/jit/frontend/
Dconcrete_module_type.h103 FunctionTypePtr function_;
/external/pytorch/aten/src/ATen/core/
Djit_type.h1488 using FunctionTypePtr = std::shared_ptr<FunctionType>; variable
1490 static FunctionTypePtr create(torch::jit::Function* function) { in create()
1491 return FunctionTypePtr( in create()