Searched refs:y_bottom_weights_ (Results 1 – 2 of 2) sorted by relevance
65 …y_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()145 … y_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()
53 float *y_bottom_weights_ = nullptr; variable