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:modelId
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H
A
D
rsdz_model_id_component.h
32
DEFINE_ARRAY_PROPERTY(char, 64u,
modelId
, "Model ID", 0, "")
/foundation/communication/dsoftbus/adapter/common/include/
H
A
D
softbus_adapter_range.h
39
char
modelId
[SOFTBUS_MODEL_ID_LEN];
member
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterrange_fuzzer/
H
A
D
softbusadapterrange_fuzzer.cpp
33
rangeParam.
modelId
[SOFTBUS_MODEL_ID_LEN - 1] = '\0';
in SoftBusAdapterRangeFuzzTest()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H
A
D
prepared_model.h
43
virtual OH_NN_ReturnCode GetModelID(uint32_t&
modelId
) const = 0;
H
A
D
hdi_prepared_model_v1_0.h
50
OH_NN_ReturnCode GetModelID(uint32_t&
modelId
) const override;
H
A
D
hdi_prepared_model_v2_0.h
51
OH_NN_ReturnCode GetModelID(uint32_t&
modelId
) const override;
H
A
D
hdi_prepared_model_v2_1.h
51
OH_NN_ReturnCode GetModelID(uint32_t&
modelId
) const override;
H
A
D
nnexecutor.h
58
OH_NN_ReturnCode GetModelID(uint32_t&
modelId
) const override;
H
A
D
hdi_prepared_model_v2_1.cpp
301
OH_NN_ReturnCode HDIPreparedModelV2_1::GetModelID(uint32_t&
modelId
) const
in GetModelID()
H
A
D
hdi_prepared_model_v2_0.cpp
301
OH_NN_ReturnCode HDIPreparedModelV2_0::GetModelID(uint32_t&
modelId
) const
in GetModelID()
H
A
D
hdi_prepared_model_v1_0.cpp
284
OH_NN_ReturnCode HDIPreparedModelV1_0::GetModelID(uint32_t&
modelId
) const
in GetModelID()
H
A
D
nnexecutor.cpp
325
OH_NN_ReturnCode NNExecutor::GetModelID(uint32_t&
modelId
) const
in GetModelID()
327
OH_NN_ReturnCode ret = m_preparedModel->GetModelID(
modelId
);
in GetModelID()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H
A
D
executor.h
59
virtual OH_NN_ReturnCode GetModelID(uint32_t&
modelId
) const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_importer.cpp
1983
node.modelIdRSDZ, component.
modelId
, StringUtil::MaxStringLengthFromArray(component.
modelId
));
in RecursivelyCreateComponents()
Completed in 10 milliseconds