Searched refs:y_idx (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
H A Dgradient_checker.cc145 for (int y_idx = 0; y_idx < y_num; y_idx++) {
146 auto dy_data_flat = dy_datas[y_idx].flat<Y_T>();
147 const int64 dy_size = y_shapes[y_idx].num_elements();
162 auto jacobian = (*jacobian_ts)[x_idx * y_num + y_idx].matrix<JAC_T>();
189 for (int y_idx = 0; y_idx < y_datas->size(); y_idx++) {
191 Tensor y_data = (*y_datas)[y_idx];
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2673 int y_idx = (i >> 1) * (mi_step >> 1); local
2676 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols))
2681 tp, mi_row + y_idx, mi_col + x_idx, subsize,
2718 int y_idx = (i >> 1) * (mi_step >> 1); local
2723 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols))
2728 rd_pick_sb_modes(cpi, tile_data, x, mi_row + y_idx, mi_col + x_idx,
2743 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0,
2746 pl = partition_plane_context(xd, mi_row + y_idx, mi_col + x_idx,
3373 const int y_idx = (i >> 1) * mi_step; local
3375 if (mi_row + y_idx >
3941 const int y_idx = (i >> 1) * ms; local
[all...]

Completed in 109 milliseconds