Home
last modified time | relevance | path

Searched refs:input_x (Results 1 – 12 of 12) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
100 input_x = strlen(instr); in dialog_inputbox()
102 if (input_x >= box_width) { in dialog_inputbox()
103 scroll = input_x - box_width + 1; in dialog_inputbox()
104 input_x = box_width - 1; in dialog_inputbox()
111 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
130 if (input_x || scroll) { in dialog_inputbox()
132 if (!input_x) { in dialog_inputbox()
137 instr[scroll + input_x + i] ? in dialog_inputbox()
138 instr[scroll + input_x + i] : ' '); in dialog_inputbox()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dselect.cc38 const TfLiteTensor* input_x = GetInput(context, node, kInputTensorX); in SelectPrepare() local
46 TF_LITE_ENSURE_EQ(context, input_x->type, input_y->type); in SelectPrepare()
47 TF_LITE_ENSURE(context, HaveSameShapes(input_x, input_y)); in SelectPrepare()
48 output->type = input_x->type; in SelectPrepare()
52 bool same_shape = HaveSameShapes(input_condition, input_x); in SelectPrepare()
55 SizeOfDimension(input_condition, 0) == SizeOfDimension(input_x, 0); in SelectPrepare()
60 TfLiteIntArray* output_size = TfLiteIntArrayCopy(input_x->dims); in SelectPrepare()
67 const TfLiteTensor* input_x = GetInput(context, node, kInputTensorX); in SelectEval() local
71 bool is_rank_one = !HaveSameShapes(input_condition, input_x); in SelectEval()
76 GetTensorShape(input_x), GetTensorData<type>(input_x), \ in SelectEval()
[all …]
/external/u-boot/scripts/kconfig/lxdialog/
Dinputbox.c35 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local
93 input_x = box_width - 1; in dialog_inputbox()
98 input_x = len; in dialog_inputbox()
102 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
119 if (input_x == 0) { in dialog_inputbox()
122 input_x--; in dialog_inputbox()
141 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
147 if (input_x > 0) { in dialog_inputbox()
148 wmove(dialog, box_y, --input_x + box_x); in dialog_inputbox()
149 } else if (input_x == 0) { in dialog_inputbox()
[all …]
/external/v8/tools/turbolizer/src/
Dedge.ts46 var input_x = target.x + target.getInputX(index);
50 return input_x;
62 var input_x = target.x + target.getInputX(this.index);
75 if (horizontalPos != input_x) {
83 result += "L" + input_x + "," + inputApproach +
84 "L" + input_x + "," + input_y;
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Drebatch.cc111 NodeDef* AddBinaryNode(const string& input_x, const string& input_y, in AddBinaryNode() argument
116 node.add_input(input_x); in AddBinaryNode()
124 NodeDef* AddFloatDivNode(const string& input_x, const string& input_y, in AddFloatDivNode() argument
126 return AddBinaryNode(input_x, input_y, kRealDivOp, DT_FLOAT, graph); in AddFloatDivNode()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h67 const float input_x = in operator() local
78 return nearest_interpolation(coords[0], input_y, input_x, coords[3], in operator()
81 return bilinear_interpolation(coords[0], input_y, input_x, coords[3], in operator()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions_test.cc753 const NodeDef &input_x = item.function_body().node(0); in TEST_F() local
757 EXPECT_EQ("Placeholder", input_x.op()); in TEST_F()
773 EXPECT_EQ("Const", input_x.op()); in TEST_F()
774 EXPECT_EQ("const_input_x", input_x.attr().at("Tag").s()); in TEST_F()
/external/libxcam/cl_kernel/
Dkernel_bayer_pipe.cl375 int input_x = (i % workitem_x_size) * DEMOSAIC_X_CELL_PER_WORKITEM;
380 input_x + SLM_CELL_X_OFFSET, input_y + SLM_CELL_Y_OFFSET,
382 …(input_x + x_start) * PIXEL_PER_CELL / 4, (input_y + y_start) * PIXEL_PER_CELL, has_denoise, SLM_d…
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5598 float input_x = x * width_scale; in ResizeBilinearGeneric() local
5599 int32 x0 = static_cast<int32>(input_x); in ResizeBilinearGeneric()
5605 float scale = (1 - (input_y - y0)) * (1 - (input_x - x0)); in ResizeBilinearGeneric()
5610 scale = (1 - (input_y - y0)) * (input_x - x0); in ResizeBilinearGeneric()
5615 scale = (input_y - y0) * (1 - (input_x - x0)); in ResizeBilinearGeneric()
5620 scale = (input_y - y0) * (input_x - x0); in ResizeBilinearGeneric()
5643 float input_x = x * width_scale; in ResizeBilinearGenericSmallChannel() local
5644 int32 x0 = static_cast<int32>(std::floor((input_x))); in ResizeBilinearGenericSmallChannel()
5651 float scale[4] = {(1 - (input_y - y0)) * (1 - (input_x - x0)), in ResizeBilinearGenericSmallChannel()
5652 (1 - (input_y - y0)) * (input_x - x0), in ResizeBilinearGenericSmallChannel()
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h5923 float input_x = x * width_scale; in ResizeBilinearGeneric() local
5924 int32 x0 = static_cast<int32>(input_x); in ResizeBilinearGeneric()
5930 float scale = (1 - (input_y - y0)) * (1 - (input_x - x0)); in ResizeBilinearGeneric()
5935 scale = (1 - (input_y - y0)) * (input_x - x0); in ResizeBilinearGeneric()
5940 scale = (input_y - y0) * (1 - (input_x - x0)); in ResizeBilinearGeneric()
5945 scale = (input_y - y0) * (input_x - x0); in ResizeBilinearGeneric()
5971 float input_x = x * width_scale; in ResizeBilinearGenericSmallChannel() local
5972 int32 x0 = static_cast<int32>(input_x); in ResizeBilinearGenericSmallChannel()
5979 float scale[4] = {(1 - (input_y - y0)) * (1 - (input_x - x0)), in ResizeBilinearGenericSmallChannel()
5980 (1 - (input_y - y0)) * (input_x - x0), in ResizeBilinearGenericSmallChannel()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3054 float input_x = x * width_scale; in ResizeBilinear() local
3055 int32 x0 = static_cast<int32>(std::floor(input_x)); in ResizeBilinear()
3060 (1 - (input_y - y0)) * (1 - (input_x - x0)) + in ResizeBilinear()
3062 (input_y - y0) * (1 - (input_x - x0)) + in ResizeBilinear()
3064 (1 - (input_y - y0)) * (input_x - x0) + in ResizeBilinear()
3066 (input_y - y0) * (input_x - x0)); in ResizeBilinear()
/external/libpng/
Dlibpng-manual.txt2348 png_uint_32 input_x = 0;
2354 subimage[pass][input_y][input_x++];
2370 png_uint_32 output_x = PNG_COL_FROM_PASS_COL(input_x, pass);