Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_tensor_proxy.h39 SimpleITensor(nvinfer1::DataType trt_dtype, const nvinfer1::Dims& trt_dims) in SimpleITensor() function
42 SimpleITensor() : dynamic_range_min_(0.0f), dynamic_range_max_(0.0f) {} in SimpleITensor() function
43 SimpleITensor(const nvinfer1::Dims& dims) in SimpleITensor() function
46 SimpleITensor(const std::vector<int>& dims) { in SimpleITensor() function