Home
last modified time | relevance | path

Searched defs:weight_store (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h378 TrtWeightStore* weight_store; member
Dconvert_nodes.cc1103 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()
Dconvert_nodes_test.cc939 Converter* converter, TrtWeightStore* weight_store, in TestPrepareTensorForShape()
1052 void TestGetWeightRange(ConverterTest* test, TrtWeightStore* weight_store) { in TestGetWeightRange()