Home
last modified time | relevance | path

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

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