Home
last modified time | relevance | path

Searched defs:output_size_shape (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dresize_bilinear.h61 const RuntimeShape output_size_shape = in ResizeBilinear() local
149 const RuntimeShape output_size_shape = in ResizeBilinearInteger() local
H A Dresize_nearest_neighbor.h53 const RuntimeShape& output_size_shape, const int32_t* output_size_data, in ResizeNearestNeighbor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dresize_nearest_neighbor_test.cc36 RuntimeShape output_size_shape({1, 1, 1, 2}); in TestReferenceResizeNearestNeighbor() local
349 RuntimeShape output_size_shape({1, 1, 1, 2}); in TestOptimizedResizeNearestNeighbor() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dresize_bilinear.h1612 const RuntimeShape& output_size_shape, in ResizeBilinear()
1663 const RuntimeShape& output_size_shape, in ResizeBilinear()
H A Doptimized_ops.h5538 const RuntimeShape& output_size_shape, const int32* output_size_data, in ResizeNearestNeighbor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc961 const auto& output_size_shape = output_size_array.shape(); in ProcessResizeBilinearOperator() local
989 const auto& output_size_shape = output_size_array.shape(); in ProcessResizeNearestNeighborOperator() local