Home
last modified time | relevance | path

Searched defs:index_b (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h173 const int64 index_b = col + num_cols_ * (row + 1 + num_rows_ * batch); in union_down() local
187 const int64 index_b = col + 1 + num_cols_ * (row + num_rows_ * batch); in union_right() local
203 OutputType index_a, OutputType index_b) const { in do_union()
/external/boringssl/src/crypto/cipher_extra/
Dtls_cbc.c373 size_t index_b = (mac_end_offset + md_length_size) >> md_block_shift; in EVP_tls_cbc_digest_record() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc342 const ShapeIndex& index_b) { in ExpectSharedBuffers()