Home
last modified time | relevance | path

Searched refs:ConverterType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc45 using ConverterType = tensorflow::Status (*)( typedef
48 using ConverterMapType = std::unordered_map<std::string, ConverterType>;
Dimport_tensorflow.cc2398 using ConverterType = tensorflow::Status (*)( typedef
2401 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()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1234 template <typename NativeSrcT, typename NativeDestT, typename ConverterType>
1236 const ConverterType& converter) { in ConvertBetweenNativeTypesWithConverter()