Home
last modified time | relevance | path

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

/external/angle/src/feature_support_util/
Dfeature_support_util.cpp187 class ListOf class
190 explicit ListOf(const std::string listType) : mWildcard(true), mListType(listType) {} in ListOf() function in angle::ListOf
191 ~ListOf() { mList.clear(); } in ~ListOf()
216 bool match(const ListOf<T> &toCheck) const in match()
567 ListOf<GPU> mGpuList;
638 ListOf<Application> mAppList;
639 ListOf<Device> mDevList;
/external/tensorflow/tensorflow/java/src/gen/cc/
Dsource_writer_test.cc254 .AppendType(Type::ListOf(generic)) in TEST()
256 .AppendType(Type::ListOf(Type::IterableOf(generic))) in TEST()
258 .AppendType(Type::ListOf(Type::Wildcard())); in TEST()
Dop_specs.cc310 var_type = Type::ListOf(var_type); in CreateAttribute()
327 var_type = Type::ListOf(var_type); in CreateOutput()
Djava_defs.h94 static Type ListOf(const Type& type) { in ListOf() function