Home
last modified time | relevance | path

Searched refs: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
298 instance_str = resource_instance_op.GetResourceInstanceStr(); in CollectOpSideEffects()
301 ResourceId resource_id = GetOpResourceId(type_id, instance_str); in CollectOpSideEffects()
313 ResourceId GetOpResourceId(TypeID type_id, std::string instance_str) { in GetOpResourceId() argument
315 std::make_pair(type_id.getAsOpaquePointer(), instance_str), in GetOpResourceId()
/external/python/cpython2/Objects/
Dclassobject.c936 instance_str(PyInstanceObject *inst) in instance_str() function
2218 (reprfunc)instance_str, /* tp_str */