Searched defs:ResizeNearestNeighbor (Results 1 – 4 of 4) sorted by relevance
34 ResizeNearestNeighbor() : PrimitiveC(kNameResizeNearestNeighbor) {} in ResizeNearestNeighbor() function
24 __global__ void ResizeNearestNeighbor(const int size, const T *input, const int s1, const int s2, c… in ResizeNearestNeighbor() function
541 int ResizeNearestNeighbor(const float *input_data, float *output_data, const int *input_shape, cons… in ResizeNearestNeighbor() function
3662 class ResizeNearestNeighbor(PrimitiveWithInfer): class