Home
last modified time | relevance | path

Searched refs:LogisticExpander (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogistic_expander.h33 class LogisticExpander : public OpExpanderPass {
35 explicit LogisticExpander(LogisticExpansionType expansion_type) in LogisticExpander() function
37 ~LogisticExpander() override = default;
Dlogistic_expander.cc74 bool LogisticExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern()
78 StatusOr<HloInstruction*> LogisticExpander::ExpandInstruction( in ExpandInstruction()
Dlogistic_expander_test.cc65 LogisticExpander logistic_expander(LogisticExpansionType::kTanh); in TEST_F()
92 LogisticExpander logistic_expander(LogisticExpansionType::kExp); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc337 pipeline.AddPass<LogisticExpander>( in RunHloPassesThroughLayoutAssn()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc213 pipeline.AddPass<LogisticExpander>( in OptimizeHloModule()