Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.h260 const Status stage_status = stage->TrySimplify(node, result); in PassThroughAllStages() local
263 if (!stage_status.ok()) { in PassThroughAllStages()
267 << ". Error: " << stage_status.error_message(); in PassThroughAllStages()
284 const Status stage_status = stage->TrySimplify(node, result); in PassThroughAllStagesWithStatus() local
285 if (!stage_status.ok()) { in PassThroughAllStagesWithStatus()
286 return stage_status; in PassThroughAllStagesWithStatus()