Searched defs:output_size_shape (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | resize_nearest_neighbor_test.cc | 35 RuntimeShape output_size_shape({1, 1, 1, 2}); in TestReferenceResizeNearestNeighbor() local 156 RuntimeShape output_size_shape({1, 1, 1, 2}); in TestOptimizedResizeNearestNeighbor() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | propagate_fixed_sizes.cc | 948 const auto& output_size_shape = output_size_array.shape(); in ProcessResizeBilinearOperator() local 976 const auto& output_size_shape = output_size_array.shape(); in ProcessResizeNearestNeighborOperator() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5671 const RuntimeShape& output_size_shape, in ResizeBilinear() 5720 const RuntimeShape& output_size_shape, in ResizeBilinear() 6371 const RuntimeShape& output_size_shape, const int32* output_size_data, in ResizeNearestNeighbor()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 3022 const RuntimeShape output_size_shape = in ResizeBilinear() local 4550 const RuntimeShape& output_size_shape, const int32* output_size_data, in ResizeNearestNeighbor()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5999 const RuntimeShape& output_size_shape, in ResizeBilinear() 6048 const RuntimeShape& output_size_shape, in ResizeBilinear()
|