Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc202 inline nvinfer1::Dims TensorShapeToTrtDims(const TensorShapeType& shape, in TensorShapeToTrtDims() function
218 *out = TensorShapeToTrtDims(tensor_shape, ignore_first_dim); in TensorShapeArrayToTrtDims()
282 *trt_dims = TensorShapeToTrtDims(shape, /*ignore_first_dim=*/true); in ValidateTensorProperties()