/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 48 orig_width = 8 55 input_shape=(num_samples, orig_height, orig_width, channels), 147 orig_width = images.shape[2] 149 width_start = int((orig_width - expected_width) / 2) 162 orig_width = 8 166 (num_samples, orig_height, orig_width, channels)).astype(np.float32) 173 input_shape=(num_samples, orig_height, orig_width, channels), 222 orig_width = 8 229 input_shape=(num_samples, orig_height, orig_width, channels), 351 orig_width = 8 [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResizeNearestNeighborGrad.pbtxt | 13 = A 1-D int32 Tensor of 2 elements: `orig_height, orig_width`. The 20 4-D with shape `[batch, orig_height, orig_width, channels]`. Gradients
|
D | api_def_ResizeBilinearGrad.pbtxt | 13 4-D with shape `[batch, orig_height, orig_width, channels]`, 20 4-D with shape `[batch, orig_height, orig_width, channels]`.
|
D | api_def_ResizeBicubicGrad.pbtxt | 13 4-D with shape `[batch, orig_height, orig_width, channels]`, 20 4-D with shape `[batch, orig_height, orig_width, channels]`.
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 127 uint32_t orig_width = (cty_inst->GetSingleWordInOperand(0) == 16) ? 32 : 16; in MatConvertCleanup() local 129 uint32_t orig_vty_id = EquivFloatTypeId(vty_id, orig_width); in MatConvertCleanup() 145 inst->SetResultType(EquivFloatTypeId(mty_id, orig_width)); in MatConvertCleanup()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 127 uint32_t orig_width = (cty_inst->GetSingleWordInOperand(0) == 16) ? 32 : 16; in MatConvertCleanup() local 129 uint32_t orig_vty_id = EquivFloatTypeId(vty_id, orig_width); in MatConvertCleanup() 145 inst->SetResultType(EquivFloatTypeId(mty_id, orig_width)); in MatConvertCleanup()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | convert_to_half_pass.cpp | 127 uint32_t orig_width = (cty_inst->GetSingleWordInOperand(0) == 16) ? 32 : 16; in MatConvertCleanup() local 129 uint32_t orig_vty_id = EquivFloatTypeId(vty_id, orig_width); in MatConvertCleanup() 145 inst->SetResultType(EquivFloatTypeId(mty_id, orig_width)); in MatConvertCleanup()
|
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 520 int orig_width, int orig_height, in extend_palette_color_map() argument 523 assert(new_width >= orig_width); in extend_palette_color_map() 525 if (new_width == orig_width && new_height == orig_height) return; in extend_palette_color_map() 528 memmove(color_map + j * new_width, color_map + j * orig_width, orig_width); in extend_palette_color_map() 530 memset(color_map + j * new_width + orig_width, in extend_palette_color_map() 531 color_map[j * new_width + orig_width - 1], new_width - orig_width); in extend_palette_color_map()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_copy_propagation.cpp | 623 const unsigned orig_width = 1 << entry->src.width; in try_copy_propagate() local 626 inst->src[arg].width = cvt(MIN2(orig_width, reg_width)) - 1; in try_copy_propagate()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 10800 Arg<TF_FloatTensor, [{4-D with shape `[batch, orig_height, orig_width, channels]`, 10808 Res<TF_FloatTensor, [{4-D with shape `[batch, orig_height, orig_width, channels]`. 10843 Arg<TF_Int32Tensor, [{= A 1-D int32 Tensor of 2 elements: `orig_height, orig_width`. The 10851 … TF_Int32, TF_Int8, TF_Uint8]>, [{4-D with shape `[batch, orig_height, orig_width, channels]`. Gra…
|