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:train
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/infra/bots/
H
A
D
infra_tests.py
29
def python_unit_tests(
train
):
30
if
train
:
38
def recipe_test(
train
):
41
if
train
:
42
cmd.append('
train
')
48
def gen_tasks_test(
train
):
50
if not
train
:
61
train
= False
62
if '--
train
' in sys.argv:
63
train
[all...]
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H
A
D
LzmaAlone.cs
195
string
train
= "";
in Main2()
197
train
= (string)parser[(int)Key.Train].PostStrings[0];
in Main2()
237
if (
train
.Length != 0)
in Main2()
238
trainStream = new FileStream(
train
, FileMode.Open, FileAccess.Read);
in Main2()
331
throw (new Exception("can't
train
"));
in Main2()
/third_party/rust/crates/heck/src/
H
A
D
lib.rs
50
mod
train
;
modules
61
pub use
train
::{AsTrainCase, ToTrainCase};
/third_party/mindspore/interfaces/kits/c/
H
A
D
model.h
217
* @brief Build the
train
model from model buffer so that it can run on a device. Only valid for Lite Train.
232
* @brief Build the
train
model from model file buffer so that it can run on a device. Only valid for Lite Train.
300
* @param
train
True means model runs in Train Mode, otherwise Eval Mode.
304
OH_AI_API OH_AI_Status OH_AI_ModelSetTrainMode(OH_AI_ModelHandle model, bool
train
);
Completed in 2 milliseconds