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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
tiled_dot_emitter.h 45 tensorflow::int64 max_vectorization_width,
tiled_dot_emitter.cc 640 // `max_vectorization_width` is the maximum vector width (i.e. the width of
646 // `max_vectorization_width` that we will attempt to process at once.
657 int64 max_vectorization_width, int64 max_vector_count,
662 max_vectorization_width_(max_vectorization_width),
670 dims().ToString(), "_", max_vectorization_width(),
677 int64 max_vectorization_width() const { return max_vectorization_width_; } function in class:xla::cpu::__anon44367::TiledSmallGemmEmitter::Config
705 CHECK(max_vectorization_width() > 0 &&
706 IsPowerOfTwo(static_cast<uint64>(max_vectorization_width())));
710 CHECK_GE(max_vectorization_width(), min_vectorization_width());
742 int64 max_vectorization_width() const function in class:xla::cpu::__anon44367::TiledSmallGemmEmitter
    [all...]

Completed in 345 milliseconds