Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DResizeImageOps.cpp47 bool resizeImageOpNhwc(OperationType opType, const T* inputData, const Shape& inputShape, in resizeImageOpNhwc()
75 bool resizeImageOpNhwc<_Float16>(OperationType opType, const _Float16* inputData, in resizeImageOpNhwc()
89 bool resizeImageOp(OperationType opType, const T* inputData, const Shape& inputShape, bool useNchw, in resizeImageOp()
103 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
143 bool prepare(OperationType opType, IOperationExecutionContext* context) { in prepare()
192 bool execute(OperationType opType, IOperationExecutionContext* context) { in execute()
DActivation.cpp209 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
229 bool prepare(OperationType opType, IOperationExecutionContext* context) { in prepare()
DPooling.cpp250 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
DBroadcast.cpp350 bool validate(OperationType opType, const IOperationValidationContext* context) { in validate()
/frameworks/ml/nn/runtime/test/fuzzing/
DOperationManager.h73 ANeuralNetworksOperationType opType; member
DRandomGraphGenerator.h104 ANeuralNetworksOperationType opType; member
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py298 def __init__(self, name, opType, value, backward=None, skipRenaming=False, extraParams=None): argument
340 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
354 def __init__(self, name, opType, backward=None, skipRenaming=False, extraParams=None): argument
360 def __init__(self, name, opType, backward=None, skipRenaming=False): argument
366 def __init__(self, name, opType, backward=None, skipRenaming=False): argument
376 def __init__(self, name, opType, value, backward=None, skipRenaming=False, extraParams=None): argument
436 def __init__(self, name, opType, backward=None, skipRenaming=False): 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/
DUtils.cpp532 static int validateHalVersion(ANeuralNetworksOperationType opType, HalVersion halVersion, in validateHalVersion()
543 int validateOperation(ANeuralNetworksOperationType opType, uint32_t inputCount, in validateOperation()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp45 ANeuralNetworksOperandType opType = {.type = opcode, in getOpType() local