Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:build_ret
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H
A
D
nnrtndk.cpp
852
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
in OHNNCompilationBuildOne()
local
853
NAPI_ASSERT(env,
build_ret
== OH_NN_SUCCESS, "OH_NNCompilation_Build Error");
in OHNNCompilationBuildOne()
867
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(nullptr);
in OHNNCompilationBuildTwo()
local
868
if (
build_ret
== OH_NN_INVALID_PARAMETER) {
in OHNNCompilationBuildTwo()
933
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
in OHNNExecutorConstructOne()
local
934
NAPI_ASSERT(env,
build_ret
== OH_NN_SUCCESS, "OH_NNCompilation_Build Error");
in OHNNExecutorConstructOne()
993
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
in OHNNExecutorSetInputOne()
local
994
NAPI_ASSERT(env,
build_ret
== OH_NN_SUCCESS, "OH_NNCompilation_Build Error");
in OHNNExecutorSetInputOne()
1058
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
in OHNNExecutorSetOutputOne()
local
1059
NAPI_ASSERT(env,
build_ret
in OHNNExecutorSetOutputOne()
1130
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorGetOutputShapeOne()
local
1215
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorRunOne()
local
1290
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorAllocateInputMemoryOne()
local
1351
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorAllocateOutputMemoryOne()
local
1414
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorDestroyInputMemory()
local
1463
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorDestroyOutputMemory()
local
1514
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorSetInputWithMemoryOne()
local
1581
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorSetOutputWithMemoryOne()
local
1645
OH_NN_ReturnCode
build_ret
= OH_NNCompilation_Build(compilation);
OHNNExecutorDestroy()
local
[all...]
Completed in 4 milliseconds