Home
last modified time | relevance | path

Searched defs:AllowedDataTypes (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
Dunary_ops.cc142 static constexpr std::array<DataType, 2> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertUnary
162 static constexpr std::array<DataType, 1> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertBooleanUnary
189 static constexpr std::array<DataType, 2> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertActivation
Dbinary_ops.cc164 static constexpr std::array<DataType, 3> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::__anon07d9859b0111::ConvertBinary
197 static constexpr std::array<DataType, 1> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::__anon07d9859b0111::ConvertBooleanBinary
Dlog_softmax.cc31 static constexpr std::array<DataType, 3> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertLogSoftmax
Dvariable_ops.cc153 static constexpr std::array<DataType, 2> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertVariableV2
257 static constexpr std::array<DataType, 2> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertReadVariableOp
Dlike_ops.cc34 static constexpr std::array<DataType, 3> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertLikeOps
Ddata_format_vec_permute.cc52 static constexpr std::array<DataType, 1> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertDataFormatVecPermute
Dtile.cc31 static constexpr std::array<DataType, 3> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertTile
Dfill_ops.cc34 static constexpr std::array<DataType, 3> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ConvertFillBase
Deinsum.cc670 static constexpr std::array<DataType, 3> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::__anonf1f03c760111::ConvertEinsum
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dop_converter_test.cc43 static constexpr std::array<DataType, 2> AllowedDataTypes() { in AllowedDataTypes() function in tensorflow::tensorrt::convert::ExampleOpConverter
Dop_converter.h94 static constexpr std::array<DataType, 2> AllowedDataTypes() { in AllowedDataTypes() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc890 DataTypeSet AllowedDataTypes(const OpDef::AttrDef& attr_def) { in AllowedDataTypes() function
902 DataTypeSet AllowedDataTypes(const OpDef& op_def, const TypeAttrId& t_attr_id) { in AllowedDataTypes() function