Searched refs:next_y (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-10.ll | 14 %current_y = phi i64 addrspace(1)* [ %base_obj_y, %entry ], [ %next_y, %merge ] 18 %next_y = getelementptr i64, i64 addrspace(1)* %current_y, i32 1 28 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ] 35 ; CHECK-DAG: derived %next_y base %base_obj_y
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-10.ll | 15 %current_y = phi i64 addrspace(1)* [ %base_obj_y, %entry ], [ %next_y, %merge ] 19 %next_y = getelementptr i64, i64 addrspace(1)* %current_y, i32 1 29 %next = phi i64 addrspace(1)* [ %next_x, %true ], [ %next_y, %false ] 36 ; CHECK-DAG: derived %next_y base %base_obj_y
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | masked_autoregressive.py | 252 next_y = x 254 next_y *= math_ops.exp(log_scale) 256 next_y += shift 257 y = next_y
|
/external/tensorflow/tensorflow/python/grappler/ |
D | hierarchical_controller.py | 920 next_y = random_ops.multinomial(logits, 1, seed=self.hparams.seed) 922 next_y = math_ops.argmax(logits, 1) 924 next_y = array_ops.slice(y, [0, i], [-1, 1]) 927 next_y = math_ops.cast(next_y, dtypes.int32) 928 next_y = array_ops.reshape(next_y, [self.hparams.num_children]) 929 actions = actions.write(i, next_y) 931 logits=logits, labels=next_y)
|
/external/libxcam/modules/soft/ |
D | soft_blender_tasks_priv.cpp | 281 interpolate_luma_half_row_8x1 (UcharImage* image, uint32_t fixed_x, uint32_t next_y, float *last_ga… in interpolate_luma_half_row_8x1() argument 285 image->read_array<float, 5> (fixed_x, next_y, next_gauss_v); in interpolate_luma_half_row_8x1()
|