Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op.cc383 int32 adjusted_batches = Eigen::divup(size, adjusted_samples); in Compute() local
384 num_batches = adjusted_batches; in Compute()