Home
last modified time | relevance | path

Searched refs:create_func_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/
H A Dmodel_container_runner.cpp41 create_func_ = reinterpret_cast<decltype(create_func_)>( in AOTIModelContainerRunner()
85 AOTI_RUNTIME_ERROR_CODE_CHECK(create_func_( in AOTIModelContainerRunner()
H A Dmodel_container_runner.h54 decltype(&AOTInductorModelContainerCreateWithDevice) create_func_{nullptr};
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h1528 : create_func_(create_func) {} in PtrOpKernelFactory()
1532 OpKernel* (*create_func_)(OpKernelConstruction*); member
H A Dop_kernel.cc1346 return (*create_func_)(context); in Create()