Home
last modified time | relevance | path

Searched defs:b_index (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc127 int64 b_index = internal::SubtleMustCopy(indices_mat(i, 1)); in Compute() local
179 const int64 b_index = get_b_index(p); in Compute() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.c523 #define ADD_S16_S32(a, left_index, right_index, b, b_index) \ argument
531 #define SUB_S16_S32(a, left_index, right_index, b, b_index) \ argument
539 #define ADDW_S16_S32(a, a_index, b, b_index, c, c_index) \ argument
545 #define SUBW_S16_S32(a, a_index, b, b_index, temp, temp_index, c, c_index) \ argument
553 #define ADD_S32(a, left_index, right_index, b, b_index) \ argument
559 #define SUB_S32(a, left_index, right_index, b, b_index) \ argument
/external/tensorflow/tensorflow/core/kernels/
Dgemm_functors.h80 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in operator() local
Dreference_gemm.h77 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in ReferenceGemm() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c240 unsigned int a_index, b_index; in readers_intersect() local
Dradeon_pair_regalloc.c580 unsigned int b_index; in do_advanced_regalloc() local
/external/python/cpython3/Modules/_ctypes/
Dctypes.h51 Py_ssize_t b_index; /* index of this object into base's member
81 Py_ssize_t b_index; /* index of this object into base's member
/external/python/cpython2/Modules/_ctypes/
Dctypes.h91 Py_ssize_t b_index; /* index of this object into base's member
121 Py_ssize_t b_index; /* index of this object into base's member
/external/gemmlowp/test/
Dtest.cc88 const int b_index = j * b_j_stride + l * b_l_stride; in ReferenceEightBitIntGemm() local