edgetpu
edgetpu copied to clipboard
Fix C2397 isuue when build edgetpu on windows
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.