Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dcrop_and_resize_fp32.cc65y_bottom_weights_ = reinterpret_cast<float *>(ms_context_->allocator->Malloc(sizeof(float) * new_h… in MallocTmpBuffer()
66 if (y_bottom_weights_ == nullptr) { in MallocTmpBuffer()
98 ms_context_->allocator->Free(y_bottom_weights_); in FreeTmpBuffer()
105 y_bottom_weights_ = nullptr; in FreeTmpBuffer()
145y_bottom_weights_, x_left_weights_, line0, line1, h_begin, h_end); in RunImpl()
164 x_lefts_, x_rights_, y_bottom_weights_, x_left_weights_); in Run()
Dcrop_and_resize_fp32.h53 float *y_bottom_weights_ = nullptr; variable