HomeSort by relevance Sort by last modified time
    Searched refs:random_distribution (Results 1 - 10 of 10) sorted by null

  /external/fio/
thread_options.h 148 unsigned int random_distribution; member in struct:thread_options
417 uint32_t random_distribution; member in struct:thread_options_pack
io_u.c 236 if (td->o.random_distribution == FIO_RAND_DIST_RANDOM) {
244 } else if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
246 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
248 else if (td->o.random_distribution == FIO_RAND_DIST_GAUSS)
250 else if (td->o.random_distribution == FIO_RAND_DIST_ZONED)
253 log_err("fio: unknown random distribution: %d\n", td->o.random_distribution);
    [all...]
cconv.c 196 o->random_distribution = le32_to_cpu(top->random_distribution);
399 top->random_distribution = cpu_to_le32(o->random_distribution);
filesetup.c 1147 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
1149 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
1151 else if (td->o.random_distribution == FIO_RAND_DIST_GAUSS)
1163 if (td->o.random_distribution == FIO_RAND_DIST_RANDOM)
    [all...]
options.c 1015 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
1017 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
1019 else if (td->o.random_distribution == FIO_RAND_DIST_GAUSS)
1021 else if (td->o.random_distribution == FIO_RAND_DIST_ZONED)
1035 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) {
1043 } else if (td->o.random_distribution == FIO_RAND_DIST_PARETO) {
    [all...]
init.c 827 if (td->o.random_distribution != FIO_RAND_DIST_RANDOM)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder.cc 190 RandomDistribution_Name(instruction->random_distribution()));
hlo_instruction.h     [all...]
elemental_ir_emitter.cc     [all...]
hlo_instruction.cc 1082 RandomDistribution HloInstruction::random_distribution() const { function in class:xla::HloInstruction
    [all...]

Completed in 104 milliseconds