Searched defs:InitFunc (Results 1 – 8 of 8) sorted by relevance
51 typedef int (*InitFunc)(CTX_TYPE *); typedef
23 InitFunc string // name of init function member
65 typedef std::function<void(Tensor*)> InitFunc; typedef in tensorflow::__anonf7054fe50111::PermuterTest
152 typedef std::function<void(Tensor*)> InitFunc; typedef in tensorflow::__anon730d97480111::HierarchicalTreeBroadcasterTest
298 llvm::Function *InitFunc, in EmitPointerToInitFunc()
2209 auto AddToXDU = [&CGM](llvm::Function *InitFunc) { in EmitThreadLocalInitFuncs()2237 llvm::Function *InitFunc = CGM.CreateGlobalInitOrDestructFunction( in EmitThreadLocalInitFuncs() local
2230 llvm::Function *InitFunc = nullptr; in EmitThreadLocalInitFuncs() local
18 using InitFunc = std::function<ExprHandle(const std::vector<VarHandle>&)>; typedef