HomeSort by relevance Sort by last modified time
    Searched defs:input_height (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/tensorflow/tensorflow/core/kernels/
quantized_activation_ops_test.cc 48 const int input_height = 4; local
49 Tensor input_float(DT_FLOAT, {input_height, input_width});
53 Tensor expected_float(DT_FLOAT, {input_height, input_width});
79 const int input_height = 4; local
80 Tensor input_float(DT_FLOAT, {input_height, input_width});
84 Tensor expected_float(DT_FLOAT, {input_height, input_width});
quantized_bias_add_op_test.cc 53 const int input_height = 2; local
55 Tensor input_float(DT_FLOAT, {input_height, input_width});
69 Tensor expected_float(DT_FLOAT, {input_height, input_width});
103 const int input_height = 1; local
105 Tensor input_float(DT_FLOAT, {input_height, input_width});
141 Tensor expected_float(DT_FLOAT, {input_height, input_width});
quantized_pooling_ops_test.cc 53 const int input_height = 4; local
56 Tensor input_float(DT_FLOAT, {1, input_height, input_width, input_channels});
65 const int expected_height = input_height / stride;
98 const int input_height = 4; local
101 Tensor input_float(DT_FLOAT, {1, input_height, input_width, input_channels});
110 const int expected_height = input_height / stride;
depthtospace_op.cc 84 const int input_height = variable
102 const int output_height = input_height * block_size_;
eigen_attention.h 86 const Index input_height = in.dimension(2); local
89 eigen_assert(input_height > 0);
99 y *= input_height;
106 y += input_height / 2.0f;
138 } else if (offset_y + height_ >= input_height) {
139 glimpse_height = (std::max<Index>)(0, input_height - offset_y);
144 slice_extent[2] = std::min<Index>(input_height, slice_extent[2]);
168 DSizes<Index, 2> input_size(input_width, input_height);
quantized_batch_norm_op_test.cc 64 const int input_height = 1; local
68 {input_batch, input_height, input_width, input_depth});
122 TensorShape({input_batch, input_height, input_width, input_depth}));
161 const int input_height = 1; local
165 {input_batch, input_height, input_width, input_depth});
219 TensorShape({input_batch, input_height, input_width, input_depth}));
spacetodepth_op.cc 155 const int input_height = input.dimension(1); local
160 for (int h = 0; h < input_height; ++h) {
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model_test.cc 35 const int input_height = 10; local
37 input.shape = TensorShape({input_width, input_height});
39 const TensorShape constant_shape({input_height, input_width});
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
depthwiseconv_float.h 35 const int input_height = ArraySize(input_dims, 2); local
60 (in_y < input_height)) {
depthwiseconv_uint8.h 41 const int input_height = ArraySize(input_dims, 2); local
66 (in_y < input_height)) {
reference_ops.h 173 const int input_height = ArraySize(input_dims, 2); local
194 (in_y < input_height)) {
267 const int input_height = ArraySize(input_dims, 2); local
288 (in_y < input_height)) {
369 const int input_height = ArraySize(input_dims, 2); local
378 TFLITE_DCHECK_EQ(input_height * block_size, output_height);
410 const int input_height = ArraySize(input_dims, 2); local
419 TFLITE_DCHECK_EQ(input_height, output_height * block_size);
424 for (int in_h = 0; in_h < input_height; ++in_h) {
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
space_to_depth.cc 57 const int input_height = input->dims->data[1]; local
59 int output_height = input_height / block_size;
62 TF_LITE_ENSURE_EQ(context, input_height, output_height * block_size);
  /external/tensorflow/tensorflow/examples/label_image/
label_image.py 39 input_height=299,
59 resized = tf.image.resize_bilinear(dims_expander, [input_height, input_width])
80 input_height = 299 variable
91 parser.add_argument("--input_height", type=int, help="input height")
105 if args.input_height:
106 input_height = args.input_height variable
121 input_height=input_height, variable
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_test.h 45 unsigned long input_height; member in struct:video_encoder_context
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; member in struct:video_encoder_context
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; member in struct:video_encoder_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_test.h 44 unsigned long input_height; member in struct:video_encoder_context
  /external/libxcam/modules/ocl/
cl_bayer_pipe_handler.cpp 176 uint input_height = in_video_info.aligned_height; local
192 args.push_back (new CLArgumentT<uint> (input_height));
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
multithreaded_conv.h 117 int input_height, int input_width, int input_depth,
137 } else if (filter_height == input_height && filter_width == input_width &&
153 ConstEigenTensor input(input_data, input_batches, input_height,
175 const int input_height = ArraySize(input_dims, 2); local
182 conv_functor(input_data, im2col_data, batches, input_height, input_width,
  /hardware/qcom/display/msm8909/sdm/libs/utils/
rect.cpp 260 float input_height = in_rect.bottom - in_rect.top; local
262 if (input_width < input_height) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
rect.cpp 255 float input_height = in_rect.bottom - in_rect.top; local
257 if (input_width < input_height) {
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 228 float input_height = in_rect.bottom - in_rect.top; local
230 if (input_width < input_height) {
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 255 float input_height = in_rect.bottom - in_rect.top; local
257 if (input_width < input_height) {
  /external/libxcam/tests/
test-video-stabilization.cpp 76 uint32_t input_height = 1080; local
119 input_height = atoi(optarg);
120 output_height = input_height;
154 printf ("input height:%d\n", input_height);
202 input_buf_info.init (input_format, input_width, input_height);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 56 unsigned int input_height; member in struct:Config
72 config->input_height = DEFAULT_INPUT_HEIGHT;
88 if (sscanf(argv[++i], "%u", &config->input_height) != 1)
172 config->output_height = config->input_height;
202 mbh = align(config.input_height, MACROBLOCK_HEIGHT) / MACROBLOCK_HEIGHT;
210 config.input_height,
238 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
278 assert(XvMCPutSurface(display, &surface, window, 0, 0, config.input_width, config.input_height, 0, 0, config.output_width, config.output_height, XVMC_FRAME_PICTURE) == Success);
287 printf("Input: %u,%u\nOutput: %u,%u\n", config.input_width, config.input_height, config.output_width, config.output_height);

Completed in 937 milliseconds

1 2 3