Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc3786 TRT_ShapedWeights weights_raw, bool transpose_weight, in ConvertMatMulHelper() argument
3794 TRT_ShapedWeights weights(weights_raw.type_); in ConvertMatMulHelper()
3796 weights = weights_raw; in ConvertMatMulHelper()
3798 weights = params->weight_store->GetTempWeights(weights_raw); in ConvertMatMulHelper()
3799 ReorderCKtoKC(weights_raw, &weights); in ConvertMatMulHelper()