Searched refs:shape_annotation_stats (Results 1 – 2 of 2) sorted by relevance
102 auto& shape_annotation_stats = device->shape_annotation_stats; in UpdateDeviceAnnotationState() local103 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()
147 } shape_annotation_stats; member