Searched refs:b_in (Results 1 - 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dcrop_and_resize_op_gpu.cu.cc56 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 >
222 const int32 b_in = box_ind_ptr[b]; local
[all...]
H A Dcrop_and_resize_op.cc226 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_inde
588 const int32 b_in = box_index(b); local
[all...]
/external/libevent/sample/
H A Dle-proxy.c161 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/
H A Doptimizer_cse.cc153 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;
H A Dmkl_layout_pass.cc1709 gtl::InlinedVector<std::pair<Node*, int>, 4> b_in(B_in);
1710 FillInputs(b, &b_control_edges, &b_in);
3748 gtl::InlinedVector<std::pair<Node*, int>, 4> b_in(B_in);
3749 FillInputs(b, &b_control_edges, &b_in);
/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp224-64.c225 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));

Completed in 167 milliseconds