Searched refs:new_step (Results 1 – 5 of 5) sorted by relevance
11 // CHECK: %[[new_step:.*]] = muli %[[step]], %[[threads]]#112 // CHECK: scf.for %{{.*}} = %[[new_lb]] to %[[ub]] step %[[new_step]] {41 // new_step = step * gridDim.x * blockDim.x42 // CHECK: %[[new_step:.*]] = muli %[[stepXgdimx]], %[[threads]]#1 : index44 // CHECK: scf.for %{{.*}} = %[[new_lb]] to %[[ub]] step %[[new_step]] {
95 const int new_step = (current_step - kFeatureSliceCount + 1) + new_slice; in PopulateFeatureData() local96 const int32_t slice_start_ms = (new_step * kFeatureSliceStrideMs); in PopulateFeatureData()
56 self.step_collection.new_step(self.context, step_info)
110 self.step_collection.new_step(self.context, step_info)
126 def new_step(self, context, step): member in DextIR