Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc133 DataType ToEnum(data::DataType type) { in ToEnum() function
162 AccessType ToEnum(data::AccessType type) { in ToEnum() function
173 MemoryType ToEnum(data::MemoryType type) { in ToEnum() function
184 LinearStorageType ToEnum(data::LinearStorageType type) { in ToEnum() function
193 TensorStorageType ToEnum(data::TensorStorageType type) { in ToEnum() function
212 Layout ToEnum(data::Layout type) { in ToEnum() function
270 CalculationsPrecision ToEnum(data::CalculationsPrecision type) { in ToEnum() function
281 TensorToGrid ToEnum(data::TensorToGrid type) { in ToEnum() function
296 CompilerOptions ToEnum(data::CompilerOptions type) { in ToEnum() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.cc486 DataType ToEnum(data::DataType type) { in ToEnum() function
501 ObjectType ToEnum(data::ObjectType type) { in ToEnum() function
512 AccessType ToEnum(data::AccessType type) { in ToEnum() function
/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc276 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum() function in google::protobuf::util::converter::DataPiece
/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp344 E ToEnum(float v) { in ToEnum() function in skottie::internal::__anonea7cc2040111::DisplacementMapAdapter
/external/clang/lib/AST/
DASTImporter.cpp2046 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local
2383 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch()
6164 } else if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local
6522 if (EnumDecl *ToEnum = dyn_cast<EnumDecl>(To)) { in ImportDefinition() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp1670 if (EnumDecl *ToEnum = cast<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded() local
2144 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch()
8333 } else if (auto *ToEnum = dyn_cast<EnumDecl>(ToDC)) { in ImportContext() local
8866 if (auto *ToEnum = dyn_cast<EnumDecl>(To)) { in ImportDefinition() local