Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc103 shape_annotation_stats.num_ops_annotated += 1; in UpdateDeviceAnnotationState()
1095 if (device_annotation_stats.num_ops_annotated > 0) { in Summary()
1096 VLOG(1) << device_annotation_stats.num_ops_annotated in Summary()
Dvirtual_scheduler.h137 int64 num_ops_annotated = 0; member