Searched refs:x_input_ptr (Results 1 – 2 of 2) sorted by relevance
89 const T* x_input_ptr = y_input_ptr + in_x * col_offset; in ResizeNearestNeighbor() local90 memcpy(output_ptr, x_input_ptr, depth * sizeof(T)); in ResizeNearestNeighbor()
6087 const uint8* x_input_ptr = y_input_ptr + in_x * col_offset; in ResizeNearestNeighbor() local6088 memcpy(output_ptr, x_input_ptr, depth); in ResizeNearestNeighbor()