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:KWSCallback
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ai/ai_engine/interfaces/kits/asr/keyword_spotting/
H
A
D
kws_callback.h
42
class
KWSCallback
{
class
50
virtual ~
KWSCallback
() = default;
H
A
D
kws_sdk.h
89
* @param callback Indicates the callback defined by {@link
KWSCallback
} for implementing the post-processing logic.
96
int32_t SetCallback(const std::shared_ptr<
KWSCallback
> &callback);
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/include/
H
A
D
kws_sdk_impl.h
40
int32_t SetCallback(std::shared_ptr<
KWSCallback
> callback);
47
std::shared_ptr<
KWSCallback
> callback_ = nullptr;
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H
A
D
kws_sdk.cpp
49
int32_t KWSSdk::SetCallback(const std::shared_ptr<
KWSCallback
> &callback)
in SetCallback()
H
A
D
kws_sdk_impl.cpp
192
int32_t KWSSdk::KWSSdkImpl::SetCallback(std::shared_ptr<
KWSCallback
> callback)
in SetCallback()
Completed in 2 milliseconds