Home
last modified time | relevance | path

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

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