Home
last modified time | relevance | path

Searched refs:v_value (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/media/base/
Dfake_video_renderer.h124 uint8_t v_value = *(v_pos + j); in CheckFrameColorYuv() local
125 if (v_value < v_min || v_value > v_max) { in CheckFrameColorYuv()
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py724 v_value = rng.randn(m, 1).astype("float32")
727 hess_v_value = np.dot(hess_value, v_value)
731 v = constant_op.constant(v_value)