#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "xnnpack.h"
#include "xnnpack/log.h"
#include "xnnpack/math.h"
#include "xnnpack/reshape-helpers.h"
#include "xnnpack/subgraph.h"
#include "pthreadpool.h"
enum xnn_status resize_unary_elementwise_output_tensor(
const struct xnn_operator_data* opdata,
struct xnn_value* values,
size_t num_values,
size_t old_workspace_size,
pthreadpool_t threadpool)
{ … }
enum xnn_status resize_binary_elementwise_output_tensor(
const struct xnn_operator_data* opdata,
struct xnn_value* values,
size_t num_values,
size_t old_workspace_size,
pthreadpool_t threadpool)
{ … }