Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_scatter_expander.h28 GpuScatterExpander() : ScatterExpander(kEliminateAllScatters) {} in GpuScatterExpander()
/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander.h41 kEliminateAllScatters, enumerator
Dscatter_expander_test.cc64 ScatterExpander scatter_expander(ScatterExpander::kEliminateAllScatters); in TEST_F()
Dscatter_expander.cc423 (mode_ == kEliminateAllScatters || ScatterTripCount(inst) == 1); in InstructionMatchesPattern()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc341 pipeline.AddPass<ScatterExpander>(ScatterExpander::kEliminateAllScatters); in RunHloPassesThroughLayoutAssn()