Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h231 friend class TrtWeightStore; variable
241 class TrtWeightStore {
363 TrtWeightStore* weight_store,
371 TrtWeightStore* weight_store);
378 TrtWeightStore* weight_store;
423 TrtWeightStore weight_store_;
647 TrtWeightStore weight_store_;
Dconvert_nodes_test.cc433 TrtWeightStore store; in TEST()
790 TrtWeightStore* weight_store_;
939 Converter* converter, TrtWeightStore* weight_store, in TestPrepareTensorForShape()
1052 void TestGetWeightRange(ConverterTest* test, TrtWeightStore* weight_store) { in TestGetWeightRange()
Dconvert_nodes.cc1087 TRT_ShapedWeights TrtWeightStore::GetTempWeights(nvinfer1::DataType trt_dtype, in GetTempWeights()
1103 std::vector<TRT_TensorOrWeights>* outputs, TrtWeightStore* weight_store, in OpConverterParams()
1118 std::vector<TRT_TensorOrWeights>* outputs, TrtWeightStore* weight_store) in OpConverterParams()
4307 Status TfTensorToTrtWeights(const Tensor& tensor, TrtWeightStore* weight_store, in TfTensorToTrtWeights()