Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_propagation.h31 typedef std::function<bool(const Node&)> NodeFilter; typedef
/external/python/cpython3/Lib/xml/dom/
DNodeFilter.py4 class NodeFilter: class
/external/python/cpython2/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.cc94 class NodeFilter { class
96 NodeFilter() : filter_([](const HloInstruction*) { return kNormalNode; }) {} in __anon758a858c0202() function in xla::__anon758a858c0111::NodeFilter
98 explicit NodeFilter( in NodeFilter() function in xla::__anon758a858c0111::NodeFilter
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_device_selection_test.cc922 class NodeFilter { class