Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 8 of 8) sorted by relevance

/test/dittosuite/src/
Dinstruction_factory.cpp63 uint32_t seed = options.seed(); in CreateFromProtoInstructionSet() local
153 uint32_t seed = options.seed(); in CreateFromProtoInstruction() local
170 uint32_t seed = options.seed(); in CreateFromProtoInstruction() local
194 uint32_t seed = options.seed(); in CreateFromProtoInstruction() local
Dread_write_file.cpp26 uint32_t seed, Reseeding reseeding, int input_fd_key) in ReadWriteFile()
115 int64_t starting_offset, Order access_order, uint32_t seed, in WriteFile()
136 Order access_order, uint32_t seed, Reseeding reseeding, int fadvise, in ReadFile()
Dresize_file.cpp42 ResizeFileRandom::ResizeFileRandom(const Params& params, int64_t min, int64_t max, uint64_t seed, in ResizeFileRandom()
Dinstruction_set.cpp33 int item_key, Order access_order, Reseeding reseeding, uint32_t seed) in InstructionSet()
/test/dittosuite/schema/
Dbenchmark.proto130 optional uint32 seed = 4; field
140 optional uint32 seed = 6; field
157 optional uint32 seed = 6; field
250 optional uint32 seed = 5; field
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java142 long seed = System.currentTimeMillis(); in randomModelList() local
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java208 long seed = System.currentTimeMillis(); in btnRunDogfood() local
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp303 auto seed = mSeedGenerator(); in createRandomModel() local