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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
tiled_dot_emitter.h 46 tensorflow::int64 max_vector_count,
tiled_dot_emitter.cc 645 // `max_vector_count` is the maximum number of vectors of size
657 int64 max_vectorization_width, int64 max_vector_count,
663 max_vector_count_(max_vector_count),
678 int64 max_vector_count() const { return max_vector_count_; } function in class:xla::cpu::__anon44367::TiledSmallGemmEmitter::Config
707 CHECK_GT(max_vector_count(), 0);
745 int64 max_vector_count() const { return config().max_vector_count(); } function in class:xla::cpu::__anon44367::TiledSmallGemmEmitter
772 max_vector_count() * max_vectorization_width();
773 int64 current_vector_count = max_vector_count();
    [all...]

Completed in 130 milliseconds