Searched defs:EnterOp (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/utils/ | ||
D | op_utils.cc | 43 void HostOpMetricsDbBuilder::EnterOp(absl::string_view name, in EnterOp() function in tensorflow::profiler::HostOpMetricsDbBuilder |
/external/tensorflow/tensorflow/core/kernels/ | ||
D | control_flow_ops.h | 82 explicit EnterOp(OpKernelConstruction* context) : OpKernel(context) {} in EnterOp() function |