Home
last modified time | relevance | path

Searched defs:TypeOf (Results 1 – 4 of 4) 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; }; 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; }; struct
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; }; struct
37 template <> struct TypeOf<uint64_t> { static std::string name; }; struct
[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::__anon0f4d9e010111::TypeResolver
/external/tensorflow/tensorflow/go/
Dtensor.go453 func TypeOf(dt DataType, shape []int64) reflect.Type { func
/external/flatbuffers/src/
Didl_gen_python.cpp222 std::string TypeOf(const Type &type, Imports *imports) const { in TypeOf() function in flatbuffers::python::__anoncefdab850111::PythonStubGenerator