Searched refs:bilinear (Results 1 – 25 of 64) sorted by relevance
123
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | CropAndResize.pbtxt | 43 s: "bilinear" 47 s: "bilinear" 102 s: "bilinear" 106 s: "bilinear" 161 s: "bilinear" 165 s: "bilinear"
|
D | CropAndResizeGradImage.pbtxt | 38 s: "bilinear" 42 s: "bilinear" 84 s: "bilinear" 88 s: "bilinear"
|
D | CropAndResizeGradBoxes.pbtxt | 43 s: "bilinear" 47 s: "bilinear" 95 s: "bilinear" 99 s: "bilinear"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | CropAndResize.pbtxt | 43 s: "bilinear" 47 s: "bilinear" 102 s: "bilinear" 106 s: "bilinear" 161 s: "bilinear" 165 s: "bilinear"
|
D | CropAndResizeGradImage.pbtxt | 38 s: "bilinear" 42 s: "bilinear" 84 s: "bilinear" 88 s: "bilinear"
|
D | CropAndResizeGradBoxes.pbtxt | 43 s: "bilinear" 47 s: "bilinear" 95 s: "bilinear" 99 s: "bilinear"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 51 `"bilinear"` or `"nearest"` and default to `"bilinear"`. Currently two sampling 63 Extracts crops from the input image tensor and resizes them using bilinear 71 bilinear or nearest neighbor interpolation) to a fixed
|
D | api_def_ResizeBilinearGrad.pbtxt | 32 summary: "Computes the gradient of bilinear interpolation."
|
D | api_def_QuantizedResizeBilinear.pbtxt | 30 summary: "Resize quantized `images` to `size` using quantized bilinear interpolation."
|
D | api_def_ResizeBilinear.pbtxt | 30 summary: "Resize `images` to `size` using bilinear interpolation."
|
D | api_def_FusedPadConv2D.pbtxt | 40 im2col lookup, but in this case without the bilinear filtering required for
|
D | api_def_CropAndResizeGradImage.pbtxt | 48 A string specifying the interpolation method. Only 'bilinear' is
|
D | api_def_CropAndResizeGradBoxes.pbtxt | 47 A string specifying the interpolation method. Only 'bilinear' is
|
/external/libyuv/files/docs/ |
D | filtering.md | 41 For a scale factor of 2x down, this is equivalent to bilinear. 59 * It is inconsistent with the bilinear down sampler. The same method could be used for down sampli… 100 // Scale step for bilinear sampling renders last pixel once for upsample. 110 *y = CENTERSTART(*dy, -32768); // 32768 = -0.5 to center bilinear. 116 // Scale step for bilinear sampling renders last pixel once for upsample. 143 Point sampling should ideally be the same as bilinear, but pixel by pixel, round to nearest neighbo… 177 …or simple scaling, we want to clamp to the edge pixel. For example, if bilinear scaling from 3x3 …
|
/external/libyuv/files/ |
D | README.md | 3 * Scale YUV to prepare content for compression, with point, bilinear or box filter.
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.preprocessing.pbtxt | 17 …gb\', \'32\', \'(256, 256)\', \'True\', \'None\', \'None\', \'None\', \'bilinear\', \'False\', \'F…
|
D | tensorflow.image.pbtxt | 45 …rapolation_value\', \'name\'], varargs=None, keywords=None, defaults=[\'bilinear\', \'0\', \'None\… 189 …o\', \'antialias\', \'name\'], varargs=None, keywords=None, defaults=[\'bilinear\', \'False\', \'F… 197 …h\', \'method\', \'antialias\'], varargs=None, keywords=None, defaults=[\'bilinear\', \'False\'], "
|
D | tensorflow.keras.preprocessing.image.pbtxt | 73 …"args=[\'x\', \'size\', \'interpolation\'], varargs=None, keywords=None, defaults=[\'bilinear\'], "
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | control | 46 - bilinear
|
D | control.hwqual | 50 - bilinear
|
D | control.bvt | 52 - bilinear
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.blend_equation_advanced.txt | 43 modes other than HSL, bilinear comparison is used. in HSL modes fuzzy
|
/external/mesa3d/docs/relnotes/ |
D | 6.4.rst | 40 - fixed bug when bilinear sampling 2d textures with borders
|
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
D | preprocessing_steps.proto | 64 // Defines parameters for bilinear central-resizing.
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_bilinear_a9q.s | 51 @* This routine applies the bilinear filter to the predictors . 69 @* UWORD8 pointer to the destination where the output of bilinear filter is stored.
|
123