Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/Debug/
DTypeOf.hpp28 template <> struct TypeOf<bool> { static std::string name; }; argument
29 template <> struct TypeOf<uint8_t> { static std::string name; }; struct
30 template <> struct TypeOf<int8_t> { static std::string name; }; argument
31 template <> struct TypeOf<uint16_t> { static std::string name; }; struct
32 template <> struct TypeOf<int16_t> { static std::string name; }; argument
33 template <> struct TypeOf<float> { static std::string name; }; struct
34 template <> struct TypeOf<uint32_t> { static std::string name; }; struct
35 template <> struct TypeOf<int32_t> { static std::string name; }; argument
36 template <> struct TypeOf<double> { static std::string name; }; argument
37 template <> struct TypeOf<uint64_t> { static std::string name; }; struct
[all …]
/external/llvm-project/clang/test/Modules/
Dodr_hash-gnu.cpp74 namespace TypeOf { namespace
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc92 Type TypeResolver::TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out) { in TypeOf() function in tensorflow::java::__anon373d94720111::TypeResolver
/external/tensorflow/tensorflow/go/
Dtensor.go444 func TypeOf(dt DataType, shape []int64) reflect.Type { func
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h417 template <typename CONST> using TypeOf = typename TypeOfHelper<CONST>::type; variable
/external/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp546 bool SearchableTableEmitter::parseFieldType(GenericField &Field, Init *TypeOf) { in parseFieldType()