Home
last modified time | relevance | path

Searched refs:op_num (Results 1 – 5 of 5) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_op.c63 static int exclusive_op(ffsb_op_results_t * results, unsigned int op_num) in exclusive_op() argument
68 if (i == op_num) in exclusive_op()
85 static void print_op_results(unsigned int op_num, ffsb_op_results_t * results, in print_op_results() argument
91 double op_pcnt = 100 * (double)results->ops[op_num] / (double)total_ops; in print_op_results()
92 double weight_pcnt = 100 * (double)results->op_weight[op_num] / in print_op_results()
94 if (ffsb_op_list[op_num].throughput) { in print_op_results()
95 ffsb_printsize(buf, results->bytes[op_num] / runtime, 256); in print_op_results()
99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num], in print_op_results()
104 static void print_op_throughput(unsigned int op_num,
107 if (ffsb_op_list[op_num].op_exl_print_fn != NULL)
[all …]
Dfileops.h42 void ffsb_read_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
43 void ffsb_write_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
44 void ffsb_create_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
45 void ffsb_append_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
Dffsb_op.h40 unsigned op_num);
44 unsigned int op_num);
100 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num);
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc163 const int64 op_num = use.operand_number; in NeedsZeroInitValue() local
166 op_num == 1 && LooksLikeSum(*instruction->to_apply())) || in NeedsZeroInitValue()
167 (opcode == HloOpcode::kSelectAndScatter && op_num == 2 && in NeedsZeroInitValue()
200 const int64 op_num = use.operand_number; in FindConstrainedUses() local
201 if ((opcode == HloOpcode::kDynamicSlice && op_num == 1) || in FindConstrainedUses()
202 (opcode == HloOpcode::kDynamicUpdateSlice && op_num == 2)) { in FindConstrainedUses()
206 instruction->fused_parameter(op_num); in FindConstrainedUses()
/external/mksh/src/
Dfuncs.c188 Test_op op_num; member
2746 return (tbl->op_num); in test_isop()