Searched refs:opType (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/nn/common/
H A DUtils.cpp364 int validateOperation(ANeuralNetworksOperationType opType, argument
379 auto logInvalidInOutNumber = [opType, inputCount, outputCount](int expIn, int expOut) {
383 << kOperationNames[opType];
386 switch (opType) {
410 << kOperationNames[opType];
439 << kOperationNames[opType];
461 << kOperationNames[opType];
483 << kOperationNames[opType];
497 << kOperationNames[opType];
525 << kOperationNames[opType];
[all...]
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DRange.java179 String opType = type == TYPE_PRIMARY ? "PRIMARY" : "PROVISIONAL";
180 Log.d(TAG, String.valueOf(this) + ": " + message + " (" + opType + ")");
/frameworks/ml/nn/common/include/
H A DUtils.h142 int validateOperation(ANeuralNetworksOperationType opType,
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java351 public long getDuration(int opType, int curState, long startTime, int memFactor, argument
353 int state = opType + (memFactor*SERVICE_COUNT);

Completed in 62 milliseconds