Home
last modified time | relevance | path

Searched refs:COMPILATION (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp160 VLOG(COMPILATION) << "OrigOperandToSlicedInputOperandIndex::getIndex looked for " in getIndex()
182 VLOG(COMPILATION) << "OrigOperandToSlicedInputOperandIndex::getIndex created " in getIndex()
266 VLOG(COMPILATION) in processOperations()
290 VLOG(COMPILATION) << "origOperandIndexToSlicedIndex compliant input " in processOperations()
324 VLOG(COMPILATION) << "origOperandIndexToSlicedIndex compliant output created " in processOperations()
429 VLOG(COMPILATION) << "origOperandIndexToSlicedIndex initialization created " in makeSlice()
456 VLOG(COMPILATION) << "origOperandIndexToSlicedIndex inputIndexes processing created " in makeSlice()
474 if (VLOG_IS_ON(COMPILATION)) { in makeSlice()
DLegacyUtils.cpp68 {"compilation", COMPILATION}, in initVLogMask()
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp622 VLOG(COMPILATION) in findModelOutputsThatAreDownstreamInputs()
676 VLOG(COMPILATION) << "ExecutionStep(" << mIndex << ")::declareModelOutputIsDownstreamInput(" in declareModelOutputIsDownstreamInput()
697 VLOG(COMPILATION) << "ExecutionStep::finishStepModel, step " << mIndex; in logStepModel()
713 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel()
720 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel()
752 VLOG(COMPILATION) << "StepModelOutput (operand#" << stepModelOutput.first in finishStepModel()
773 VLOG(COMPILATION) << "ExecutionStep::finishStepModel: finishing step model with no inputs " in finishStepModel()
819 if (VLOG_IS_ON(COMPILATION)) { in finishStepModel()
834 VLOG(COMPILATION) << "ExecutionStep::finishStepModel, compilation on " << mDevice->getName(); in finishStepModel()
840 if (VLOG_IS_ON(COMPILATION)) { in dump()
[all …]
DCompilationBuilder.cpp50 VLOG(COMPILATION) << "CompilationBuilder::CompilationBuilder"; in CompilationBuilder()
98 VLOG(COMPILATION) << "CompilationBuilder::finish with CPU fallback"; in finish()
DManager.cpp371 VLOG(COMPILATION) << "Cache " << i << ": " << filename; in createCacheHandleVec()
/packages/providers/MediaProvider/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2 Landroid/provider/MediaStore$Audio$AudioColumns;->COMPILATION:Ljava/lang/String;
/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h63 enum VLogFlags { MODEL = 0, COMPILATION, EXECUTION, CPUEXE, MANAGER, DRIVER, MEMORY }; enumerator
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
DTmaMediaMetadataReader.java87 COMPILATION (METADATA_KEY_COMPILATION, ValueType.TEXT), enumConstant
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java1055 op.withValue(MediaColumns.COMPILATION, null); in withGenericValues()
1100 withOptionalValue(op, MediaColumns.COMPILATION, in withRetrieverValues()
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt324 field public static final String COMPILATION = "compilation";
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java1647 public static final String COMPILATION = "compilation"; field