Home
last modified time | relevance | path

Searched refs:very_small_gather_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.h125 int64 very_small_gather_size() const { return very_small_gather_size_; } in very_small_gather_size() function
Dalgebraic_simplifier.cc2532 operand_shape.dimensions(0) <= options_.very_small_gather_size() && in HandleGather()