Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/Debug/
DTypeOf.hpp28 template <> struct TypeOf<bool> { static std::string name; }; struct
29 template <> struct TypeOf<uint8_t> { static std::string name; }; argument
30 template <> struct TypeOf<int8_t> { static std::string name; }; struct
31 template <> struct TypeOf<uint16_t> { static std::string name; }; argument
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; }; struct
36 template <> struct TypeOf<double> { static std::string name; }; argument
37 template <> struct TypeOf<uint64_t> { static std::string name; }; argument
[all …]
/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::__anonb59fd2f70111::TypeResolver
/external/tensorflow/tensorflow/go/
Dtensor.go452 func TypeOf(dt DataType, shape []int64) reflect.Type { func