Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc336 options.infeed_steps < 0 || step <= options.infeed_steps; ++step) { in ExecuteReplicated()
354 options.infeed_steps < 0 || step <= options.infeed_steps; ++step) { in ExecuteReplicated()
Dhlo_runner.h67 int64 infeed_steps = -1; member