Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc203 bool ignore_first_dim) { in TensorShapeToTrtDims() argument
205 const int offset = (ignore_first_dim ? 1 : 0); in TensorShapeToTrtDims()
215 bool ignore_first_dim = false) { in TensorShapeArrayToTrtDims() argument
218 *out = TensorShapeToTrtDims(tensor_shape, ignore_first_dim); in TensorShapeArrayToTrtDims()