Home
last modified time | relevance | path

Searched defs:trt_dtype (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc102 string DebugString(const nvinfer1::DataType trt_dtype) { in DebugString()
Dconvert_nodes.cc221 nvinfer1::DataType trt_dtype(nvinfer1::DataType::kFLOAT); in get() local
308 nvinfer1::DataType* trt_dtype, in ValidateTensorProperties()
766 SimpleITensor(nvinfer1::DataType trt_dtype, const nvinfer1::Dims& trt_dims) in SimpleITensor()
779 void setType(nvinfer1::DataType trt_dtype) override { in setType()
838 TRT_TensorOrWeights::TRT_TensorOrWeights(nvinfer1::DataType trt_dtype, in TRT_TensorOrWeights()
1087 TRT_ShapedWeights TrtWeightStore::GetTempWeights(nvinfer1::DataType trt_dtype, in GetTempWeights()
1174 nvinfer1::DataType trt_dtype; in ConvertToTensorOrWeights() local
4319 nvinfer1::DataType trt_dtype; in TfTensorToTrtWeights() local
6366 nvinfer1::DataType trt_dtype; in ConvertGraphDefToEngine() local
6409 nvinfer1::DataType trt_dtype; in ConvertGraphDefToEngine() local
Dconvert_nodes.h453 nvinfer1::DataType trt_dtype; member
Dconvert_nodes_test.cc1453 const nvinfer1::DataType trt_dtype = in CheckDataTypeMatches() local
1562 nvinfer1::DataType trt_dtype = nvinfer1::DataType::kFLOAT) { in AddTestTensor()