Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstats_publisher_interface.cc35 uint64 step, int64 execution_count, const RunOptions& ropts) override { in GetProfileHandler() argument
Dstats_publisher_interface.h49 uint64 step, int64 execution_count, const RunOptions& ropts) = 0;
/external/selinux/policycoreutils/setfiles/
Dsetfiles.c171 const char *ropts = "e:f:hiIDlmno:pqrsvFRW0"; local
234 opts = ropts;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc116 const RunOptions& ropts) { in GetProfileHandler() argument
117 return stats_publisher_->GetProfileHandler(step, execution_count, ropts); in GetProfileHandler()