Searched refs:CopyToTrtInt32Array (Results 1 – 1 of 1) sorted by relevance
3420 Status CopyToTrtInt32Array(const Tensor& tensor, int32* dst) { in CopyToTrtInt32Array() function3475 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()