Home
last modified time | relevance | path

Searched defs:isQuantized (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/tracks/counter/
Dcontroller.ts70 const isQuantized = this.shouldSummarize(resolution); constant
108 isQuantized, constant
Dcommon.ts20 isQuantized: boolean; property
/external/perfetto/ui/src/tracks/cpu_freq/
Dcommon.ts22 isQuantized: boolean; property
Dcontroller.ts108 const isQuantized = this.shouldSummarize(resolution); constant
/external/perfetto/ui/src/tracks/cpu_slices/
Dcontroller.ts56 const isQuantized = this.shouldSummarize(resolution); constant
/external/perfetto/ui/src/tracks/process_scheduling/
Dcontroller.ts66 const isQuantized = this.shouldSummarize(resolution); constant
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DTFLiteObjectDetectionAPIModel.java103 final boolean isQuantized) in create()