Home
last modified time | relevance | path

Searched defs:hasStaticShape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_attributes.cc105 bool ShapeAttr::hasStaticShape() const { in hasStaticShape() function in mlir::TF::ShapeAttr
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp271 bool ShapedType::hasStaticShape() const { in hasStaticShape() function in ShapedType
275 bool ShapedType::hasStaticShape(ArrayRef<int64_t> shape) const { in hasStaticShape() function in ShapedType