Searched refs:TfLiteFloat16 (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | dequantize_test.cc | 102 m.PopulateTensor(0, 0, reinterpret_cast<TfLiteFloat16*>(half.data()), in TEST() 103 reinterpret_cast<TfLiteFloat16*>(half.data()) + half.size()); in TEST()
|
D | numeric_verify_test.cc | 110 m.PopulateTensor(0, 0, reinterpret_cast<TfLiteFloat16*>(half.data()), in TEST() 111 reinterpret_cast<TfLiteFloat16*>(half.data()) + half.size()); in TEST()
|
D | dequantize.h | 83 GetTensorData<TfLiteFloat16>(input)); in DequantizeImpl()
|
D | test_util.h | 913 if (std::is_same<T, TfLiteFloat16>::value) return TensorType_FLOAT16; in GetTensorType()
|
/external/tensorflow/tensorflow/lite/c/ |
D | common.h | 254 typedef struct TfLiteFloat16 { struct 256 } TfLiteFloat16; argument 303 TfLiteFloat16* f16;
|
/external/tensorflow/tensorflow/lite/ |
D | portable_type_to_tflitetype.h | 69 MATCH_TYPE_AND_TFLITE_TYPE(TfLiteFloat16, kTfLiteFloat16);
|
D | util.cc | 129 *bytes = sizeof(TfLiteFloat16); in GetSizeOfType()
|
D | interpreter.cc | 52 static_assert(sizeof(TfLiteFloat16) == sizeof(uint16_t),
|
D | interpreter_test.cc | 195 {kTfLiteFloat16, sizeof(TfLiteFloat16)}, in TEST() 283 {kTfLiteFloat16, sizeof(TfLiteFloat16), in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | delegate_test_util.cc | 346 reinterpret_cast<const char*>(&float16_const_), sizeof(TfLiteFloat16)); in SetUp() 352 reinterpret_cast<const char*>(&float16_const_), sizeof(TfLiteFloat16)); in SetUp() 358 reinterpret_cast<const char*>(&float16_const_), sizeof(TfLiteFloat16)); in SetUp() 364 reinterpret_cast<const char*>(&float16_const_), sizeof(TfLiteFloat16)); in SetUp()
|