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:cpuDeviceInfo
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
H
A
D
context_c_fuzzer.cpp
65
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
in MSContextFuzzTest_Provider()
local
66
if (
cpuDeviceInfo
== nullptr) {
in MSContextFuzzTest_Provider()
72
OH_AI_DeviceInfoSetProvider(
cpuDeviceInfo
, infoProvider);
in MSContextFuzzTest_Provider()
73
OH_AI_DeviceInfoSetProviderDevice(
cpuDeviceInfo
, infoProvider);
in MSContextFuzzTest_Provider()
74
OH_AI_ContextAddDeviceInfo(context,
cpuDeviceInfo
);
in MSContextFuzzTest_Provider()
147
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
in MSContextFuzzTest_Provider_Add1()
local
148
if (
cpuDeviceInfo
== nullptr) {
in MSContextFuzzTest_Provider_Add1()
154
OH_AI_DeviceInfoSetProvider(
cpuDeviceInfo
, infoProvider);
in MSContextFuzzTest_Provider_Add1()
155
OH_AI_DeviceInfoSetProviderDevice(
cpuDeviceInfo
, infoProvider);
in MSContextFuzzTest_Provider_Add1()
156
OH_AI_ContextAddDeviceInfo(context,
cpuDeviceInfo
);
in MSContextFuzzTest_Provider_Add1()
226
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
MSContextFuzzTest_Provider_Add2()
local
345
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
MSContextFuzzTest_Provider_Add3()
local
384
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
MSContextFuzzTest_Provider_Add4()
local
[all...]
H
A
D
mindspore_fuzzer.cpp
39
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
in MSPreparedModelFuzzTest()
local
40
if (
cpuDeviceInfo
== NULL) {
in MSPreparedModelFuzzTest()
45
OH_AI_ContextAddDeviceInfo(context,
cpuDeviceInfo
);
in MSPreparedModelFuzzTest()
/third_party/mindspore/test/utils/
H
A
D
model_utils.cpp
46
OH_AI_DeviceInfoHandle
cpuDeviceInfo
= OH_AI_DeviceInfoCreate(OH_AI_DEVICETYPE_CPU);
in AddContextDeviceCPU()
local
47
ASSERT_NE(
cpuDeviceInfo
, nullptr);
in AddContextDeviceCPU()
48
OH_AI_DeviceType deviceType = OH_AI_DeviceInfoGetDeviceType(
cpuDeviceInfo
);
in AddContextDeviceCPU()
51
OH_AI_ContextAddDeviceInfo(context,
cpuDeviceInfo
);
in AddContextDeviceCPU()
Completed in 3 milliseconds