Searched refs:has_addend (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 119 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::__anon1dc5b04f0111::GemvConfig 135 has_addend() ? "_with_addend" : ""); in GetCacheKey() 140 int64 tile_cols, int64 m, int64 k, bool has_addend) in GemvConfig() argument 147 has_addend_(has_addend) {} in GemvConfig() 226 int64 m, int64 k, bool has_addend) in Config() argument 229 /*k=*/k, /*has_addend=*/has_addend) {} in Config() 245 CHECK(!has_addend() || addend != nullptr); in ColumnMajorMatrixVectorProductEmitter() 452 int64 m, int64 k, bool has_addend) in Config() argument 455 /*k=*/k, /*has_addend=*/has_addend) {} in Config() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dot_operation_test.cc | 258 bool has_addend; member 265 if (param.has_addend) { in PrintDotTestParam() 309 if (param.has_addend) { in TestImpl() 331 if (param.has_addend) { in TestImpl() 342 if (param.has_addend) { in TestImpl() 352 if (param.has_addend) { in TestImpl() 411 for (bool has_addend : {true, false}) { in CreateNoLayoutAssignmentDotTestParameters() 416 /*has_addend=*/has_addend, in CreateNoLayoutAssignmentDotTestParameters() 422 /*has_addend=*/has_addend, in CreateNoLayoutAssignmentDotTestParameters()
|