Home
last modified time | relevance | path

Searched defs:y_min (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op_test.cc63 Output y_min = Const(root.WithOpName("y_min"), y_min_value); in TestAdd() local
151 Output y_min = Const(root.WithOpName("y_min"), 0.0f); in TimeAdd() local
Dquantized_mul_op_test.cc63 Output y_min = Const(root.WithOpName("y_min"), y_min_value); in TestMul() local
151 Output y_min = Const(root.WithOpName("y_min"), 0.0f); in TimeMul() local
Dsample_distorted_bounding_box_op.cc312 const int32 y_min = static_cast<int32>(boxes(b, 0) * height); in Compute() local
/external/webrtc/talk/media/base/
Dfakevideorenderer.h109 static bool CheckFrameColorYuv(uint8_t y_min, in CheckFrameColorYuv()
/external/freetype/src/raster/
Dftraster.c384 Short y_min; /* band's minimum */ member