Searched refs:shape_const_op (Results 1 – 1 of 1) sorted by relevance
539 auto shape_const_op = llvm::dyn_cast<TF::ConstOp>(shape_op); in GetConstShapeValue() local540 if (!shape_const_op) return failure(); in GetConstShapeValue()541 for (const auto& v : shape_const_op.value().getValues<APInt>()) { in GetConstShapeValue()