Searched refs:IsTrtShapeTensorCompatible (Results 1 – 2 of 2) sorted by relevance
128 inline bool IsTrtShapeTensorCompatible(const TensorShapeType& shape) { in IsTrtShapeTensorCompatible() function135 inline bool IsTrtShapeTensorCompatible(const Tensor& tensor) { in IsTrtShapeTensorCompatible() function137 IsTrtShapeTensorCompatible(tensor.shape()); in IsTrtShapeTensorCompatible()
211 is_shape_tensor_[i] = IsTrtShapeTensorCompatible(input_partial_shapes[i]); in SetShapeTensorMask()