Home
last modified time | relevance | path

Searched refs:inputTypeInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcGLSLVectorConstructorTests.cpp354 const auto inputTypeInfo = dataTypeInfos.find(inputType); in generateTestCode() local
355 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()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp213 auto inputTypeInfo = session->GetInputTypeInfo (0); in createSession() local
215 inputTypeInfo.GetTensorTypeAndShapeInfo ().GetShape (); in createSession()
282 auto inputTypeInfo = session->GetInputTypeInfo (0); in doRun() local
284 inputTypeInfo.GetTensorTypeAndShapeInfo ().GetShape (); in doRun()
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterTextInputModel.mm74 NSDictionary* inputTypeInfo = config[kTextInputType];
75 _inputType = inputTypeInfo[kTextInputTypeName];