edgetpu icon indicating copy to clipboard operation
edgetpu copied to clipboard

Fix C2397 isuue when build edgetpu on windows

Open jangsoopark opened this issue 5 years ago • 0 comments

I found C2397 error when compiling edgetpu on Windwos

error C2397: conversion from 'double' to 'float' requires a narrowing conversion...

So, I fix some test code which causes the problem.

jangsoopark avatar Apr 08 '20 05:04 jangsoopark