Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.cc100 auto convr3 = absl::make_unique<Array3D<float>>( in ConvArray3DGeneralDimensionsDilated() local
104 convr3->operator()(indices[0], indices[1], indices[2]) = *value_ptr; in ConvArray3DGeneralDimensionsDilated()
106 return convr3; in ConvArray3DGeneralDimensionsDilated()