Home
last modified time | relevance | path

Searched refs:isQuantized (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/ui/src/tracks/counter/
Dcontroller.ts70 const isQuantized = this.shouldSummarize(resolution); constant
74 if (isQuantized) {
82 quantum=${isQuantized ? bucketSizeNs : 0}`);
89 if (!isQuantized) {
108 isQuantized, constant
Dcommon.ts20 isQuantized: boolean; property
Dfrontend.ts130 let text = (data.isQuantized) ? 'max value: ' : 'value: ';
/external/perfetto/ui/src/tracks/cpu_freq/
Dcontroller.ts108 const isQuantized = this.shouldSummarize(resolution); constant
112 if (isQuantized) {
120 quantum = ${isQuantized ? bucketSizeNs : 0}`);
127 if (isQuantized) {
156 isQuantized,
Dcommon.ts22 isQuantized: boolean; property
Dfrontend.ts138 if (data.isQuantized) {
/external/perfetto/ui/src/tracks/cpu_slices/
Dcontroller.ts56 const isQuantized = this.shouldSummarize(resolution); constant
60 if (isQuantized) {
68 quantum=${isQuantized ? bucketSizeNs : 0}
71 if (isQuantized) {
/external/perfetto/ui/src/tracks/process_scheduling/
Dcontroller.ts66 const isQuantized = this.shouldSummarize(resolution); constant
70 if (isQuantized) {
78 quantum=${isQuantized ? bucketSizeNs : 0}
81 if (isQuantized) {
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DTFLiteObjectDetectionAPIModel.java103 final boolean isQuantized) in create() argument
126 d.isModelQuantized = isQuantized; in create()
129 if (isQuantized) { in create()