Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dconvolution_1x1_fp16.cc299 float16_t *batch_in = in Run() local
302 Conv1x1InputPack(batch_in, input_ptr_, conv_param_, sizeof(float16_t)); in Run()
304 input_ptr_ = batch_in; in Run()