Searched refs:runtime_ptr (Results 1 – 4 of 4) sorted by relevance
/external/pytorch/torch/csrc/jit/backends/xnnpack/compiler/ |
D | xnn_compiler.cpp | 101 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/ |
D | api2.cc | 582 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/ |
D | XNNCompiler.cpp | 1952 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/ |
D | xnnpack_delegate.cc | 685 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()
|