Home
last modified time | relevance | path

Searched defs:OHWDI (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.h75 const tflite::gpu::Tensor<OHWDI, S>& weights, int out_group_size, in RearrangeWeightsToODHWIOGroupI4O4()
149 const tflite::gpu::Tensor<OHWDI, S>& weights, int out_group_size, in RearrangeWeightsToODHWIOGroupO4I4()
223 const tflite::gpu::Tensor<OHWDI, S>& weights, int out_group_size, in RearrangeWeightsToI4DHWIOOGroupO4()
297 const tflite::gpu::Tensor<OHWDI, S>& weights, int out_group_size, in RearrangeWeightsToO4DHWIOOGroupI4()
371 const tflite::gpu::Tensor<OHWDI, S>& weights, in RearrangeWeightsToOICustomSpatialI4O4()
449 const tflite::gpu::Tensor<OHWDI, S>& weights, in RearrangeWeightsToOICustomSpatialO4I4()
Dweights_conversion.cc149 const tflite::gpu::Tensor<OHWDI, DataType::FLOAT32>& weights, in RearrangeWeights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dshape.h62 OHWDI = 14, enumerator
209 using OHWDI = StrongShape<Layout::OHWDI>; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.h132 const tflite::gpu::Tensor<OHWDI, T>& weights, bool weights_are_buffer) { in UploadWeights()
Ddepthwise_conv.h185 void RearrangeWeightsForDWConv3D(const tflite::gpu::Tensor<OHWDI, S>& weights, in RearrangeWeightsForDWConv3D()
218 const tflite::gpu::Tensor<OHWDI, T>& weights, bool weights_are_buffer) { in UploadWeightsForDWConv3D()
Dconv_generic.h297 void ConvGeneric::UploadWeights(const tflite::gpu::Tensor<OHWDI, T>& weights) { in UploadWeights()