Home
last modified time | relevance | path

Searched defs:y_max (Results 1 – 18 of 18) sorted by relevance

/external/XNNPACK/test/
Davgpool-microkernel-tester.h424 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
503 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
584 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
664 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
Dgavgpool-microkernel-tester.h322 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
389 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
Dgavgpool-spchw-microkernel-tester.h106 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
Dvunary-microkernel-tester.h111 const float y_max = accumulated_range > 0.0f ? variable
Dprelu-operator-tester.h128 const float y_max = accumulated_range == 0.0f ? in TestF32() local
Dvbinaryc-microkernel-tester.h137 const float y_max = accumulated_range > 0.0f ? variable
Dprelu-microkernel-tester.h149 const float y_max = accumulated_range == 0.0f ? variable
Dvbinary-microkernel-tester.h140 const float y_max = accumulated_range > 0.0f ? variable
Dvmulcaddc-microkernel-tester.h158 const float y_max = accumulated_max - accumulated_range / 255.0f * float(255 - qmax()); variable
Dadd-operator-tester.h271 const float y_max = batch_size() * channels() == 1 ? in TestF32() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op_test.cc64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); in TestMul() local
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); in TimeMul() local
Dquantized_add_op_test.cc64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); in TestAdd() local
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); in TimeAdd() local
Dsample_distorted_bounding_box_op.cc323 const int32 y_max = static_cast<int32>(boxes(b, 2) * height); in Compute() local
/external/mesa3d/src/intel/vulkan/
Dgen7_cmd_buffer.c84 uint32_t y_max = s->offset.y + s->extent.height - 1; in gen7_cmd_buffer_emit_scissor() local
/external/webrtc/talk/media/base/
Dfakevideorenderer.h110 uint8_t y_max, in CheckFrameColorYuv()
/external/freetype/src/sfnt/
Dttcolr.c309 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
/external/XNNPACK/src/xnnpack/
Dparams.h190 int32_t y_max; member
201 uint8_t y_max; member
/external/freetype/src/raster/
Dftraster.c384 Short y_max; /* band's maximum */ member