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

  /external/libaom/libaom/test/
ethread_test.cc 30 tile_cols_(GET_PARAM(3)), tile_rows_(GET_PARAM(4)),
92 encoder->Control(AV1E_SET_TILE_ROWS, tile_rows_);
210 int tile_rows_; member in class:__anon26743::AVxEncoderThreadTest
250 encoder->Control(AV1E_SET_TILE_ROWS, tile_rows_);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
tiled_dot_emitter.cc 126 int64 tile_rows() const { return tile_rows_; }
143 tile_rows_(tile_rows),
152 int64 tile_rows_; member in class:xla::cpu::__anon44367::GemvConfig
177 // tiles. For each tile in A, assuming tile_rows_ == tile_cols_ == 4, we have:
414 // tiles. For each tile in A, assuming tile_rows_ == tile_cols_ == 4, we have:
    [all...]

Completed in 225 milliseconds