Home
last modified time | relevance | path

Searched refs:new_slice (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Dfeature_provider.cc92 for (int new_slice = slices_to_keep; new_slice < kFeatureSliceCount; in PopulateFeatureData() local
93 ++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()
/external/flatbuffers/include/flatbuffers/
Dgrpc.h131 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
132 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
135 slice_ = new_slice; in reallocate_downward()
/external/autotest/site_utils/
Dlab_inventory.py710 new_slice = lab_duts[start : end]
711 new_score = _score_repair_set(model_buffer_counts, new_slice)
713 lab_slice = new_slice
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2807 HloInstruction* new_slice = in TryToReorderSliceAndReshape() local
2814 slice, HloInstruction::CreateReshape(slice->shape(), new_slice))); in TryToReorderSliceAndReshape()