Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc342 struct ToTFDataType;
345 struct ToTFDataType<Eigen::half> : std::integral_constant<DataType, DT_HALF> {}; struct
348 struct ToTFDataType<float> : std::integral_constant<DataType, DT_FLOAT> {}; struct
351 struct ToTFDataType<double> : std::integral_constant<DataType, DT_DOUBLE> {}; struct
354 struct ToTFDataType<uint8> : std::integral_constant<DataType, DT_UINT8> {}; struct
373 const DataType tf_data_type = ToTFDataType<T>::value; in AllocateBytes()