HomeSort by relevance Sort by last modified time
    Searched refs:DataFormatDimMap (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
data_format_ops_gpu.cu.cc 26 template struct functor::DataFormatDimMap<GPUDevice, int32>;
27 template struct functor::DataFormatDimMap<GPUDevice, int64>;
data_format_ops.cc 56 functor::DataFormatDimMap<Device, T>()(context->eigen_device<Device>(),
118 Name("DataFormatDimMap").Device(DEVICE_CPU).TypeConstraint<T>("T"), \
137 void DataFormatDimMap<GPUDevice, T>::operator()( \
140 extern template struct DataFormatDimMap<GPUDevice, T>;
161 Name("DataFormatDimMap").Device(DEVICE_GPU).TypeConstraint<T>("T"), \
data_format_ops.h 28 struct DataFormatDimMap {

Completed in 65 milliseconds