Home
last modified time | relevance | path

Searched defs:execution_count (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dstats_publisher_interface.cc35 uint64 step, int64_t execution_count, const RunOptions& ropts) override { in GetProfileHandler()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.h272 int64_t execution_count = 0; member
Dxla_compilation_cache.cc339 int64_t execution_count) { in ShouldBeMegamorphic()
/external/grpc-grpc/test/core/event_engine/test_suite/tests/
Dtimer_test.cc216 std::atomic<int> execution_count{0}; in ImmediateRunTestInternal() local
/external/openscreen/platform/impl/
Dtask_runner_unittest.cc283 std::atomic<int> execution_count{0}; member in openscreen::RepeatedClass
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc746 int64_t execution_count; in DumpHloSnapshotIfEnabled() local
784 int64_t execution_count; in DumpHloSnapshotIfEnabled() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.h87 int execution_count; member
Dvirtual_scheduler.cc103 int64_t execution_count = node->attr().count(kExecutionCount) == 0 in UpdateDeviceAnnotationState() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc125 int64_t execution_count, in GetProfileHandler()
649 int64_t execution_count, PerStepState* pss, CallOptions* call_opts, in RunPartitionsHelper()
812 const MasterEnv* env, int64_t step_id, int64_t execution_count, in RunPartitions()
837 const MasterEnv* env, int64_t step_id, int64_t execution_count, in RunPartitions()
/external/python/cpython3/Include/internal/
Dpycore_code.h279 uint64_t execution_count; member