Home
last modified time | relevance | path

Searched defs:opType (Results 1 – 12 of 12) sorted by relevance

/frameworks/ml/nn/common/operations/
DResizeImageOps.cpp109 bool resizeImageOpNhwc(OperationType opType, const T* inputData, const Shape& inputShape, in resizeImageOpNhwc()
136 bool resizeImageOpNhwc<_Float16>(OperationType opType, const _Float16* inputData, in resizeImageOpNhwc()
150 bool resizeImageOp(OperationType opType, const T* inputData, const Shape& inputShape, bool useNchw, in resizeImageOp()
174 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
224 bool prepare(OperationType opType, IOperationExecutionContext* context) { in prepare()
275 bool execute(OperationType opType, IOperationExecutionContext* context) { in execute()
DActivation.cpp359 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
399 bool prepare(OperationType opType, IOperationExecutionContext* context) { in prepare()
DPooling.cpp293 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
DBroadcast.cpp438 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
/frameworks/ml/nn/driver/sample/
DSampleDriverQuant.cpp60 static bool isQuantized(OperandType opType) { in isQuantized()
/frameworks/ml/nn/runtime/test/fuzzing/
DOperationManager.h71 test_helper::TestOperationType opType; member
DRandomGraphGenerator.h115 test_helper::TestOperationType opType; member
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py257 def __init__(self, name, opType, value, backward=None, skipRenaming=False, extraParams=None): argument
313 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
324 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
330 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
336 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
346 def __init__(self, name, opType, value, backward=None, skipRenaming=False, extraParams=None): argument
422 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java391 public long getDuration(int opType, int curState, long startTime, int memFactor, in getDuration()
/frameworks/ml/nn/common/
DValidateHal.cpp897 const auto opType = operands[0].type; in validateMemoryDesc() local
DUtils.cpp684 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
847 static inline int validateOperation(ANeuralNetworksOperationType opType, uint32_t inputCount, in validateOperation()
861 int validateOperation(ANeuralNetworksOperationType opType, uint32_t inputCount, in validateOperation()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp58 ANeuralNetworksOperandType opType = {.type = opcode, in getOpType() local