Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc3420 Status CopyToTrtInt32Array(const Tensor& tensor, int32* dst) { in CopyToTrtInt32Array() function
3475 status = CopyToTrtInt32Array<DT_INT8>(tensor, dst); in TfTensorToTrtWeights()
3478 status = CopyToTrtInt32Array<DT_UINT8>(tensor, dst); in TfTensorToTrtWeights()
3481 status = CopyToTrtInt32Array<DT_INT16>(tensor, dst); in TfTensorToTrtWeights()
3484 status = CopyToTrtInt32Array<DT_UINT16>(tensor, dst); in TfTensorToTrtWeights()
3487 status = CopyToTrtInt32Array<DT_UINT32>(tensor, dst); in TfTensorToTrtWeights()
3490 status = CopyToTrtInt32Array<DT_INT64>(tensor, dst); in TfTensorToTrtWeights()
3493 status = CopyToTrtInt32Array<DT_UINT64>(tensor, dst); in TfTensorToTrtWeights()