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

  /external/tensorflow/tensorflow/core/kernels/
data_format_ops_gpu.cu.cc 28 template struct functor::DataFormatVecPermute<GPUDevice, int32>;
29 template struct functor::DataFormatVecPermute<GPUDevice, int64>;
data_format_ops.cc 107 functor::DataFormatVecPermute<Device, T>()(
126 Name("DataFormatVecPermute").Device(DEVICE_CPU).TypeConstraint<T>("T"), \
148 void DataFormatVecPermute<GPUDevice, T>::operator()( \
151 extern template struct DataFormatVecPermute<GPUDevice, T>;
169 Name("DataFormatVecPermute").Device(DEVICE_GPU).TypeConstraint<T>("T"), \
data_format_ops.h 102 struct DataFormatVecPermute {
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 124 milliseconds