Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.i214 if (!HandleBoolAttribute($input, "dump_hlo_as_text", [&](bool b) {
219 if (!HandleBoolAttribute($input, "dump_hlo_as_proto", [&](bool b) {
224 if (!HandleBoolAttribute($input, "hlo_profile", [&](bool b) {
Dnumpy_bridge.h146 bool HandleBoolAttribute(PyObject* o, const char* attr_name,
Dnumpy_bridge.cc624 bool HandleBoolAttribute(PyObject* o, const char* attr_name, in HandleBoolAttribute() function