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 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::__anon016ac5180111::GemvConfig
140 int64 tile_cols, int64 m, int64 k, bool has_addend) in GemvConfig()
226 int64 m, int64 k, bool has_addend) in Config()
452 int64 m, int64 k, bool has_addend) in Config()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddot_operation_test.cc258 bool has_addend; member