Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc481 const Shape dst_weights_shape = in ConvertDepthwiseConvOperator() local
486 CHECK(dst_weights_shape.dims(2) * dst_weights_shape.dims(3) == in ConvertDepthwiseConvOperator()
493 ConvertFloatTensorConst(src_weights_name, dst_weights_shape, src_weights_data, in ConvertDepthwiseConvOperator()