Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc139 for (auto& kwarg_entry : keyword_args) { in DebugString() local
140 keyword_names.emplace_back(py::cast<std::string>(kwarg_entry.key)); in DebugString()
141 tree_def_str.emplace_back(kwarg_entry.value_treedef.ToString()); in DebugString()