Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc4293 Status CopyToTrtInt32Array(const Tensor& tensor, int32* dst) { in CopyToTrtInt32Array() function
4345 status = CopyToTrtInt32Array<DT_INT8>(tensor, dst); in TfTensorToTrtWeights()
4348 status = CopyToTrtInt32Array<DT_UINT8>(tensor, dst); in TfTensorToTrtWeights()
4351 status = CopyToTrtInt32Array<DT_INT16>(tensor, dst); in TfTensorToTrtWeights()
4354 status = CopyToTrtInt32Array<DT_UINT16>(tensor, dst); in TfTensorToTrtWeights()
4357 status = CopyToTrtInt32Array<DT_UINT32>(tensor, dst); in TfTensorToTrtWeights()
4360 status = CopyToTrtInt32Array<DT_INT64>(tensor, dst); in TfTensorToTrtWeights()
4363 status = CopyToTrtInt32Array<DT_UINT64>(tensor, dst); in TfTensorToTrtWeights()