Searched defs:NativeT (Results 1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | exhaustive_unary_test_f32_or_smaller.cc | 522 Cos, std::cos, +[](NativeT) { in __anon450cb15c1902() argument 540 Sin, std::sin, +[](NativeT) { in __anon450cb15c1a02() argument 558 Tan, std::tan, +[](NativeT) { in __anon450cb15c1b02() argument 593 error_spec_gen = +[](NativeT) { return ErrorSpec{0.01, 0.01}; }; in __anon450cb15c1d02() argument 634 error_spec_gen = +[](NativeT) { return ErrorSpec{0.01, 0.01}; }; in __anon450cb15c2002() argument
|
| D | exhaustive_op_test_utils.cc | 289 std::string StringifyNum(const std::array<NativeT, N>& inputs) { in StringifyNum()
|
| D | reduce_test.cc | 281 const std::function<NativeT(NativeT, NativeT)>& in RunVectorizedReduceTestForType()
|
| /external/tensorflow/tensorflow/lite/toco/tflite/ |
| D | types.cc | 52 using NativeT = ::toco::DataType<T>; in CopyBuffer() typedef 73 using NativeT = ::toco::DataType<T>; in CopyBuffer() typedef
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | literal_util.h | 531 using NativeT = typename primitive_util::PrimitiveTypeToNative<type>::type; in CreateLiteralWithGenerator() local 542 using NativeT = typename primitive_util::PrimitiveTypeToNative<type>::type; in CreateRandomLiteral() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_constant_folding_test.cc | 202 using NativeT = typename primitive_util::PrimitiveTypeToNative<F32>::type; in TEST_F() typedef
|
| D | hlo_evaluator_test.cc | 510 using NativeT = typename primitive_util::PrimitiveTypeToNative<F32>::type; in TEST_F() typedef
|