Home
last modified time | relevance | path

Searched refs:train (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/infra/bots/
H A Dinfra_tests.py29 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 DLzmaAlone.cs195 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 Dlib.rs50 mod train; modules
61 pub use train::{AsTrainCase, ToTrainCase};
/third_party/mindspore/interfaces/kits/c/
H A Dmodel.h217 * @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