Home
last modified time | relevance | path

Searched defs:has_addend (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc119 int64_t has_addend() const { return derived().config().has_addend(); } in has_addend() function
130 bool has_addend() const { return has_addend_; } in has_addend() function in xla::cpu::__anon8d179a540111::GemvConfig
141 int64_t k, bool has_addend) in GemvConfig()
227 int64_t tile_cols, int64_t m, int64_t k, bool has_addend) in Config()
455 int64_t tile_cols, int64_t m, int64_t k, bool has_addend) in Config()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddot_operation_test.cc264 bool has_addend; member