14 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_DOT_DECOMPOSER_H_ 15 #define TENSORFLOW_COMPILER_XLA_SERVICE_DOT_DECOMPOSER_H_ 17 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 30 tensorflow::StringPiece name()
const override {
return "dot_decomposer"; }
45 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_DOT_DECOMPOSER_H_ bool decompose_batch_dot_
Definition: dot_decomposer.h:42
StatusOr< bool > Run(HloModule *module) override
Entry point of xla::DotDecomposer
Definition: dot_decomposer.cc:148
Definition: dot_decomposer.h:24
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52