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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_options.cc 52 int64 tiling_factor; local
54 absl::SimpleAtoi(it->second, &tiling_factor)) {
55 return tiling_factor;
dot_op_emitter.cc 310 int64 tiling_factor = GetGemvTilingFactor(); local
311 CHECK_GT(tiling_factor, 0);
337 /*tile_rows=*/vector_register_element_size, /*tile_cols=*/tiling_factor,
346 /*tile_rows=*/tiling_factor,
    [all...]

Completed in 3774 milliseconds