Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dexport_tensorflow.cc483 const auto& src_weights_array = model.GetArray(src_weights_name); in ConvertDepthwiseConvOperator() local
484 const auto& src_weights_shape = src_weights_array.shape(); in ConvertDepthwiseConvOperator()
495 CHECK(src_weights_array.buffer->type == ArrayDataType::kFloat); in ConvertDepthwiseConvOperator()
497 src_weights_array.GetBuffer<ArrayDataType::kFloat>().data.data(); in ConvertDepthwiseConvOperator()