Searched refs:Resizing (Results 1 – 25 of 54) sorted by relevance
123
/external/eigen/doc/ |
D | TopicResizing.dox | 3 /** \page TopicResizing Resizing
|
D | TutorialMatrixClass.dox | 150 \section TutorialMatrixSizesResizing Resizing 152 …ws, the number of columns and the number of coefficients, respectively. Resizing a dynamic-size ma…
|
/external/e2fsprogs/tests/r_move_inode_int_extent/ |
D | expect | 3 Resizing the filesystem on test.img to 8192 (1k) blocks.
|
/external/e2fsprogs/tests/r_min_itable/ |
D | expect | 3 Resizing the filesystem on test.img to 1124 (1k) blocks.
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | expect | 7 Resizing the filesystem on test.img to 5120 (1k) blocks.
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 53 image_preprocessing.Resizing, 73 with CustomObjectScope({'Resizing': image_preprocessing.Resizing}): 90 with CustomObjectScope({'Resizing': image_preprocessing.Resizing}): 97 layer = image_preprocessing.Resizing( 113 layer = image_preprocessing.Resizing( 131 with CustomObjectScope({'Resizing': image_preprocessing.Resizing}): 136 image_preprocessing.Resizing(5, 5, 'invalid_interpolation') 139 layer = image_preprocessing.Resizing(5, 5, name='image_preproc') 141 layer_1 = image_preprocessing.Resizing.from_config(config)
|
D | image_preprocessing_distribution_test.py | 54 image_preprocessing.Resizing(height=256, width=256),
|
D | image_preprocessing.py | 72 class Resizing(PreprocessingLayer): class 98 super(Resizing, self).__init__(name=name, **kwargs) 119 base_config = super(Resizing, self).get_config()
|
/external/llvm-project/lldb/utils/lui/ |
D | Readme | 21 1. Resizing the terminal will most likely cause lui to crash.
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.layers.experimental.preprocessing.pbtxt | 72 name: "Resizing"
|
D | tensorflow.keras.layers.experimental.preprocessing.-resizing.pbtxt | 1 path: "tensorflow.keras.layers.experimental.preprocessing.Resizing" 3 …is_instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.Resizing\'…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.layers.experimental.preprocessing.pbtxt | 72 name: "Resizing"
|
D | tensorflow.keras.layers.experimental.preprocessing.-resizing.pbtxt | 1 path: "tensorflow.keras.layers.experimental.preprocessing.Resizing" 3 …is_instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.Resizing\'…
|
/external/e2fsprogs/tests/r_expand_full/ |
D | expect | 20 Resizing the filesystem on test.img to 3145728 (1k) blocks.
|
/external/e2fsprogs/tests/t_dangerous/ |
D | expect | 43 Resizing inodes could take some time. 74 Resizing inodes could take some time.
|
/external/e2fsprogs/tests/r_32to64bit_expand_full/ |
D | expect | 24 Resizing the filesystem on test.img to 1179648 (1k) blocks.
|
/external/e2fsprogs/tests/r_fixup_lastbg/ |
D | expect | 24 Resizing the filesystem on test.img to 20004 (1k) blocks.
|
/external/e2fsprogs/tests/r_fixup_lastbg_big/ |
D | expect | 24 Resizing the filesystem on test.img to 40000 (1k) blocks.
|
/external/e2fsprogs/tests/r_move_itable_nostride/ |
D | expect | 3 Resizing the filesystem on test.img to 100000000 (1k) blocks.
|
/external/e2fsprogs/tests/r_move_itable_realloc/ |
D | expect | 3 Resizing the filesystem on test.img to 100000000 (1k) blocks.
|
/external/e2fsprogs/tests/m_minrootdir/ |
D | expect | 111 Resizing the filesystem on test.img to 338 (1k) blocks. 165 Resizing the filesystem on test.img to 188 (1k) blocks.
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
D | image_preproc_benchmark.py | 117 image_preprocessing.Resizing(224, 224),
|
/external/angle/extensions/ |
D | EGL_ANGLE_window_fixed_size.txt | 128 Window Resizing)
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | __init__.py | 42 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import Resizing
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 916 * Resizing Bitmaps:: 1047 @node Modifying Bitmaps, Resizing Bitmaps, Comparing bitmaps, Bitmap Functions 1059 @node Resizing Bitmaps, Clearing Bitmaps, Modifying Bitmaps, Bitmap Functions 1061 @subsection Resizing Bitmaps 1075 @node Clearing Bitmaps, , Resizing Bitmaps, Bitmap Functions
|
123