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:hdiRet
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H
A
D
hdi_device_test.cpp
48
auto
hdiRet
= device_->GetDeviceName(deviceName);
in HWTEST_F()
local
62
auto
hdiRet
= device_->GetVendorName(vendorName);
in HWTEST_F()
local
76
auto
hdiRet
= device_->GetDeviceType(deviceType);
in HWTEST_F()
local
92
auto
hdiRet
= device_->GetDeviceStatus(deviceStatus);
in HWTEST_F()
local
107
auto
hdiRet
= device_->IsFloat16PrecisionSupported(isSupportedFp16);
HWTEST_F()
local
119
auto
hdiRet
= device_->IsPerformanceModeSupported(isSupportedPerformance);
HWTEST_F()
local
131
auto
hdiRet
= device_->IsPrioritySupported(isSupportedPriority);
HWTEST_F()
local
143
auto
hdiRet
= device_->IsDynamicInputSupported(isSupportedDynamicInput);
HWTEST_F()
local
155
auto
hdiRet
= device_->IsModelCacheSupported(isSupportedCache);
HWTEST_F()
local
259
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
274
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
287
auto
hdiRet
= device_->ReleaseBuffer(tensorBuffer);
HWTEST_F()
local
300
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
[all...]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H
A
D
hdi_device_test.cpp
48
auto
hdiRet
= 0;
in HWTEST_F()
local
66
auto
hdiRet
= device_->GetDeviceName(deviceName);
in HWTEST_F()
local
80
auto
hdiRet
= 0;
in HWTEST_F()
local
97
auto
hdiRet
= device_->GetVendorName(vendorName);
HWTEST_F()
local
111
auto
hdiRet
= 0;
HWTEST_F()
local
131
auto
hdiRet
= 0;
HWTEST_F()
local
150
auto
hdiRet
= 0;
HWTEST_F()
local
165
auto
hdiRet
= device_->IsFloat16PrecisionSupported(isSupportedFp16);
HWTEST_F()
local
177
auto
hdiRet
= 0;
HWTEST_F()
local
192
auto
hdiRet
= device_->IsPerformanceModeSupported(isSupportedPerformance);
HWTEST_F()
local
204
auto
hdiRet
= 0;
HWTEST_F()
local
219
auto
hdiRet
= device_->IsPrioritySupported(isSupportedPriority);
HWTEST_F()
local
231
auto
hdiRet
= 0;
HWTEST_F()
local
246
auto
hdiRet
= device_->IsDynamicInputSupported(isSupportedDynamicInput);
HWTEST_F()
local
258
auto
hdiRet
= 0;
HWTEST_F()
local
273
auto
hdiRet
= device_->IsModelCacheSupported(isSupportedCache);
HWTEST_F()
local
2904
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
2922
auto
hdiRet
= 0;
HWTEST_F()
local
[all...]
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H
A
D
hdi_device_test.cpp
48
auto
hdiRet
= device_->GetDeviceName(deviceName);
in HWTEST_F()
local
62
auto
hdiRet
= device_->GetVendorName(vendorName);
in HWTEST_F()
local
76
auto
hdiRet
= device_->GetDeviceType(deviceType);
in HWTEST_F()
local
92
auto
hdiRet
= device_->GetDeviceStatus(deviceStatus);
in HWTEST_F()
local
107
auto
hdiRet
= device_->IsFloat16PrecisionSupported(isSupportedFp16);
HWTEST_F()
local
119
auto
hdiRet
= device_->IsPerformanceModeSupported(isSupportedPerformance);
HWTEST_F()
local
131
auto
hdiRet
= device_->IsPrioritySupported(isSupportedPriority);
HWTEST_F()
local
143
auto
hdiRet
= device_->IsDynamicInputSupported(isSupportedDynamicInput);
HWTEST_F()
local
155
auto
hdiRet
= device_->IsModelCacheSupported(isSupportedCache);
HWTEST_F()
local
259
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
274
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
287
auto
hdiRet
= device_->ReleaseBuffer(tensorBuffer);
HWTEST_F()
local
300
auto
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
HWTEST_F()
local
[all...]
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
H
A
D
hdi_nnrt_test_utils.cpp
120
int32_t
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
in ConvertModel()
local
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
H
A
D
hdi_nnrt_test_utils.cpp
120
int32_t
hdiRet
= device_->AllocateBuffer(tensorSize, tensorBuffer);
in ConvertModel()
local
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H
A
D
mock_idevice.cpp
41
auto
hdiRet
= iDevice->GetDeviceName(deviceName);
in HDIDeviceV1_0Creator()
local
Completed in 5 milliseconds