Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dtc.c723 static unsigned int adjust_size(unsigned int size, unsigned int mpu, in adjust_size() function
778 size = adjust_size((i + 1) << cell_log, spec->rs_mpu, linktype); in rtnl_tc_build_rate_table()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc875 size_t adjust_size = (orig_size > 1) ? (orig_size - 1) : 1; in Compute() local
876 adjust_factor = (static_cast<float>(orig_size)) / adjust_size; in Compute()