Home
last modified time | relevance | path

Searched refs:b_y (Results 1 – 5 of 5) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc170 float b_y = 0.0f; in FindFlowAtPoint_LK() local
187 b_y += dI * *vals_I_y_ptr++; in FindFlowAtPoint_LK()
192 const float n_x = (G_inv[0] * b_x) + (G_inv[1] * b_y); in FindFlowAtPoint_LK()
193 const float n_y = (G_inv[2] * b_x) + (G_inv[3] * b_y); in FindFlowAtPoint_LK()
/external/tensorflow/tensorflow/python/keras/utils/
Dmulti_gpu_utils_test.py94 b_y = np.random.random((num_samples, output_dim_b))
98 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
102 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc831 auto b_y = test::function::Call(&s, "b/y", "XTimesTwo", {b_x2}); in TEST_F() local
832 s.graph()->AddControlEdge(func0.operation.node(), b_y.node()); in TEST_F()
833 auto func2 = ops::Identity(s.WithOpName("Func/b/output/_2"), b_y); in TEST_F()