Searched refs:fixed_type (Results 1 – 2 of 2) sorted by relevance
68 fixed_type(DT_INVALID) {} in TypeAttrId()71 : attr_name(), type_index(kSingleType), fixed_type(_fixed_type) {} in TypeAttrId()75 fixed_type == other.fixed_type; in operator ==()79 return std::make_tuple(attr_name, type_index, fixed_type) < in operator <()80 std::make_tuple(other.attr_name, other.type_index, other.fixed_type); in operator <()85 return H::combine(std::move(h), ta.attr_name, ta.type_index, ta.fixed_type); in AbslHashValue()96 return tensorflow::DataTypeString(fixed_type); in DebugString()104 DataType fixed_type; member111 return type_attr.fixed_type; in GetDataType()838 return ToSet(t_attr_id.fixed_type); in AllowedDataTypes()[all …]
119 auto fixed_type = t - FBT_VECTOR_INT2; in ToFixedTypedVectorElementType() local120 *len = static_cast<uint8_t>(fixed_type / 3 + in ToFixedTypedVectorElementType()122 return static_cast<Type>(fixed_type % 3 + FBT_INT); in ToFixedTypedVectorElementType()