Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogistic_expander.h27 enum class LogisticExpansionType { enum
35 explicit LogisticExpander(LogisticExpansionType expansion_type) in LogisticExpander()
48 LogisticExpansionType expansion_type_;
Dlogistic_expander.cc81 case LogisticExpansionType::kTanh: in ExpandInstruction()
83 case LogisticExpansionType::kExp: 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.cc338 /*expansion_type=*/LogisticExpansionType::kExp); in RunHloPassesThroughLayoutAssn()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc214 /*expansion_type=*/LogisticExpansionType::kExp); in OptimizeHloModule()