tiled_dot_emitter.cc | 119 int64 has_addend() const { return derived().config().has_addend(); } function in struct:xla::cpu::__anon44367::GemvConfig::User 130 bool has_addend() const { return has_addend_; } function in class:xla::cpu::__anon44367::GemvConfig 135 has_addend() ? "_with_addend" : ""); 140 int64 tile_cols, int64 m, int64 k, bool has_addend) 147 has_addend_(has_addend) {} 226 int64 m, int64 k, bool has_addend) 229 /*k=*/k, /*has_addend=*/has_addend) {} 245 CHECK(!has_addend() || addend != nullptr) [all...] |