Searched refs:new_slice (Results 1 – 4 of 4) sorted by relevance
92 for (int new_slice = slices_to_keep; new_slice < kFeatureSliceCount; in PopulateFeatureData() local93 ++new_slice) { in PopulateFeatureData()94 const int new_step = (current_step - kFeatureSliceCount + 1) + new_slice; in PopulateFeatureData()105 uint8_t* new_slice_data = feature_data_ + (new_slice * kFeatureSliceSize); in PopulateFeatureData()
131 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local132 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()135 slice_ = new_slice; in reallocate_downward()
710 new_slice = lab_duts[start : end]711 new_score = _score_repair_set(model_buffer_counts, new_slice)713 lab_slice = new_slice
2807 HloInstruction* new_slice = in TryToReorderSliceAndReshape() local2814 slice, HloInstruction::CreateReshape(slice->shape(), new_slice))); in TryToReorderSliceAndReshape()