Home
last modified time | relevance | path

Searched defs:NodeFilter (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
DNodeFilter.py4 class NodeFilter: class
/external/python/cpython3/Lib/xml/dom/
DNodeFilter.py4 class NodeFilter: class
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_util.h29 using NodeFilter = std::function<bool(const Node*)>; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc88 class NodeFilter { class
90 NodeFilter() : filter_([](const HloInstruction*) { return kNormalNode; }) {} in __anonf346b5ae0202() function in xla::__anonf346b5ae0111::NodeFilter
92 explicit NodeFilter( in NodeFilter() function in xla::__anonf346b5ae0111::NodeFilter
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_device_selection_test.cc928 class NodeFilter { class