Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h333 int64 NextStepId();
Dxla_compiler.cc122 int64 XlaCompiler::NextStepId() { return next_step_id_++; } in NextStepId() function in tensorflow::XlaCompiler
622 flib_runtime_, NextStepId())); in CompileGraph()