onnxruntime/winml/lib/Api.Image
Sheil Kumar 2dd5e75ba8
Incorrect output after GPU to GPU inference via VideoFrame and Gray8 models (#10425)
* If the tensor is of gray8 format, we should call the gray8 shader

* other check (which resolves to unknown in this case) is incorrectly being compared to constant and not DXGI_FORMAT

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2022-01-28 08:45:57 -08:00
..
inc
shaders
ConverterResourceStore.cpp
CpuDetensorizer.h
CpuTensorizer.h
D3DDeviceCache.cpp
DeviceHelpers.cpp
DisjointBufferHelpers.cpp
EventTimer.h
ImageConversionHelpers.cpp
ImageConverter.cpp
NominalRangeConverter.cpp
pch.h
TensorToVideoFrameConverter.cpp Incorrect output after GPU to GPU inference via VideoFrame and Gray8 models (#10425) 2022-01-28 08:45:57 -08:00
VideoFrameToTensorConverter.cpp