Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc102 auto& shape_annotation_stats = device->shape_annotation_stats; in UpdateDeviceAnnotationState() local
103 shape_annotation_stats.num_ops_annotated += 1; in UpdateDeviceAnnotationState()
104 shape_annotation_stats.num_ops_executed += execution_count; in UpdateDeviceAnnotationState()
105 shape_annotation_stats.num_ops_executed_more_than_once += in UpdateDeviceAnnotationState()
107 shape_annotation_stats.num_ops_with_incompatible_shapes += in UpdateDeviceAnnotationState()
109 shape_annotation_stats.num_ops_with_dynamic_shapes += in UpdateDeviceAnnotationState()
1094 const auto& device_annotation_stats = state.shape_annotation_stats; in Summary()
Dvirtual_scheduler.h147 } shape_annotation_stats; member