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

  /frameworks/base/libs/common_time/
LinearTransform.h 54 bool doReverseTransform(int64_t b_in, int64_t* a_out) const;
LinearTransform.cpp 214 bool LinearTransform::doReverseTransform(int64_t b_in, int64_t* a_out) const {
218 return linear_transform_s64_to_s64(b_in,
  /external/tensorflow/tensorflow/core/kernels/
crop_and_resize_op_gpu.cu.cc 56 const int32 b_in = box_ind_ptr[b]; local
57 if (b_in < 0 || b_in >= batch) {
92 image_ptr[((b_in * image_height + top_y_index) * image_width +
97 image_ptr[((b_in * image_height + top_y_index) * image_width +
102 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
107 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
138 const int32 b_in = box_ind_ptr[b]; local
139 if (b_in < 0 || b_in >= batch)
222 const int32 b_in = box_ind_ptr[b]; local
    [all...]
crop_and_resize_op.cc 226 const int32 b_in = box_index(b);
227 if (!FastBoundsCheck(b_in, batch_size)) {
271 image(b_in, top_y_index, left_x_index, d)));
273 image(b_in, top_y_index, right_x_index, d)));
275 image(b_in, bottom_y_index, left_x_index, d)));
277 image(b_in, bottom_y_index, right_x_index, d)));
422 const int32 b_in = box_index(b); local
423 if (!FastBoundsCheck(b_in, batch_size)) {
458 grads_image(b_in, top_y_index, left_x_index, d) +=
460 grads_image(b_in, top_y_index, right_x_index, d) +
588 const int32 b_in = box_index(b); local
    [all...]
  /external/libevent/sample/
le-proxy.c 161 struct bufferevent *b_out, *b_in; local
164 b_in = bufferevent_socket_new(base, fd,
177 assert(b_in && b_out);
183 bufferevent_free(b_in);
196 bufferevent_free(b_in);
201 bufferevent_setcb(b_in, readcb, NULL, eventcb, b_out);
202 bufferevent_setcb(b_out, readcb, NULL, eventcb, b_in);
204 bufferevent_enable(b_in, EV_READ|EV_WRITE);
  /external/tensorflow/tensorflow/core/graph/
optimizer_cse.cc 153 gtl::InlinedVector<std::pair<Node*, int>, 4> b_in(N_in);
155 FillInputs(b, &b_control_edges, &b_in);
156 if (a_in != b_in) return false;
mkl_layout_pass.cc     [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
p224-64.c 225 p224_felem_bytearray b_in; local
226 num_bytes = BN_bn2bin(bn, b_in);
227 p224_flip_endian(b_out, b_in, num_bytes);
234 p224_felem_bytearray b_in, b_out; local
235 p224_felem_to_bin28(b_in, in);
236 p224_flip_endian(b_out, b_in, sizeof(b_out));
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 357 uint32_t b_in = kBPlus0 + ((-b_diff >> 2) & 0x03ffffffu); local
370 InsertInsn(&expected_thunk_code, 4u, b_in);
    [all...]

Completed in 989 milliseconds