Home
last modified time | relevance | path

Searched defs:DataFormatDimMap (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddata_format_ops_gpu.cu.cc26 template struct functor::DataFormatDimMap<GPUDevice, int32>; member in tensorflow::functor
27 template struct functor::DataFormatDimMap<GPUDevice, int64>; member in tensorflow::functor
Ddata_format_ops.h28 struct DataFormatDimMap { struct
29 void operator()(const Device& d, typename TTypes<T>::ConstFlat x, in operator()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go33607 func DataFormatDimMap(scope *Scope, x tf.Output, optional ...DataFormatDimMapAttr) (y tf.Output) { func