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

  /external/tensorflow/tensorflow/core/kernels/
reference_gemm.h 77 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); local
78 const int32 b_value = static_cast<int32>(b[b_index]) - offset_b;
gemm_functors.h 73 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); local
74 const T2 b_value = b[b_index];
  /external/tensorflow/tensorflow/contrib/factorization/kernels/
masked_matmul_ops.cc 127 int64 b_index = internal::SubtleMustCopy(indices_mat(i, 1));
128 CHECK(FastBoundsCheck(b_index, b_dim_1))
129 << "In mask_indices[" << i << ", :], the column index " << b_index
131 return b_index;
179 const int64 b_index = get_b_index(p);
180 prod_values(p) = get_dot_product(a_index, b_index);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 240 unsigned int a_index, b_index; local
243 for (b_index = 0; b_index < b->ReaderCount; b_index++) {
244 struct rc_reader reader_b = b->Readers[b_index];
radeon_pair_regalloc.c 580 unsigned int b_index; local
582 for (a = var_ptr, b = var_ptr->Next, b_index = node_index + 1;
583 b; b = b->Next, b_index++) {
590 node_index, b_index);
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 113 int b_index = ((l * n) + j); local
114 float mult = a_float[a_index] * b_float[b_index];
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 523 #define ADD_S16_S32(a, left_index, right_index, b, b_index) \
525 b##_lo[b_index] = \
527 b##_hi[b_index] = vaddl_s16(vget_high_s16(a[left_index]), \
531 #define SUB_S16_S32(a, left_index, right_index, b, b_index) \
533 b##_lo[b_index] = \
535 b##_hi[b_index] = vsubl_s16(vget_high_s16(a[left_index]), \
539 #define ADDW_S16_S32(a, a_index, b, b_index, c, c_index) \
541 c##_lo[c_index] = vaddw_s16(a##_lo[a_index], vget_low_s16(b[b_index])); \
542 c##_hi[c_index] = vaddw_s16(a##_hi[a_index], vget_high_s16(b[b_index])); \
545 #define SUBW_S16_S32(a, a_index, b, b_index, temp, temp_index, c, c_index)
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 91 Py_ssize_t b_index; /* index of this object into base's member in struct:tagCDataObject
121 Py_ssize_t b_index; /* index of this object into base's member in struct:__anon32650
_ctypes.c     [all...]
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 51 Py_ssize_t b_index; /* index of this object into base's member in struct:tagCDataObject
81 Py_ssize_t b_index; /* index of this object into base's member in struct:__anon33244
_ctypes.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m32r.c 774 int b_index;
787 for (b_index = 0;
789 b_index++, b_operands++)
795 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
804 for (b_index = 0;
806 b_index++, b_operands++)
813 && (a->indices[a_index] == b->indices[b_index]))
771 int b_index; local
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 1237 int b_index = 1; local
    [all...]
  /external/gemmlowp/test/
test.cc 88 const int b_index = j * b_j_stride + l * b_l_stride; local
89 const std::uint8_t b_as_byte = b[b_index];
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 856 const int b_index = ((j * ldb) + l); local
    [all...]

Completed in 504 milliseconds