Searched refs:unextended_output_size_shape (Results 1 – 1 of 1) sorted by relevance
1199 const RuntimeShape& unextended_output_size_shape, in ResizeBilinear() argument1206 TFLITE_DCHECK_LE(unextended_output_size_shape.DimensionsCount(), 4); in ResizeBilinear()1211 RuntimeShape::ExtendedShape(4, unextended_output_size_shape); in ResizeBilinear()1283 const RuntimeShape& unextended_output_size_shape, in ResizeBilinearInteger() argument1289 TFLITE_DCHECK_LE(unextended_output_size_shape.DimensionsCount(), 4); in ResizeBilinearInteger()1294 RuntimeShape::ExtendedShape(4, unextended_output_size_shape); in ResizeBilinearInteger()