Home
last modified time | relevance | path

Searched refs:evalGeneric (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/common/operations/
DPow.cpp35 bool evalGeneric(const T* baseData, const Shape& baseShape, const T* exponentData, in evalGeneric() function
74 return evalGeneric(reinterpret_cast<const _Float16*>(baseData), baseShape, in eval()
79 return evalGeneric(reinterpret_cast<const float*>(baseData), baseShape, in eval()
DSlice.cpp52 bool evalGeneric(const T* inputData, const Shape& inputShape, const int32_t* beginData, in evalGeneric() function
142 return evalGeneric(context->getInputBuffer<_Float16>(kInputTensor), in execute()
151 return evalGeneric(context->getInputBuffer<float>(kInputTensor), in execute()
160 return evalGeneric(context->getInputBuffer<int32_t>(kInputTensor), in execute()
169 return evalGeneric(context->getInputBuffer<uint8_t>(kInputTensor), in execute()
178 return evalGeneric(context->getInputBuffer<int8_t>(kInputTensor), in execute()
DMaximumMinimum.cpp37 bool evalGeneric(const T* aData, const Shape& aShape, const T* bData, const Shape& bShape, in evalGeneric() function
102 return evalGeneric(reinterpret_cast<const _Float16*>(in1), shape1, in eval()
107 return evalGeneric(reinterpret_cast<const float*>(in1), shape1, in eval()
112 return evalGeneric(reinterpret_cast<const int32_t*>(in1), shape1, in eval()
DTopK_V2.cpp44 bool evalGeneric(const T* inputData, const Shape& inputShape, const int32_t k, T* valuesData, in evalGeneric() function
70 return evalGeneric(context->getInputBuffer<T>(kInputTensor), in executeTyped()