Searched defs:fan_out (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/data/benchmarks/ |
D | map_benchmark.py | 49 def benchmark_helper(fan_out, map_fn, use_inter_op_parallelism, label): argument
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree_test.cc | 514 void BM_Construct(int iters, int depth, int fan_out) { in BM_Construct() 528 void BM_ConstructUnowned(int iters, int depth, int fan_out) { in BM_ConstructUnowned() 542 void BM_Copy(int iters, int depth, int fan_out) { in BM_Copy() 558 void BM_Move(int iters, int depth, int fan_out) { in BM_Move() 574 void BM_ForEach(int iters, int depth, int fan_out) { in BM_ForEach() 591 void BM_Iterate(int iters, int depth, int fan_out) { in BM_Iterate()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shaped_buffer_test.cc | 153 void BM_TakeSubTree(int iters, int depth, int fan_out) { in BM_TakeSubTree()
|