Skip to content

Commit

Permalink
Project import generated by Copybara
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677578503
  • Loading branch information
Profiler Team authored and copybara-github committed Sep 23, 2024
1 parent 39b9568 commit dab7d72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const MEASURED_FLOP_RATE_ID = 'measured_flop_rate';

/** A TensorFlow Stats component. */
@Component({
standalone: false,
selector: 'framework-op-stats',
templateUrl: './framework_op_stats.ng.html',
styleUrls: ['./framework_op_stats.css']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {FrameworkOpStatsModule} from './framework_op_stats_module';

/** An overview adapter component. */
@Component({
standalone: false,
selector: 'framework-op-stats-adapter',
template: '<framework-op-stats></framework-op-stats>',
})
Expand Down
1 change: 1 addition & 0 deletions frontend/app/components/kernel_stats/kernel_stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {getKernelStatsDataState} from 'org_xprof/frontend/app/store/common_data_

/** A Kernel Stats component. */
@Component({
standalone: false,
selector: 'kernel-stats',
templateUrl: './kernel_stats.ng.html',
styleUrls: ['./kernel_stats.css']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {KernelStatsModule} from './kernel_stats_module';

/** A kernel stats adapter component. */
@Component({
standalone: false,
selector: 'kernel-stats-adapter',
template: '<kernel-stats></kernel-stats>',
})
Expand Down
1 change: 1 addition & 0 deletions frontend/app/components/trace_viewer/trace_viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {takeUntil} from 'rxjs/operators';

/** A trace viewer component. */
@Component({
standalone: false,
selector: 'trace-viewer',
templateUrl: './trace_viewer.ng.html',
styleUrls: ['./trace_viewer.css']
Expand Down

0 comments on commit dab7d72

Please sign in to comment.