Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dtc.c662 static unsigned int adjust_size(unsigned int size, unsigned int mpu, in adjust_size() function
717 size = adjust_size((i + 1) << cell_log, spec->rs_mpu, linktype); in rtnl_tc_build_rate_table()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_fused_batch_norm_op.cc693 size_t adjust_size = orig_size - 1; in Compute() local
694 adjust_factor = (static_cast<float>(orig_size)) / adjust_size; in Compute()