Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2466 DenseIntElementsAttr attr_shape; in build() local
2467 if (matchPattern(perm, m_Constant(&attr_shape))) { in build()
2469 if (attr_shape.isSplat()) { in build()
2471 attr_shape.getNumElements(), in build()
2472 x_type.getDimSize((*attr_shape.begin()).getSExtValue())); in build()
2474 const_shape.reserve(attr_shape.getNumElements()); in build()
2475 for (const auto &dim : attr_shape) in build()