Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dserialization_base.cc130 DataType ToEnum(data::DataType type) { in ToEnum() function
161 AccessType ToEnum(data::AccessType type) { in ToEnum() function
172 MemoryType ToEnum(data::MemoryType type) { in ToEnum() function
183 TensorStorageType ToEnum(data::TensorStorageType type) { in ToEnum() function
202 Layout ToEnum(data::Layout type) { in ToEnum() function
264 CalculationsPrecision ToEnum(data::CalculationsPrecision type) { in ToEnum() function
275 TensorToGrid ToEnum(data::TensorToGrid type) { in ToEnum() function
290 CompilerOptions ToEnum(data::CompilerOptions type) { in ToEnum() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dserialization.cc490 DataType ToEnum(data::DataType type) { in ToEnum() function
505 ObjectType ToEnum(data::ObjectType type) { in ToEnum() function
516 AccessType ToEnum(data::AccessType type) { in ToEnum() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc290 util::StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum() function in google::protobuf::util::converter::DataPiece
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc290 util::StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum() function in google::protobuf::util::converter::DataPiece
/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp374 E ToEnum(float v) { in ToEnum() function in skottie::internal::__anone646f1f30111::DisplacementMapAdapter
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dspe.h153 T ToEnum(uint8_t val) { function
/aosp_15_r20/external/clang/lib/AST/
H A 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