HomeSort by relevance Sort by last modified time
    Searched defs:v_b (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/framework/
variant_op_registry_test.cc 295 Variant v_b = vv_other; local
300 null_context_pointer, ADD_VARIANT_BINARY_OP, v_a, v_b, &v_out);
307 null_context_pointer, ADD_VARIANT_BINARY_OP, v_a, v_b, &v_out));
321 Variant v_b = vv_other; local
326 null_context_pointer, ADD_VARIANT_BINARY_OP, v_a, v_b, &v_out);
333 null_context_pointer, ADD_VARIANT_BINARY_OP, v_a, v_b, &v_out));
  /external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_neon.cc 47 const uint8x8_t v_b = vld1_u8(&b[j]); local
48 const uint16x8_t v_diff = vsubl_u8(v_a, v_b);
  /external/clang/test/Parser/
altivec.c 72 vector bool v_b; // expected-warning {{type specifier missing, defaults to 'int'}} variable
cxx-altivec.cpp 83 vector bool v_b; // expected-error {{C++ requires a type specifier for all declarations}} variable

Completed in 99 milliseconds