Home
last modified time | relevance | path

Searched defs:x_idx (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc160 for (int x_idx = 0; x_idx < x_num; x_idx++) { in ComputeTheoreticalJacobianTranspose() local
190 for (int x_idx = 0; x_idx < x_datas->size(); x_idx++) { in EvaluateGraph() local
221 for (int x_idx = 0; x_idx < x_num; x_idx++) { in ComputeNumericJacobianTranspose() local
305 for (int x_idx = 0; x_idx < x_num; x_idx++) { in InitJacobians() local
/external/libaom/libaom/av1/encoder/
Dencodeframe.c532 int i, x_idx, y; in update_state() local
2035 int x_idx = (i & 1) * hbs; in rd_use_partition() local
2088 int x_idx = (i & 1) * hbs; in rd_use_partition() local
2170 int x_idx = (i & 1) * hbs; in is_leaf_split_partition() local
2247 const int x_idx = (i & 1) * hbs; in nonrd_use_partition() local
2279 const int x_idx = (i & 1) * hbs; in nonrd_use_partition() local
2353 int x_idx = (i & 1) * hbs; in nonrd_use_partition() local
2386 int x_idx = (i & 1) * hbs; in nonrd_use_partition() local
2398 int x_idx = (i & 1) * hbs; in nonrd_use_partition() local
3059 const int x_idx = (idx & 1) * mi_step; in rd_pick_partition() local
Dpartition_strategy.c973 const int x_idx = (i & 1) * bw / 2; in av1_ml_prune_rect_partition() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1796 int i, x_idx, y; in update_state() local
2810 int x_idx = (i & 1) * (mi_step >> 1); in rd_use_partition() local
2854 int x_idx = (i & 1) * (mi_step >> 1); in rd_use_partition() local
3630 const int x_idx = (i & 1) * bs / 2; in ml_predict_var_rd_paritioning() local
4166 const int x_idx = (i & 1) * mi_step; in rd_pick_partition() local
4799 const int x_idx = (i & 1) * bs / 2; in ml_predict_var_paritioning() local
4943 const int x_idx = (i & 1) * ms; in nonrd_pick_partition() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2437 const int64_t x_idx = e.value().getSExtValue(); in Verify() local