Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h142 bool ignore_first_dim) { in TensorShapeToTrtDims() argument
144 const int offset = (ignore_first_dim ? 1 : 0); in TensorShapeToTrtDims()
Dconvert_nodes.cc248 bool ignore_first_dim = false) { in TensorShapeArrayToTrtDims() argument
251 *out = TensorShapeToTrtDims(tensor_shape, ignore_first_dim); in TensorShapeArrayToTrtDims()