Home
last modified time | relevance | path

Searched defs:compilation (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_stub.cc28 OH_NN_ReturnCode OH_NNCompilation_Build(OH_NNCompilation *compilation) { in OH_NNCompilation_Build()
32 void OH_NNCompilation_Destroy(OH_NNCompilation **compilation) {} in OH_NNCompilation_Destroy()
34 OH_NNExecutor *OH_NNExecutor_Construct(OH_NNCompilation *compilation) { in OH_NNExecutor_Construct()
55 OH_NN_ReturnCode OH_NNCompilation_SetDevice(OH_NNCompilation *compilation, size_t deviceID) { in OH_NNCompilation_SetDevice()
88 OH_NN_ReturnCode OH_NNCompilation_SetPriority(OH_NNCompilation *compilation, OH_NN_Priority priorit… in OH_NNCompilation_SetPriority()
92 OH_NN_ReturnCode OH_NNCompilation_EnableFloat16(OH_NNCompilation *compilation, bool enableFloat16) { in OH_NNCompilation_EnableFloat16()
96 OH_NN_ReturnCode OH_NNCompilation_SetPerformanceMode(OH_NNCompilation *compilation, in OH_NNCompilation_SetPerformanceMode()
/third_party/python/Doc/extending/
Dextending.rst443 .. _compilation: target in The Module's Method Table and Initialization Function