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
defs:nnrt
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H
A
D
nnrt_delegate_kernel.h
28
namespace
nnrt
{
namespace
35
explicit NnrtDelegateKernel(const NnrtApi*
nnrt
)
in NnrtDelegateKernel()
argument
H
A
D
nnrt_delegate.h
31
namespace
nnrt
{
namespace
91
const NnrtApi*
nnrt
= nullptr;
member
H
A
D
nnrt_utils.cpp
101
TfLiteStatus GetTargetDevice(TfLiteContext* context, TfLiteDelegate* delegate, const NnrtApi*
nnrt
, size_t& dev)
in GetTargetDevice()
argument
186
namespace
nnrt
{
namespace
H
A
D
nnrt_utils.h
137
namespace
nnrt
{
namespace
H
A
D
tensor_mapping.h
26
namespace
nnrt
{
namespace
H
A
D
nnrt_delegate_kernel.cpp
41
namespace
nnrt
{
namespace
H
A
D
nnrt_delegate.cpp
29
NnrtDelegate::Data::Data(const NnrtApi*
nnrt
) :
nnrt
(
nnrt
) {}
in Data()
argument
58
NnrtDelegate::NnrtDelegate(const NnrtApi*
nnrt
) : NnrtDelegate(
nnrt
, Options()) {}
in NnrtDelegate()
argument
62
NnrtDelegate::NnrtDelegate(const NnrtApi*
nnrt
, const Options& options)
in NnrtDelegate()
argument
236
const NnrtApi*
nnrt
= delegateData->
nnrt
;
in CheckDeviceValid()
local
261
const NnrtApi*
nnrt
= delegateData->
nnrt
;
DoPrepare()
local
[all...]
H
A
D
nnrt_op_builder.h
31
namespace
nnrt
{
namespace
H
A
D
nnrt_op_builder.cpp
29
namespace
nnrt
{
namespace
35
NnrtOpBuilder::NnrtOpBuilder(const NnrtApi*
nnrt
, NnrtOpBuilderArgs& opBuilderArgs)
in NnrtOpBuilder()
argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H
A
D
nnrt_implementation.cpp
48
NnrtApi
nnrt
;
in LoadNnrt()
local
106
static const NnrtApi
nnrt
= LoadNnrt();
NnrtImplementation()
local
[all...]
Completed in 5 milliseconds