HomeSort by relevance Sort by last modified time
    Searched full:column_start (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc 171 TileLoader GetLhsTileLoader(llvm::Value* column_start, int64 column_count) {
174 /*major_dim_offset=*/column_start,
213 TileLoader lhs_tile_loader = GetLhsTileLoader(/*column_start=*/column,
501 int64 column_start = k_ - (k_ % tile_cols_); local
502 if (column_start == k_) {
512 ksl_.For("dot.inner.epilg.inner", /*start=*/column_start, /*end=*/k_,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 607 int column_start; local
611 for (column_start = 0; column_start < 16; column_start += 8) {
    [all...]
fwd_dct32x32_impl_avx2.h 98 int column_start; local
99 for (column_start = 0; column_start < 32; column_start += 16) {
108 const int16_t *in = &input[column_start];
257 int16_t *in = &intermediate[column_start];
    [all...]
fwd_dct32x32_impl_sse2.h 111 int column_start; local
112 for (column_start = 0; column_start < 32; column_start += 8) {
121 const int16_t *in = &input[column_start];
246 int16_t *in = &intermediate[column_start];
    [all...]

Completed in 690 milliseconds