Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/backends/xnnpack/compiler/
Dxnn_compiler.cpp101 xnn_runtime_t runtime_ptr = nullptr; in compileModel() local
102 status = xnn_create_runtime_v2(subgraph_ptr, nullptr, 0, &runtime_ptr); in compileModel()
107 runtime_ptr, xnn_delete_runtime); in compileModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc582 Runtime* runtime_ptr = runtime.get(); in Build() local
605 return runtime_ptr->AddProgram(shaders[shader_index], code.parameters, in Build()
608 RETURN_IF_ERROR(runtime_ptr->PrepareForExecution()); in Build()
/external/executorch/backends/xnnpack/runtime/
DXNNCompiler.cpp1952 xnn_runtime_t runtime_ptr = nullptr; in compileModel() local
1963 &runtime_ptr); in compileModel()
1970 &runtime_ptr); in compileModel()
1980 runtime_ptr, in compileModel()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc685 xnn_runtime_t runtime_ptr = nullptr; in Create() local
716 flags, &runtime_ptr); in Create()
722 return new Subgraph(delegate, runtime_ptr, externals); in Create()