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.cc269 options.infeed_steps < 0 || step <= options.infeed_steps; ++step) { in ExecuteReplicatedImpl()
287 options.infeed_steps < 0 || step <= options.infeed_steps; ++step) { in ExecuteReplicatedImpl()
Dhlo_runner_interface.h64 int64 infeed_steps = -1; member