Searched refs:num_fns (Results 1 – 1 of 1) sorted by relevance
116 const std::size_t num_fns = fns_.size(); in Compute() local117 auto compute_fn = [this, &in_flat, &out_flat, &num_fns](int64 begin, in Compute()125 for (int i = 1; i < num_fns; ++i) { in Compute()131 const int kOverheadCycles = static_cast<int>(num_fns) * 10; in Compute()132 Eigen::TensorOpCost cost(/*bytes_loaded=*/sizeof(T) * num_fns, in Compute()133 /*bytes_stored=*/sizeof(T) * num_fns, in Compute()