Home
last modified time | relevance | path

Searched defs:expected_x (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op_test.cc114 Tensor expected_x(allocator(), DT_FLOAT, TensorShape({1, 1, 6, 2})); in TEST_F() local
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder_unittest.cc95 double expected_x = (kNumPackets + 1) / 2.0; in TEST_F() local
/external/jemalloc_new/test/unit/
Dmalloc_io.c20 uintmax_t expected_x; in TEST_BEGIN() member
/external/jemalloc/test/unit/
Dutil.c74 uintmax_t expected_x; in TEST_BEGIN() member
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp313 int expected_x = x[i] + 1500*i; in gpos_test() local
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dmtb_unittest.py63 def _call_get_reversed_motions(self, list_x, list_y, expected_x, argument
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_unittest.cpp23 int32_t expected_x, in CheckArcFourContext()