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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
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...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
dot_operation_test.cc 258 bool has_addend; member in struct:xla::__anon44611::DotTestParam
265 if (param.has_addend) {
309 if (param.has_addend) {
331 if (param.has_addend) {
342 if (param.has_addend) {
352 if (param.has_addend) {
371 /*has_addend=*/false, /*addend_row_major=*/true});
411 for (bool has_addend : {true, false}) {
416 /*has_addend=*/has_addend,
    [all...]

Completed in 278 milliseconds