Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_builder.cc39 int weights_height, int weights_width, in ComputeSpaceToBatchParams() argument
51 dilation_factors_h_w[1] * (weights_width - 1) + 1; in ComputeSpaceToBatchParams()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc817 const int weights_width = attr.weights.shape.i; in Parse() local
821 if (input->tensor.shape.DimensionsProduct() / batch_size != weights_width) { in Parse()
833 BHWC(input->tensor.shape.b, 1, 1, weights_width); in Parse()