Home
last modified time | relevance | path

Searched refs:fixed_type (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc68 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; member
111 return type_attr.fixed_type; in GetDataType()
838 return ToSet(t_attr_id.fixed_type); in AllowedDataTypes()
[all …]
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h119 auto fixed_type = t - FBT_VECTOR_INT2; in ToFixedTypedVectorElementType() local
120 *len = static_cast<uint8_t>(fixed_type / 3 + in ToFixedTypedVectorElementType()
122 return static_cast<Type>(fixed_type % 3 + FBT_INT); in ToFixedTypedVectorElementType()