Searched refs:ConverterType (Results 1 – 3 of 3) sorted by relevance
45 using ConverterType = tensorflow::Status (*)( typedef48 using ConverterMapType = std::unordered_map<std::string, ConverterType>;
2398 using ConverterType = tensorflow::Status (*)( typedef2401 using ConverterMapType = std::unordered_map<std::string, ConverterType>;2404 return std::unordered_map<std::string, ConverterType>({ in GetTensorFlowNodeConverterMapForFlex()2414 return std::unordered_map<std::string, ConverterType>({ in GetTensorFlowNodeConverterMap()
1234 template <typename NativeSrcT, typename NativeDestT, typename ConverterType>1236 const ConverterType& converter) { in ConvertBetweenNativeTypesWithConverter()