Searched defs:TypeOf (Results 1 – 3 of 3) sorted by relevance
28 template <> struct TypeOf<bool> { static std::string name; }; struct29 template <> struct TypeOf<uint8_t> { static std::string name; }; argument30 template <> struct TypeOf<int8_t> { static std::string name; }; struct31 template <> struct TypeOf<uint16_t> { static std::string name; }; argument32 template <> struct TypeOf<int16_t> { static std::string name; }; argument33 template <> struct TypeOf<float> { static std::string name; }; struct34 template <> struct TypeOf<uint32_t> { static std::string name; }; struct35 template <> struct TypeOf<int32_t> { static std::string name; }; struct36 template <> struct TypeOf<double> { static std::string name; }; argument37 template <> struct TypeOf<uint64_t> { static std::string name; }; argument[all …]
92 Type TypeResolver::TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out) { in TypeOf() function in tensorflow::java::__anonb59fd2f70111::TypeResolver
452 func TypeOf(dt DataType, shape []int64) reflect.Type { func