Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.i199 if (!HandleStringAttribute($input, "dump_to", [&](string s) {
204 if (!HandleStringAttribute($input, "dump_hlo_pass_re", [&](string s) {
209 if (!HandleStringAttribute($input, "dump_hlo_module_re", [&](string s) {
Dnumpy_bridge.h144 bool HandleStringAttribute(PyObject* o, const char* attr_name,
Dnumpy_bridge.cc586 bool HandleStringAttribute(PyObject* o, const char* attr_name, in HandleStringAttribute() function