Searched refs:b_y (Results 1 – 5 of 5) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | nested_struct11.c | 20 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/ |
D | nested_struct11.c | 20 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/ |
D | optical_flow.cc | 170 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/ |
D | multi_gpu_utils_test.py | 94 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/ |
D | function_test.cc | 831 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()
|