HomeSort by relevance Sort by last modified time
    Searched refs:b_y (Results 1 - 6 of 6) sorted by null

  /external/libffi/testsuite/libffi.call/
nested_struct11.c 20 float b_y; member in struct:B
34 result.b.b_y = source.b.b_y;
41 source.b.b_x, source.b.b_y,
43 result.b.b_x, result.b.b_y);
119 CHECK (result.b.b_y == source.b.b_y);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 20 float b_y; member in struct:B
34 result.b.b_y = source.b.b_y;
41 source.b.b_x, source.b.b_y,
43 result.b.b_x, result.b.b_y);
119 CHECK (result.b.b_y == source.b.b_y);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 20 float b_y; member in struct:B
34 result.b.b_y = source.b.b_y;
41 source.b.b_x, source.b.b_y,
43 result.b.b_x, result.b.b_y);
119 CHECK (result.b.b_y == source.b.b_y);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
training_utils_test.py 79 b_y = np.random.random((num_samples, output_dim_b))
83 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
87 parallel_model.fit([a_x, b_x], [a_y, b_y], epochs=epochs)
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.cc 170 float b_y = 0.0f; local
187 b_y += dI * *vals_I_y_ptr++;
192 const float n_x = (G_inv[0] * b_x) + (G_inv[1] * b_y);
193 const float n_y = (G_inv[2] * b_x) + (G_inv[3] * b_y);
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 664 auto b_y = test::function::Call(&s, "b/y", "XTimesTwo", {b_x2}); local
665 s.graph()->AddControlEdge(func0.operation.node(), b_y.node());
666 auto func2 = ops::Identity(s.WithOpName("Func/_2"), b_y);
    [all...]

Completed in 462 milliseconds