Home
last modified time | relevance | path

Searched defs:FilterValues (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h194 std::vector<Value*> FilterValues(const Pred& predicate) const { in FilterValues() function
/external/go-cmp/cmp/
Doptions.go159 func FilterValues(f interface{}, opt Option) Option { func