Searched defs:ToTFDataType (Results 1 – 1 of 1) sorted by relevance
345 struct ToTFDataType<Eigen::half> : std::integral_constant<DataType, DT_HALF> {}; struct348 struct ToTFDataType<float> : std::integral_constant<DataType, DT_FLOAT> {}; struct351 struct ToTFDataType<double> : std::integral_constant<DataType, DT_DOUBLE> {}; struct354 struct ToTFDataType<uint8> : std::integral_constant<DataType, DT_UINT8> {}; struct