Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc294 std::string instance_str = ""; in CollectOpSideEffects() local
313 ResourceId GetOpResourceId(TypeID type_id, std::string instance_str) { in GetOpResourceId()
/external/python/cpython2/Objects/
Dclassobject.c936 instance_str(PyInstanceObject *inst) in instance_str() function