Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc447 nvinfer1::Weights trt_weights = weights.GetTrtWeights(); in CreateConstantLayer()
624 nvinfer1::Weights TRT_ShapedWeights::GetTrtWeights() const { in GetTrtWeights() function in tensorflow::tensorrt::convert::TRT_ShapedWeights
1745 shift_weights.GetTrtWeights(), scale_weights.GetTrtWeights(), in BinaryTensorOpWeight()
1746 power_weights.GetTrtWeights()); in BinaryTensorOpWeight()
1902 weights.GetTrtWeights(), biases.GetTrtWeights()); in ConvertConv2DHelper()
1913 weights.GetTrtWeights(), biases.GetTrtWeights()); in ConvertConv2DHelper()
2993 *tensor, mode, weights.GetTrtWeights(), empty_weights.GetTrtWeights(), in ConvertBiasAdd()
2994 empty_weights.GetTrtWeights()); in ConvertBiasAdd()
3703 combined_offset_weights.GetTrtWeights(), in ConvertFusedBatchNorm()
3704 combined_scale_weights.GetTrtWeights(), in ConvertFusedBatchNorm()
[all …]
Dconvert_nodes.h184 nvinfer1::Weights GetTrtWeights() const;
Dconvert_nodes_test.cc274 nvinfer1::Weights trt_weights = ptr->GetTrtWeights(); in TEST()
289 nvinfer1::Weights trt_weights = ptr->GetTrtWeights(); in TEST()
306 nvinfer1::Weights trt_weights = ptr->GetTrtWeights(); in TEST()