Searched defs:SimpleITensor (Results 1 – 1 of 1) sorted by relevance
39 SimpleITensor(nvinfer1::DataType trt_dtype, const nvinfer1::Dims& trt_dims) in SimpleITensor() function42 SimpleITensor() : dynamic_range_min_(0.0f), dynamic_range_max_(0.0f) {} in SimpleITensor() function43 SimpleITensor(const nvinfer1::Dims& dims) in SimpleITensor() function46 SimpleITensor(const std::vector<int>& dims) { in SimpleITensor() function