Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc136 DataType ToEnum(data::DataType type) { in ToEnum() function
165 AccessType ToEnum(data::AccessType type) { in ToEnum() function
176 MemoryType ToEnum(data::MemoryType type) { in ToEnum() function
187 LinearStorageType ToEnum(data::LinearStorageType type) { in ToEnum() function
196 TensorStorageType ToEnum(data::TensorStorageType type) { in ToEnum() function
215 Layout ToEnum(data::Layout type) { in ToEnum() function
273 CalculationsPrecision ToEnum(data::CalculationsPrecision type) { in ToEnum() function
284 TensorToGrid ToEnum(data::TensorToGrid type) { in ToEnum() function
299 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.cpp356 E ToEnum(float v) { in ToEnum() function in skottie::internal::__anon5fc226290111::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