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:CACHE_DIR
(Results
1 - 7
of
7
) sorted by relevance
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H
A
D
const.h
33
const std::string
CACHE_DIR
= "./cache";
member
34
const std::string CACHE_PATH =
CACHE_DIR
+ "/0.nncache";
35
const std::string CACHE_INFO_PATH =
CACHE_DIR
+ "/cache_info.nncache";
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H
A
D
const.h
33
const std::string
CACHE_DIR
= "./cache";
member
34
const std::string CACHE_PATH =
CACHE_DIR
+ "/0.nncache";
35
const std::string CACHE_INFO_PATH =
CACHE_DIR
+ "/cache_info.nncache";
/test/xts/acts/ai/nncore/common/
H
A
D
nncore_const.h
33
const std::string
CACHE_DIR
= "./cache";
member
34
const std::string CACHE_PATH =
CACHE_DIR
+ "/0.nncache";
35
const std::string CACHE_INFO_PATH =
CACHE_DIR
+ "/cache_info.nncache";
/test/xts/acts/ai/nncore/nncoretest/src/
H
A
D
HdiCompilationTest.cpp
26
CreateFolder(
CACHE_DIR
);
in SetUp()
30
DeleteFolder(
CACHE_DIR
);
in TearDown()
38
.cacheDir =
CACHE_DIR
,
in GenCacheFile()
77
ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_SetCache(compilation,
CACHE_DIR
.c_str(), CACHEVERSION));
in HWTEST_F()
348
ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_SetCache(compilation,
CACHE_DIR
.c_str(), CACHEVERSION));
in HWTEST_F()
/test/xts/acts/ai/nncore/e2etest/src/
H
A
D
EndToEndTest.cpp
30
CreateFolder(
CACHE_DIR
);
in SetUp()
34
DeleteFolder(
CACHE_DIR
);
in TearDown()
89
returnCode = OH_NNCompilation_SetCache(compilation,
CACHE_DIR
.c_str(), 1);
in ConstructCompilation()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H
A
D
CompileTest.cpp
35
CreateFolder(
CACHE_DIR
);
in SetUp()
39
DeleteFolder(
CACHE_DIR
);
in TearDown()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H
A
D
CompileTest.cpp
35
CreateFolder(
CACHE_DIR
);
in SetUp()
39
DeleteFolder(
CACHE_DIR
);
in TearDown()
Completed in 6 milliseconds