Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dexport_tf_dialect_op.cc225 constexpr char kShapeInferenceGraph[] = "shape_inference_graph"; in GetAttrValuesFromOperation() local
227 !inst->hasAttr(kShapeInferenceGraph) && in GetAttrValuesFromOperation()
228 !attrs_to_ignore.contains(kShapeInferenceGraph)) { in GetAttrValuesFromOperation()
231 (*attributes)[kShapeInferenceGraph] = value; in GetAttrValuesFromOperation()