Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc240 ShapeAttr ParseShapeAttr(MLIRContext *context, StringRef spec, Location loc) { in ParseShapeAttr() function
336 if (spec.startswith("shape")) return ParseShapeAttr(getContext(), spec, loc); in parseAttribute()