Searched refs:this_stage (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | trivial_test_graph_input_yielder.cc | 47 std::vector<Output> this_stage; in CreateGraphDef() local 55 this_stage.push_back(unary_op); in CreateGraphDef() 62 this_stage.push_back(combine); in CreateGraphDef() 65 last_stage = this_stage; in CreateGraphDef()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | rpcbench_test.cc | 139 std::vector<Output> this_stage; in CreateGraphDef() local 144 this_stage.push_back(combine); in CreateGraphDef() 146 last_stage = this_stage; in CreateGraphDef()
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 1063 void global_thread_throughput(struct thread_info *t, char *this_stage) { argument 1075 fprintf(stderr, "%s throughput (%.2f MB/s) ", this_stage, 1097 char *this_stage = NULL; local 1119 this_stage = stage_name(t->active_opers->rw); 1174 t - global_thread_info, this_stage, t->stage_mb_trans/seconds, 1184 global_thread_throughput(t, this_stage);
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 1083 void global_thread_throughput(struct thread_info *t, char *this_stage) argument 1096 fprintf(stderr, "%s throughput (%.2f MB/s) ", this_stage, 1117 char *this_stage = NULL; local 1139 this_stage = stage_name(t->active_opers->rw); 1196 t - global_thread_info, this_stage, 1207 global_thread_throughput(t, this_stage);
|