Searched refs:inputTypeInfo (Results 1 – 3 of 3) sorted by relevance
354 const auto inputTypeInfo = dataTypeInfos.find(inputType); in generateTestCode() local355 DE_ASSERT(inputTypeInfo != dataTypeInfos.end()); in generateTestCode()359 if (inputTypeInfo->second.beforeValueFn != DE_NULL) in generateTestCode()360 inputTypeInfo->second.beforeValueFn(output, i); in generateTestCode()361 for(size_t j = 0; j < inputTypeInfo->second.numElements; ++j) in generateTestCode()366 inputTypeInfo->second.valueFn(output, outputElementIndex++); in generateTestCode()369 if (inputTypeInfo->second.afterValueFn != DE_NULL) in generateTestCode()370 inputTypeInfo->second.afterValueFn(output, i); in generateTestCode()
213 auto inputTypeInfo = session->GetInputTypeInfo (0); in createSession() local215 inputTypeInfo.GetTensorTypeAndShapeInfo ().GetShape (); in createSession()282 auto inputTypeInfo = session->GetInputTypeInfo (0); in doRun() local284 inputTypeInfo.GetTensorTypeAndShapeInfo ().GetShape (); in doRun()
74 NSDictionary* inputTypeInfo = config[kTextInputType];75 _inputType = inputTypeInfo[kTextInputTypeName];