Home
last modified time | relevance | path

Searched defs:fan_out (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/data/benchmarks/
Dmap_benchmark.py49 def benchmark_helper(fan_out, map_fn, use_inter_op_parallelism, label): argument
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc514 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/
Dshaped_buffer_test.cc153 void BM_TakeSubTree(int iters, int depth, int fan_out) { in BM_TakeSubTree()